File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
121121tab->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
127127tab->items( )->column_list_item( )->cells(
128128 )->text( '{TRAVEL>Currency}'
You can’t perform that action at this time.
0 commit comments