Skip to content

Commit 884ba02

Browse files
authored
adapted smartmultiinput sample for PR #1697 (#475)
adapted sample for PR [#1697](abap2UI5/abap2UI5#1697)
1 parent 00fc905 commit 884ba02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/z2ui5_cl_demo_app_319.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CLASS z2ui5_cl_demo_app_319 DEFINITION PUBLIC.
1717
value2 TYPE string,
1818
keyField TYPE string,
1919
tokenText TYPE string,
20+
tokenLongKey type string,
2021
END OF t_range,
2122
t_ranges TYPE STANDARD TABLE OF t_range WITH EMPTY KEY.
2223
DATA:

0 commit comments

Comments
 (0)