Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,13 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Object Status'
press = client->_event( 'Z2UI5_CL_DEMO_APP_300' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).


panel = page->panel(
expandable = abap_false
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_299.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ CLASS z2ui5_cl_demo_app_299 IMPLEMENTATION.
( product_id = 'key4' Name = 'Select option 4' )
( product_id = 'key5' Name = 'Select option 5' )
).
SORT lt_Product_collection2 BY name.
SORT lt_product_collection2 BY name.

ENDMETHOD.
ENDCLASS.
Loading