We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330a124 commit 554a11bCopy full SHA for 554a11b
src/cl_gui_alv_grid.clas.abap
@@ -3,7 +3,8 @@ CLASS cl_gui_alv_grid DEFINITION PUBLIC.
3
4
METHODS constructor
5
IMPORTING
6
- i_parent TYPE REF TO cl_gui_container.
+ i_parent TYPE REF TO cl_gui_container
7
+ i_appl_events TYPE char1 DEFAULT space.
8
9
METHODS free.
10
0 commit comments