initial upload of extension sample

This commit is contained in:
Wolfgang Koch
2021-05-06 15:22:46 +02:00
commit 6657568824
34 changed files with 10469 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using from '_base/srv/admin-service';
using from '_base/srv/cat-service';
using from '_base/srv/orders-service';
using { sap.bookshop.extension as ext } from '../db/extension';
extend service OrdersService with {
entity Customers as projection on ext.Customers;
}