NEW_SAP/RAP
[WIP]Data Definition
Sally_민지
2025. 3. 18. 15:38
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Product'
@Metadata.ignorePropagatedAnnotations: true
define root view entity ZI_Product as select from ZPRODUCT
composition of target_data_source_name as _association_name
{
key product as Product,
product_type as ProductType,
authorization_group as AuthorizationGroup,
creation_date_time as CreationDateTime,
_association_name // Make association public
}