Entering content frame

Background documentation Visibility of Individual Areas Locate the document in its SAP Library structure

You can show or hide the different areas of the ALV output.

Note

If an area is contained in an invisible area, the contained area is also invisible.

You can show and hide the following areas separately:

·        Entire ALV output

·        Individual columns

·        Every UI element used as a cell editor or cell variant

·        Entire toolbar with all functions

·        Individual UI elements of standard ALV functions in the toolbar

·        Footer with paginators

·        Design object for the header area of the ALV output

·        Design object for the footer area of the ALV output

Note

To hide another object, such as the header of the ALV output or a column header, you have to delete the object in question.

Classes and Methods for Hiding Areas

Area

Class

Method

Entire ALV output

IF_SALV_WD_
TABLE_SETTINGS

SET_VISIBLE

GET_VISIBLE

Individual column

CL_SALV_WD_
COLUMN

Every UI element used as a cell editor or cell variant

CL_SALV_WD_UIE
(base class of all UI elements)

Entire toolbar with all functions

IF_SALV_WD_
FUNCTION_SETTINGS

Footer with paginators

IF_SALV_WD_
TABLE_SETTINGS

Design object for the header area of the ALV output

IF_SALV_WD_
TABLE_SETTINGS

Design object for the footer area of the ALV output

IF_SALV_WD_
TABLE_SETTINGS

Individual UI elements of standard ALV functions in the toolbar

IF_SALV_WD_
STD_FUNCTIONS

SET_<standard function>_
ALLOWED

IS_<standard function>_
ALLOWED

 

 

Leaving content frame