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

Use

Set a layout structure at the frontend that you have got and modified using method get_frontend_layout.

Caution

After setting the layout structure, you must refresh the list display using method refresh_table_display.

In the layout structure you determine the properties of the grid control (see also The Layout Structure).

Note

Using parameter IS_LAYOUT when method set_table_for_first_display is called, you set initial properties of the grid control.

Features

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

   EXPORTING
      IS_LAYOUT  =   <structure of type LVC_S_LAYO > .

Parameter

Meaning

IS_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