본문 바로가기

NEW_SAP/RAP

[WIP]Data Definition

@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
}

'NEW_SAP > RAP' 카테고리의 다른 글

RAP란?  (0) 2025.03.17
BTP Cockpit - Destination  (0) 2025.03.17
[WIP]What is the ABAP RESTful Application Programming Model?  (1) 2024.11.12
[WIP]Chapter 1 Modeling Your First CDS View  (0) 2024.11.12
[Core Data Service for ABAP] Index  (0) 2024.11.12