Skip to content

Commit 7931d48

Browse files
authored
Update z2ui5_cl_demo_app_315.clas.abap (#457)
1 parent 224eff9 commit 7931d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_315.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION.
2727
growing = abap_true ).
2828

2929
tab->header_toolbar( )->toolbar(
30-
)->title( 'table with odata model' ).
30+
)->title( 'table with OData model TRAVEL' ).
3131

3232
tab->columns(
3333
)->column( )->text( 'TravelID' )->get_parent(
@@ -52,7 +52,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION.
5252
growing = abap_true ).
5353

5454
tab->header_toolbar( )->toolbar(
55-
)->title( 'table with odata model' ).
55+
)->title( 'table with odata model FLIGHT' ).
5656

5757
tab->columns(
5858
)->column( )->text( 'AirportID' )->get_parent(

0 commit comments

Comments
 (0)