Commit 32c9296 1 parent 92e66e5 commit 32c9296 Copy full SHA for 32c9296
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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 " ,
15
- "@abaplint/runtime" : " ^2.10.1 " ,
14
+ "@abaplint/cli" : " ^2.112.8 " ,
15
+ "@abaplint/runtime" : " ^2.10.5 " ,
16
16
"@abaplint/database-sqlite" : " ^2.8.25" ,
17
- "@abaplint/transpiler-cli" : " ^2.10.1 "
17
+ "@abaplint/transpiler-cli" : " ^2.10.5 "
18
18
}
19
19
}
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