Functionality Optimization of output of an ALV list (grid control or reuse). This function module examines the data source of an ALV list and setsall columns that only contain initial values (or the value ICON_SPACEwith icon fields) to hidden (field catalog attribute no_out = "X"). Columns that are hidden (no_out = "X") can be made visible again as longas there is data that is not the same as the initial value. Use of parameter IT_FIELDS_NO_OPTIMIZATION means that certain fields canbe disregarded during an optimization procedure. The name of the column as it appears in the ALV field catalog(FIELDNAME) is stored in this internal table. This module can be used for ALV lists that were created using classCL_GUI_ALV_GRID or using function modules REUSE_ALV_LIST_DISPLAY,REUSE_ALV_GRID_DISPLAY or REUSE_ALV_HIERSEQ_LIST_DISPLAY.
- With ALV grid controls, the parameters CH_FIELDCAT and IT_ALV_DATA need
to be provided with data.
|