This commit is contained in:
D065023
2019-12-23 17:23:00 +01:00
parent b394dbd234
commit 837e6bf1c8

View File

@@ -9,8 +9,8 @@ extend service API_BUSINESS_PARTNER with {
* Simplified view on external addresses * Simplified view on external addresses
*/ */
@mashup entity Addresses as projection on external.A_BusinessPartnerAddress { @mashup entity Addresses as projection on external.A_BusinessPartnerAddress {
key BusinessPartner as contact,
key AddressID as ID, key AddressID as ID,
key BusinessPartner as contact,
Country as country, Country as country,
CityName as cityName, CityName as cityName,
PostalCode as postalCode, PostalCode as postalCode,