Skip to content

Commit 427f576

Browse files
committed
pp
1 parent 554a11b commit 427f576

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/cl_gui_alv_grid.clas.abap

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ CLASS cl_gui_alv_grid DEFINITION PUBLIC.
2121
is_print TYPE any OPTIONAL
2222
it_special_groups TYPE any OPTIONAL
2323
it_toolbar_excluding TYPE any OPTIONAL
24-
it_hyperlink TYPE any OPTIONAL
25-
it_alv_graphics TYPE any OPTIONAL
26-
it_except_qinfo TYPE any OPTIONAL
27-
ir_salv_adapter TYPE REF TO any OPTIONAL
24+
it_hyperlink TYPE any OPTIONAL
25+
it_alv_graphics TYPE any OPTIONAL
26+
it_except_qinfo TYPE any OPTIONAL
27+
ir_salv_adapter TYPE REF TO any OPTIONAL
2828
CHANGING
29-
it_outtab TYPE STANDARD TABLE
30-
it_fieldcatalog TYPE any OPTIONAL
31-
it_sort TYPE any OPTIONAL
32-
it_filter TYPE any OPTIONAL
29+
it_outtab TYPE STANDARD TABLE
30+
it_fieldcatalog TYPE any OPTIONAL
31+
it_sort TYPE any OPTIONAL
32+
it_filter TYPE any OPTIONAL
3333
EXCEPTIONS
3434
invalid_parameter_combination
3535
program_error

0 commit comments

Comments
 (0)