File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111 },
1212 "license" : " MIT" ,
1313 "dependencies" : {
14- "@abaplint/cli" : " ^2.113.151 " ,
15- "@abaplint/runtime" : " ^2.11.2 " ,
14+ "@abaplint/cli" : " ^2.113.175 " ,
15+ "@abaplint/runtime" : " ^2.11.32 " ,
1616 "@abaplint/database-sqlite" : " ^2.11.0" ,
17- "@abaplint/transpiler-cli" : " ^2.11.2 "
17+ "@abaplint/transpiler-cli" : " ^2.11.32 "
1818 }
1919}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ CLASS cl_salv_sorts DEFINITION PUBLIC.
33 METHODS add_sort
44 IMPORTING
55 columnname TYPE clike
6+ sequence TYPE any OPTIONAL
67 subtotal TYPE abap_bool DEFAULT abap_false
78 RAISING
89 cx_salv_not_found
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ CLASS cl_salv_table DEFINITION PUBLIC.
1313 t_table TYPE any .
1414 METHODS get_selections RETURNING VALUE (val ) TYPE REF TO cl_salv_table.
1515 METHODS set_selected_rows IMPORTING val TYPE any .
16- METHODS set_selection_mode IMPORTING val TYPE i .
16+ METHODS set_selection_mode IMPORTING value TYPE i .
1717 METHODS get_selected_rows RETURNING VALUE (rows ) TYPE ty_rows.
1818 METHODS close_screen.
1919 METHODS refresh IMPORTING refresh_mode TYPE any OPTIONAL .
You can’t perform that action at this time.
0 commit comments