pdm annotations

This commit is contained in:
Wolfgang Koch
2021-02-24 17:35:56 +01:00
parent 92b69f3825
commit 6d317b0266
9 changed files with 617 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ using {sap.capire.bookshop.Books} from '@capire/bookshop';
using {sap.capire.bookshop.Orders} from '@capire/orders';
using {sap.capire.bookshop.OrderItems} from '@capire/orders';
// @requires:'system-user' - todo - security check
@requires: 'PersonalDataManagerUser' // security check
service PDMService {
entity Customers as projection on db.Customers;