Erweiterbarkeit in der Projection
Am "Ende des Tages" soll man die neuen Felder auch sehen
@Metadata.allowExtensions: true
@EndUserText.label: '###GENERATED Core Data Service Entity'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.extensibility: {
extensible: true,
elementSuffix: 'ZFW',
dataSources: [ 'Actor' ],
quota: {
maximumFields: 350,
maximumBytes: 3500
}
}
define root view entity ZC_FW_ACTOR_00
provider contract transactional_query
as projection on ZR_FW_ACTOR_00 as Actor
{
key ActorId,
...
LastChangedAt,
_ActorInMovie : redirected to composition child ZC_FW_ACIMO_00
}