Skip to content

Commit 3029ffe

Browse files
authored
Update odata.md
1 parent db0d7a7 commit 3029ffe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/development/model/odata.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ METHOD z2ui5_if_app~main.
4545
growing = abap_true ).
4646
4747
tab->columns(
48-
)->column( )->text( 'AirportID' )->get_parent(
48+
)->column( )->text( 'AirportID' )->get_parent(
4949
)->column( )->text( 'Name' )->get_parent(
5050
)->column( )->text( 'City' )->get_parent(
5151
)->column( )->text( 'CountryCode' ).
@@ -119,10 +119,10 @@ data(tab) = page->table(
119119
growing = abap_true ).
120120
121121
tab->columns(
122-
)->column( )->text( '{TRAVEL>/#Currency/Currency/@sap:label}' )->get_parent(
123-
)->column( )->text( '{TRAVEL>/#Currency/Currency_Text/@sap:label}' )->get_parent(
124-
)->column( )->text( '{TRAVEL>/#Currency/Decimals/@sap:label}' )->get_parent(
125-
)->column( )->text( '{TRAVEL>/#Currency/CurrencyISOCode/@sap:label}' ).
122+
)->column( )->text( '{TRAVEL>/#Currency/Currency/@sap:label}' )->get_parent(
123+
)->column( )->text( '{TRAVEL>/#Currency/Currency_Text/@sap:label}' )->get_parent(
124+
)->column( )->text( '{TRAVEL>/#Currency/Decimals/@sap:label}' )->get_parent(
125+
)->column( )->text( '{TRAVEL>/#Currency/CurrencyISOCode/@sap:label}' ).
126126
127127
tab->items( )->column_list_item( )->cells(
128128
)->text( '{TRAVEL>Currency}'

0 commit comments

Comments
 (0)