Skip to content

Commit a1ede5a

Browse files
authored
Update odata.md
1 parent dad6475 commit a1ede5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/model/odata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DATA(tab) = z2ui5_cl_xml_view=>factory( )->page( )->table(
7373
growing = abap_true ).
7474
7575
tab->columns(
76-
)->column( )->text( 'TravelID' )->get_parent(
76+
)->column( )->text( 'TravelID' )->get_parent(
7777
)->column( )->text( 'BookingID' )->get_parent(
7878
)->column( )->text( 'BookingSupplementID' )->get_parent(
7979
)->column( )->text( 'SupplementID' )->get_parent( ).

0 commit comments

Comments
 (0)