Add todo
This commit is contained in:
@@ -6,13 +6,16 @@
|
|||||||
using { API_BUSINESS_PARTNER as S4 } from './external/API_BUSINESS_PARTNER.csn';
|
using { API_BUSINESS_PARTNER as S4 } from './external/API_BUSINESS_PARTNER.csn';
|
||||||
extend service S4 with {
|
extend service S4 with {
|
||||||
entity Suppliers as projection on S4.A_BusinessPartner {
|
entity Suppliers as projection on S4.A_BusinessPartner {
|
||||||
|
// TODO: Aliases not supported in Java, yet?
|
||||||
key BusinessPartner as ID,
|
key BusinessPartner as ID,
|
||||||
BusinessPartnerFullName as name,
|
BusinessPartnerFullName as name,
|
||||||
|
|
||||||
// REVISIT: following is not supported so far in cds compiler...
|
// REVISIT: following is not supported so far in cds compiler...
|
||||||
// to_BusinessPartnerAddress as city {
|
// to_BusinessPartnerAddress as city {
|
||||||
// CityCode as code,
|
// CityCode as code,
|
||||||
// CityName as name
|
// CityName as name
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// REVISIT: following is not supported so far in cqn2odata...
|
// REVISIT: following is not supported so far in cqn2odata...
|
||||||
// to_BusinessPartnerAddress.CityCode as city,
|
// to_BusinessPartnerAddress.CityCode as city,
|
||||||
// to_BusinessPartnerAddress.CityName as city_name,
|
// to_BusinessPartnerAddress.CityName as city_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user