Entering content frame

Function documentationset_user_command Locate the document in its SAP Library structure

Use

You can use this method to replace standard functions of the ALV Grid Control with self-defined functions. To do this, you must get the current function code in event before_user_command and change it using set_user_command .

See also: Changing Standard Functions

Features

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

   EXPORTING
      I_UCOMM  =   <var. of type SY-UCOMM > .

Parameter

Meaning

I_UCOMM

Function code (function codes are defined as constant attributes of the class (and are prefixed with MC_FC_ ))

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

Leaving content frame