Skip to content

Commit 554a11b

Browse files
committed
add constructor parameter
1 parent 330a124 commit 554a11b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cl_gui_alv_grid.clas.abap

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ CLASS cl_gui_alv_grid DEFINITION PUBLIC.
33

44
METHODS constructor
55
IMPORTING
6-
i_parent TYPE REF TO cl_gui_container.
6+
i_parent TYPE REF TO cl_gui_container
7+
i_appl_events TYPE char1 DEFAULT space.
78

89
METHODS free.
910

0 commit comments

Comments
 (0)