We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224eff9 commit 7931d48Copy full SHA for 7931d48
src/z2ui5_cl_demo_app_315.clas.abap
@@ -27,7 +27,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION.
27
growing = abap_true ).
28
29
tab->header_toolbar( )->toolbar(
30
- )->title( 'table with odata model' ).
+ )->title( 'table with OData model TRAVEL' ).
31
32
tab->columns(
33
)->column( )->text( 'TravelID' )->get_parent(
@@ -52,7 +52,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION.
52
53
54
55
+ )->title( 'table with odata model FLIGHT' ).
56
57
58
)->column( )->text( 'AirportID' )->get_parent(
0 commit comments