Files
cloud-cap-samples/recap/extending-views.cds
2020-05-15 08:37:40 +02:00

11 lines
191 B
Plaintext

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