Skip to content

Commit 2fe9c20

Browse files
authored
adjust barcode sample (#254)
1 parent 0b706a4 commit 2fe9c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/z2ui5_cl_demo_app_124.clas.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CLASS z2ui5_cl_demo_app_124 DEFINITION
55
PUBLIC SECTION.
66

77
INTERFACES z2ui5_if_app .
8-
98
DATA mv_scan_input TYPE string.
109
DATA mv_scan_type TYPE string.
1110

@@ -27,6 +26,8 @@ CLASS z2ui5_cl_demo_app_124 IMPLEMENTATION.
2726
DATA(lt_arg) = client->get( )-t_event_arg.
2827
mv_scan_input = lt_arg[ 1 ].
2928
mv_scan_type = lt_arg[ 2 ].
29+
"implement further processing here...
30+
"...
3031
client->view_model_update( ).
3132
RETURN.
3233

0 commit comments

Comments
 (0)