From e341be492c5f5e835f425f58dbfadf0984228555 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:57:53 +0100 Subject: [PATCH] Update z2ui5_cl_demo_app_315.clas.abap --- src/z2ui5_cl_demo_app_315.clas.abap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/z2ui5_cl_demo_app_315.clas.abap b/src/z2ui5_cl_demo_app_315.clas.abap index 74e6e5f5..69c99631 100644 --- a/src/z2ui5_cl_demo_app_315.clas.abap +++ b/src/z2ui5_cl_demo_app_315.clas.abap @@ -27,7 +27,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION. growing = abap_true ). tab->header_toolbar( )->toolbar( - )->title( 'table with odata model' ). + )->title( 'table with OData model TRAVEL' ). tab->columns( )->column( )->text( 'TravelID' )->get_parent( @@ -52,7 +52,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION. growing = abap_true ). tab->header_toolbar( )->toolbar( - )->title( 'table with odata model' ). + )->title( 'table with odata model FLIGHT' ). tab->columns( )->column( )->text( 'AirportID' )->get_parent(