Projection

This commit is contained in:
2025-10-30 10:57:54 +00:00
parent 5b30ab8a68
commit 307d185c33
14 changed files with 309 additions and 66 deletions

View File

@@ -0,0 +1,14 @@
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'RAP consumption for partner'
@Metadata.allowExtensions: true
define root view entity ZHS_C_RAPPartner
provider contract transactional_query
as projection on ZHS_I_RAPPartner
{
key PartnerNumber,
PartnerName,
Street,
City,
Country,
PaymentCurrency
}