Update schema.cds
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
namespace sap.capire.bookshop;
|
namespace sap.capire.bookshop;
|
||||||
using { Currency, managed, cuid } from '@sap/cds/common';
|
using { Currency, managed, cuid } from '@sap/cds/common';
|
||||||
using { API_BUSINESS_PARTNER as external } from '../srv/external/API_BUSINESS_PARTNER';
|
using { API_BUSINESS_PARTNER as external } from '../srv/external/API_BUSINESS_PARTNER.csn';
|
||||||
|
|
||||||
entity Books : managed {
|
entity Books : managed {
|
||||||
key ID : Integer;
|
key ID : Integer;
|
||||||
@@ -45,4 +45,4 @@ entity ShippingAddresses as projection on external.A_BusinessPartnerAddress {
|
|||||||
PostalCode as postalCode,
|
PostalCode as postalCode,
|
||||||
StreetName as streetName,
|
StreetName as streetName,
|
||||||
HouseNumber as houseNumber
|
HouseNumber as houseNumber
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user