some corrections and optimizations

This commit is contained in:
Daniel
2021-02-19 12:15:35 +01:00
committed by Uwe Klinger
parent 4b48d68ba6
commit 1b5cc62d1c
2 changed files with 38 additions and 25 deletions

View File

@@ -8,6 +8,14 @@ extend service S4 with {
entity Suppliers as projection on S4.A_BusinessPartner {
key BusinessPartner as ID,
BusinessPartnerFullName as name,
// REVISIT: following is not supported so far in cds compiler...
// to_BusinessPartnerAddress as city {
// CityCode as code,
// CityName as name
// }
// REVISIT: following is not supported so far in cqn2odata...
// to_BusinessPartnerAddress.CityCode as city,
// to_BusinessPartnerAddress.CityName as city_name,
}
}