Samples for re:cap

This commit is contained in:
Daniel
2020-05-15 08:37:40 +02:00
parent 0a552b4346
commit e8cd0e3231
4 changed files with 50 additions and 1 deletions

10
recap/extending-views.cds Normal file
View File

@@ -0,0 +1,10 @@
using { CatalogService } from '@capire/bookshop';
extend sap.capire.bookshop.Books with {
ISBN : String;
}
/** your docs go here */
extend projection CatalogService.Books with {
ISBN
}