Updated
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
ID;name
|
||||
ACME;A Company Making Everything (X)
|
||||
ACME;A Company Making Everything (local)
|
||||
B4U;Books for You
|
||||
S&C;Shakespeare & Co.
|
||||
WSL;Waterstones
|
||||
|
||||
|
||||
|
@@ -24,6 +24,16 @@ entity sap.capire.bookshop.Suppliers as projection on S4.A_BusinessPartner {
|
||||
// REVISIT: following is not supported so far in cqn2odata...
|
||||
// to_BusinessPartnerAddress.CityCode as city,
|
||||
// to_BusinessPartnerAddress.CityName as city_name,
|
||||
|
||||
//// REVISIT: Should this be here or in the service, when it is only used for Fiori?
|
||||
//// Compositions should work as well
|
||||
//// The version with "virtual" is prefered, as this makes clear that the association is "added" here
|
||||
// virtual books: Association to Books on book.supplier = $self,
|
||||
// books2: Association to Books on book.supplier = $self,
|
||||
//// Add virtual field, that does'nt exisits in the persistence or the underlying service
|
||||
// virtual saveEnabled: Boolean
|
||||
} excluding {
|
||||
OrganizationBPName1, OrganizationBPName2,OrganizationBPName3, OrganizationBPName4, to_BuPaIdentification, to_BuPaIndustry, to_BusinessPartnerAddress, to_BusinessPartnerBank, to_BusinessPartnerContact, to_BusinessPartnerRole, to_BusinessPartnerTax, to_Customer, to_Supplier
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user