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 dad6475 commit a1ede5aCopy full SHA for a1ede5a
docs/development/model/odata.md
@@ -73,7 +73,7 @@ DATA(tab) = z2ui5_cl_xml_view=>factory( )->page( )->table(
73
growing = abap_true ).
74
75
tab->columns(
76
- )->column( )->text( 'TravelID' )->get_parent(
+ )->column( )->text( 'TravelID' )->get_parent(
77
)->column( )->text( 'BookingID' )->get_parent(
78
)->column( )->text( 'BookingSupplementID' )->get_parent(
79
)->column( )->text( 'SupplementID' )->get_parent( ).
0 commit comments