We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e49d70 commit 573335aCopy full SHA for 573335a
2 files changed
app/fiori.cds
@@ -10,7 +10,7 @@
10
11
12
13
-using { sap.capire.orders.api.OrdersService } from '../srv/orders-service';
+using OrdersService from '../srv/orders-service';
14
15
16
@odata.draft.enabled
srv/orders-service.cds
@@ -1,5 +1,4 @@
1
using { sap.capire.orders as my } from '../db/schema';
2
-namespace sap.capire.orders.api;
3
4
service OrdersService {
5
entity Orders as projection on my.Orders;
0 commit comments