Skip to content

Commit db0d7a7

Browse files
authored
Update odata.md
1 parent 0a9d71c commit db0d7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/model/odata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DATA(tab) = z2ui5_cl_xml_view=>factory( )->page( )->table(
2222
growing = abap_true ).
2323
2424
tab->columns(
25-
)->column( )->text( 'AirportID' )->get_parent(
25+
)->column( )->text( 'AirportID' )->get_parent(
2626
)->column( )->text( 'Name' )->get_parent(
2727
)->column( )->text( 'City' )->get_parent(
2828
)->column( )->text( 'CountryCode' ).

0 commit comments

Comments
 (0)