File tree 1 file changed +5
-5
lines changed
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.
45
45
growing = abap_true ).
46
46
47
47
tab->columns(
48
- )->column( )->text( 'AirportID' )->get_parent(
48
+ )->column( )->text( 'AirportID' )->get_parent(
49
49
)->column( )->text( 'Name' )->get_parent(
50
50
)->column( )->text( 'City' )->get_parent(
51
51
)->column( )->text( 'CountryCode' ).
@@ -119,10 +119,10 @@ data(tab) = page->table(
119
119
growing = abap_true ).
120
120
121
121
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}' ).
126
126
127
127
tab->items( )->column_list_item( )->cells(
128
128
)->text( '{TRAVEL>Currency}'
You can’t perform that action at this time.
0 commit comments