CONSTRUCTOR 

Use

This method is called automatically if you use CREATE OBJECT to create an object of class CL_GUI_ALV_GRID . When the control is generated, it is created on the frontend and linked to a container control.

Features

CREATE OBJECT < reference variable to CL_GUI_ALV_GRID>
   EXPORTING  
      i_shellstyle   
< var. of type I >
      i_lifetime      < var. of type I >
      i_parent        < ref. var. to CL_GUI_CONTAINER>
      i_appl_events    < var. of type CHAR01> .

Parameter

Meaning

I_appl_events

If this parameter is set, the ALV Grid Control registers all events as application events. If the parameter is not set, all events are registered as system events.

The other parameters have the same meaning as in method constructor of class CL_GUI_CONTROL .

For an overview, see: Methods of Class CL_GUI_ALV_GRID