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
16 changes: 9 additions & 7 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -151,22 +151,24 @@ CLASS Z2UI5_CL_DEMO_APP_000 IMPLEMENTATION.
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom' ).

panel->generic_tile(
header = 'Follow Up Action'
subheader = ``
press = client->_event( 'Z2UI5_CL_DEMO_APP_180' )
panel->generic_tile(
header = 'Event IV'
subheader = `Facet Filter - T_arg with Objects`
press = client->_event( 'Z2UI5_CL_DEMO_APP_197' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Facet Filteer - Events (t_arg) with Objects'
panel->generic_tile(
header = 'Follow Up Action'
subheader = ``
press = client->_event( 'Z2UI5_CL_DEMO_APP_197' )
press = client->_event( 'Z2UI5_CL_DEMO_APP_180' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).



panel = page->panel(
expandable = abap_false
expanded = abap_true
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_197.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CLASS Z2UI5_CL_DEMO_APP_197 IMPLEMENTATION.

METHOD z2ui5_display_view.

DATA(view) = z2ui5_cl_xml_view=>factory( ).
DATA(view) = z2ui5_cl_xml_view=>factory( )->shell( ).

DATA(page) = view->page( id = `page_main`
title = 'abap2UI5 - List Report Features'
Expand Down