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

Use

You use this method to register either one of the delayed events (you cannot register both events at the same time).

Caution

You are strongly recommended to read Using the ALV Grid Control in WANs before using these events.

 

Features

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

   EXPORTING
      I_EVENT_ID  =   <var. of type I > .

Parameter

Meaning

I_EVENT_ID

Event ID:

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

Leaving content frame