From e7fbcc1ac15e1ec2e71024b08b5b23c4b0d1f020 Mon Sep 17 00:00:00 2001 From: D065023 Date: Wed, 16 Jun 2021 17:04:40 +0200 Subject: [PATCH] mv annotation to better place --- suppliers/srv/mashup.cds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suppliers/srv/mashup.cds b/suppliers/srv/mashup.cds index 2f53f1fd..16ca03d1 100644 --- a/suppliers/srv/mashup.cds +++ b/suppliers/srv/mashup.cds @@ -8,7 +8,6 @@ namespace sap.capire.bookshop; actually interested in. This fosters both: (a) minimized network traffic as well as (b) options to dynamically add extension fields by SaaS tenants. */ -@cds.odata.valuelist entity Suppliers as projection on S4.A_BusinessPartner { key BusinessPartner as ID, BusinessPartnerFullName as name, @@ -33,6 +32,7 @@ extend Books with { services into calls to the external service. */ extend service AdminService with { + @cds.odata.valuelist entity Suppliers as projection on bookshop.Suppliers; }