Samples for re:cap
This commit is contained in:
10
recap/extending-views.cds
Normal file
10
recap/extending-views.cds
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user