Commit 555d859 1 parent 8f3e1b3 commit 555d859 Copy full SHA for 555d859
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "@abaplint/cli" : " ^2.112.8 " ,
15
- "@abaplint/runtime" : " ^2.10.5 " ,
14
+ "@abaplint/cli" : " ^2.113.7 " ,
15
+ "@abaplint/runtime" : " ^2.10.17 " ,
16
16
"@abaplint/database-sqlite" : " ^2.8.25" ,
17
- "@abaplint/transpiler-cli" : " ^2.10.5 "
17
+ "@abaplint/transpiler-cli" : " ^2.10.17 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ CLASS cl_salv_table DEFINITION PUBLIC.
8
8
list_display TYPE any OPTIONAL
9
9
r_container TYPE any OPTIONAL
10
10
EXPORTING
11
- r_salv_table TYPE any
11
+ r_salv_table TYPE REF TO cl_salv_table
12
12
CHANGING
13
13
t_table TYPE any .
14
14
METHODS get_selections RETURNING VALUE (val ) TYPE REF TO cl_salv_table.
You can’t perform that action at this time.
0 commit comments