Skip to content

Commit

Permalink
pp
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Mar 18, 2024
1 parent 554a11b commit 427f576
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/cl_gui_alv_grid.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ CLASS cl_gui_alv_grid DEFINITION PUBLIC.
is_print TYPE any OPTIONAL
it_special_groups TYPE any OPTIONAL
it_toolbar_excluding TYPE any OPTIONAL
it_hyperlink TYPE any OPTIONAL
it_alv_graphics TYPE any OPTIONAL
it_except_qinfo TYPE any OPTIONAL
ir_salv_adapter TYPE REF TO any OPTIONAL
it_hyperlink TYPE any OPTIONAL
it_alv_graphics TYPE any OPTIONAL
it_except_qinfo TYPE any OPTIONAL
ir_salv_adapter TYPE REF TO any OPTIONAL
CHANGING
it_outtab TYPE STANDARD TABLE
it_fieldcatalog TYPE any OPTIONAL
it_sort TYPE any OPTIONAL
it_filter TYPE any OPTIONAL
it_outtab TYPE STANDARD TABLE
it_fieldcatalog TYPE any OPTIONAL
it_sort TYPE any OPTIONAL
it_filter TYPE any OPTIONAL
EXCEPTIONS
invalid_parameter_combination
program_error
Expand Down

0 comments on commit 427f576

Please sign in to comment.