I_ReferencePointVH

DDL: I_REFERENCEPOINTVH Type: view_entity BASIC Package: CS_MODEL

Reference Point Value Help

I_ReferencePointVH is a Basic CDS View that provides data about "Reference Point Value Help" in SAP S/4HANA. It reads from 2 data sources (tcnrfp, tcnrfpt) and exposes 2 fields with key field ReferencePoint. Part of development package CS_MODEL.

Data Sources (2)

SourceAliasJoin Type
tcnrfp ReferencePoint from
tcnrfpt ReferencePointDescription inner

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Reference Point Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReferencePoint tcnrfp rfpnt
ReferencePointDescription tcnrfpt ktext
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@VDM.viewType:#BASIC
@ObjectModel.usageType: {serviceQuality: #B ,sizeCategory: #XL , dataClass : #CUSTOMIZING}
@EndUserText.label: 'Reference Point Value Help'
define view entity I_ReferencePointVH 
as select from tcnrfp as ReferencePoint
inner join tcnrfpt as ReferencePointDescription
on ReferencePoint.rfpnt = ReferencePointDescription.rfpnt {
@Search.defaultSearchElement: true
key ReferencePoint.rfpnt as ReferencePoint,
@Semantics.text: true
    ReferencePointDescription.ktext as ReferencePointDescription 
}where ReferencePointDescription.spras =  $session.system_language