Address lookup to mocked S/4HANA system
What's working: - Address information on OP - Reading of S/4HANA Addresses - Translations
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using { sap.capire.bookshop as my } from '../db/schema';
|
||||
|
||||
|
||||
@path:'/browse'
|
||||
service CatalogService {
|
||||
|
||||
@@ -9,5 +10,6 @@ service CatalogService {
|
||||
|
||||
@requires_: 'authenticated-user'
|
||||
@insertonly entity Orders as projection on my.Orders;
|
||||
entity Addresses as projection on my.ShippingAddresses;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user