본문 바로가기

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' 카테고리의 다른 글

[WIP]Deployment to SAP S4 HANA using VCS  (0) 2025.08.07
[WIP]RAP 스터디 (1)  (2) 2025.07.09
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