Commit 946308f 1 parent 2192bc3 commit 946308f Copy full SHA for 946308f
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.110.6 " ,
14
+ "@abaplint/cli" : " ^2.112.8 " ,
15
15
"@abaplint/runtime" : " ^2.10.5" ,
16
16
"@abaplint/database-sqlite" : " ^2.8.25" ,
17
17
"@abaplint/transpiler-cli" : " ^2.10.5"
Original file line number Diff line number Diff line change 1
1
CLASS cl_salv_column DEFINITION PUBLIC .
2
2
PUBLIC SECTION .
3
3
METHODS set_technical IMPORTING value TYPE abap_bool DEFAULT abap_true .
4
- METHODS set_short_text IMPORTING value TYPE string .
5
- METHODS set_medium_text IMPORTING value TYPE string .
6
- METHODS set_long_text IMPORTING value TYPE string .
4
+ METHODS set_short_text IMPORTING value TYPE clike .
5
+ METHODS set_medium_text IMPORTING value TYPE clike .
6
+ METHODS set_long_text IMPORTING value TYPE clike .
7
7
METHODS set_output_length IMPORTING value TYPE any .
8
8
METHODS set_sign IMPORTING value TYPE any OPTIONAL .
9
9
METHODS set_optimized IMPORTING value TYPE abap_bool DEFAULT abap_true .
You can’t perform that action at this time.
0 commit comments