File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CLASS Z2UI5_CL_DEMO_APP_093 IMPLEMENTATION.
28
28
DATA (view ) = z2ui5_cl_xml_view=>factory( ).
29
29
30
30
view->_generic( ns = `html`
31
- name = `script` )->_cc_plain_xml( `sap.z2ui5.myFunction();` ).
31
+ name = `script` )->_cc_plain_xml( `sap.z2ui5.myFunction();` ).
32
32
33
33
client->view_display( view->shell(
34
34
)->page(
Original file line number Diff line number Diff line change @@ -142,16 +142,16 @@ CLASS Z2UI5_CL_DEMO_APP_100 IMPLEMENTATION.
142
142
filterproperty = 'CREATE_DATE' )->text( text = `Date` )->ui_template( )->text( text = `{CREATE_DATE}` ).
143
143
lo_columns->ui_column( width = '11rem'
144
144
sortproperty = 'CREATE_BY'
145
- filterproperty = 'CREATE_BY' )->text( text = `Name` )->ui_template( )->text( text = `{CREATE_BY}` ).
145
+ filterproperty = 'CREATE_BY' )->text( text = `Name` )->ui_template( )->text( text = `{CREATE_BY}` ).
146
146
lo_columns->ui_column( width = '11rem'
147
147
sortproperty = 'STORAGE_LOCATION'
148
- filterproperty = 'STORAGE_LOCATION' )->text( text = `Location` )->ui_template( )->text( text = `{STORAGE_LOCATION}` ).
148
+ filterproperty = 'STORAGE_LOCATION' )->text( text = `Location` )->ui_template( )->text( text = `{STORAGE_LOCATION}` ).
149
149
lo_columns->ui_column( width = '11rem'
150
150
sortproperty = 'QUANTITY'
151
- filterproperty = 'QUANTITY' )->text( text = `Quantity` )->ui_template( )->text( text = `{QUANTITY}` ).
151
+ filterproperty = 'QUANTITY' )->text( text = `Quantity` )->ui_template( )->text( text = `{QUANTITY}` ).
152
152
lo_columns->ui_column( width = '6rem'
153
153
sortproperty = 'MEINS'
154
- filterproperty = 'MEINS' )->text( text = `Unit` )->ui_template( )->text( text = `{MEINS}` ).
154
+ filterproperty = 'MEINS' )->text( text = `Unit` )->ui_template( )->text( text = `{MEINS}` ).
155
155
lo_columns->ui_column( width = '11rem'
156
156
sortproperty = 'PRICE'
157
157
filterproperty = 'PRICE' )->text( text = `Price` )->ui_template( )->currency( value = `{PRICE}`
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ ENDCLASS.
20
20
21
21
22
22
23
- CLASS z2ui5_cl_demo_app_121 IMPLEMENTATION .
23
+ CLASS Z2UI5_CL_DEMO_APP_121 IMPLEMENTATION .
24
+
24
25
25
26
METHOD z2ui5_if_app ~main .
26
27
@@ -42,7 +43,7 @@ CLASS z2ui5_cl_demo_app_121 IMPLEMENTATION.
42
43
CASE client->get( )-event.
43
44
44
45
WHEN 'TIMER_FINISHED' .
45
- client->message_box_display( `Timer finished!` ).
46
+ client->message_box_display( `Timer finished!` ).
46
47
RETURN .
47
48
48
49
WHEN 'BACK' .
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ CLASS Z2UI5_CL_DEMO_APP_191 IMPLEMENTATION.
62
62
63
63
METHOD on_init .
64
64
65
- mt_t002 = VALUE #( ( id = '1' class = 'Z2UI5_CL_DEMO_APP_190' count = '10' table = 'Z2UI5_T001' )
66
- ( id = '2' class = 'Z2UI5_CL_DEMO_APP_190' count = '20' table = 'Z2UI5_T002' )
67
- ( id = '3' class = 'Z2UI5_CL_DEMO_APP_190' count = '30' table = 'Z2UI5_TOOL_T_001' )
68
- ( id = '4' class = 'Z2UI5_CL_DEMO_APP_190' count = '40' table = 'Z2UI5_TOOL_T_002' ) ).
65
+ mt_t002 = VALUE #( ( id = '1' class = 'Z2UI5_CL_DEMO_APP_190' count = '10' table = 'Z2UI5_T001' )
66
+ ( id = '2' class = 'Z2UI5_CL_DEMO_APP_190' count = '20' table = 'Z2UI5_T002' )
67
+ ( id = '3' class = 'Z2UI5_CL_DEMO_APP_190' count = '30' table = 'Z2UI5_TOOL_T_001' )
68
+ ( id = '4' class = 'Z2UI5_CL_DEMO_APP_190' count = '40' table = 'Z2UI5_TOOL_T_002' ) ).
69
69
70
70
mv_selectedkey = '1' .
71
71
You can’t perform that action at this time.
0 commit comments