The Function Module CATSXT_OPTIMIZE_OUTPUT (ALV Ausgabe optimieren (Spalten ohne Inhalt ausblenden)) is a standard Function Module in SAP ERP and is part of the function group CATSXT_UTIL within the package CATX.
Function Module | CATSXT_OPTIMIZE_OUTPUT |
Short Text | ALV Ausgabe optimieren (Spalten ohne Inhalt ausblenden) |
Function Group | CATSXT_UTIL |
Package | CATX |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_ALV_DATA_ITEM_TAB | TYPE | TABLE | ALV Item Tabelle (Hierarchich seq. Liste) | |
IM_ALV_DATA_TAB | TYPE | TABLE | ALV Datentabelle | |
IM_FIELDS_NO_OPTIMIZATION | TYPE | CATSXT_ALV_SUPPRESS_FIELDS_TAB | CATSXT: im ALV Grid auzublendende Felder |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_FIELDCAT_CHANGED | TYPE | XFELD | X' - Feldkatalog wurde durch Optimierer geändert |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CH_FIELDCAT | TYPE | LVC_T_FCAT | Feldkatalog für ListViewerControl | |
CH_FIELDCAT_OLD | TYPE | SLIS_T_FIELDCAT_ALV | Feldkatalog für ListViewer im Reuse ALV Format |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FAILED | Feldkatalog ist noch nicht aufgebaut (Methode build_fieldcat) |