Skip to content

Commit 39d6d85

Browse files
committed
bugfixes
1 parent c075867 commit 39d6d85

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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
}

src/salv/cl_salv_sorts.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/salv/cl_salv_table.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)