Entering content frameFunction documentationget_frontend_fieldcatalog Locate the document in its SAP Library structure

Use

Get the current field catalog from the frontend. You use this method if you want to modify the field catalog used during display (for hiding specific columns, for example).

See also: The Field Catalog and set_frontend_fieldcatalog.

Features

CALL METHOD < ref.var. to CL_GUI_ALV_GRID>->get_frontend_fieldcatalog

      IMPORTING
         ET_FIELDCATALOG    = < internal table of type LVC_T_FCAT> .

Parameter

Meaning

ET_FIELDCATALOG

Structure description for the entire output table

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

Leaving content frame