From 2999c8df83a40f237dd8b0771e2e31de58cd1693 Mon Sep 17 00:00:00 2001 From: Uwe Klinger Date: Fri, 16 Apr 2021 11:43:02 +0200 Subject: [PATCH] Add todo --- suppliers/srv/mashup.cds | 3 +++ 1 file changed, 3 insertions(+) diff --git a/suppliers/srv/mashup.cds b/suppliers/srv/mashup.cds index 33d607c9..3d80f0f6 100644 --- a/suppliers/srv/mashup.cds +++ b/suppliers/srv/mashup.cds @@ -6,13 +6,16 @@ using { API_BUSINESS_PARTNER as S4 } from './external/API_BUSINESS_PARTNER.csn'; extend service S4 with { entity Suppliers as projection on S4.A_BusinessPartner { + // TODO: Aliases not supported in Java, yet? 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,