Entering content frameFunction documentation save_variant_dark Locate the document in its SAP Library structure

Use

This method assigns a name for the layout to be saved. If the user saves the current layout, the ALV Grid Control suppresses the dialog box for saving a layout and issues a simple confirmation message instead.

Prerequisites

The user must be authorized to save layouts. For information on this, see Saving Layouts.

Features

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

   IMPORTING
      IS_VARIANT  =  
<structure of type DISVARIANT > .

Parameter

Meaning

IS_VARIANT

Structure for identifying a layout. As a minimum, you must fill the fields REPORT (sy-repid) and VARIANT (technical name of the layout).

 

For an overview, see Methods of Class CL_GUI_ALV_GRID

 

 

 

 

 

 

Leaving content frame