Skip to content

Commit

Permalink
New Sample: Object Status (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan authored Oct 12, 2024
1 parent d5664dc commit d75ebcf
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 1 deletion.
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

0 comments on commit d75ebcf

Please sign in to comment.