Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.113.151",
"@abaplint/runtime": "^2.11.2",
"@abaplint/cli": "^2.113.175",
"@abaplint/runtime": "^2.11.32",
"@abaplint/database-sqlite": "^2.11.0",
"@abaplint/transpiler-cli": "^2.11.2"
"@abaplint/transpiler-cli": "^2.11.32"
}
}
1 change: 1 addition & 0 deletions src/salv/cl_salv_sorts.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CLASS cl_salv_sorts DEFINITION PUBLIC.
METHODS add_sort
IMPORTING
columnname TYPE clike
sequence TYPE any OPTIONAL
subtotal TYPE abap_bool DEFAULT abap_false
RAISING
cx_salv_not_found
Expand Down
2 changes: 1 addition & 1 deletion src/salv/cl_salv_table.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CLASS cl_salv_table DEFINITION PUBLIC.
t_table TYPE any.
METHODS get_selections RETURNING VALUE(val) TYPE REF TO cl_salv_table.
METHODS set_selected_rows IMPORTING val TYPE any.
METHODS set_selection_mode IMPORTING val TYPE i.
METHODS set_selection_mode IMPORTING value TYPE i.
METHODS get_selected_rows RETURNING VALUE(rows) TYPE ty_rows.
METHODS close_screen.
METHODS refresh IMPORTING refresh_mode TYPE any OPTIONAL.
Expand Down