Skip to content

Commit 6d797c5

Browse files
New Sample: Object Status
1 parent d5664dc commit 6d797c5

File tree

4 files changed

+435
-1
lines changed

4 files changed

+435
-1
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,13 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
490490
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
491491
).
492492

493+
panel->generic_tile(
494+
header = 'Object Status'
495+
press = client->_event( 'Z2UI5_CL_DEMO_APP_300' )
496+
mode = 'LineMode'
497+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
498+
).
499+
493500

494501
panel = page->panel(
495502
expandable = abap_false

src/z2ui5_cl_demo_app_299.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ CLASS z2ui5_cl_demo_app_299 IMPLEMENTATION.
146146
( product_id = 'key4' Name = 'Select option 4' )
147147
( product_id = 'key5' Name = 'Select option 5' )
148148
).
149-
SORT lt_Product_collection2 BY name.
149+
SORT lt_product_collection2 BY name.
150150

151151
ENDMETHOD.
152152
ENDCLASS.

0 commit comments

Comments
 (0)