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

Use

Get the current layout structure from the frontend. In the layout structure, you determine properties of the grid control (see also: The Layout Structure).

Features

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

   IMPORTING
      ES_LAYOUT   = <structure of type LVC_S_LAYO > .

Parameter

Meaning

ES_LAYOUT

Structure with fields for display options, graphical grid control properties, totals options, exceptions, colors, drag and drop and other interaction elements.

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

 

Leaving content frame