R_ComplaintPartnerFunctionText

DDL: R_COMPLAINTPARTNERFUNCTIONTEXT Type: view_entity TRANSACTIONAL Package: VDM_CMH_SD

Partner Function - Text

R_ComplaintPartnerFunctionText is a Transactional CDS View that provides data about "Partner Function - Text" in SAP S/4HANA. It reads from 1 data source (I_PartnerFunctionText) and exposes 5 fields with key fields PartnerFunction, Language. It has 1 association to related views. Part of development package VDM_CMH_SD.

Data Sources (1)

SourceAliasJoin Type
I_PartnerFunctionText I_PartnerFunctionText from

Associations (1)

CardinalityTargetAliasCondition
[0..1] R_ComplaintPartnerFunction _PartnerFunc $projection.PartnerFunction = _PartnerFunc.PartnerFunction

Annotations (10)

NameValueLevelField
EndUserText.label Partner Function - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.modelingPattern #NONE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.dataCategory #TEXT view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PartnerFunction PartnerFunction
KEY Language Language
PartnerFunctionName PartnerFunctionName
_Language _Language
_PartnerFunc _PartnerFunc
@EndUserText.label: 'Partner Function - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
    modelingPattern: #NONE,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
    usageType: {
        dataClass: #CUSTOMIZING,
        sizeCategory: #S,
        serviceQuality: #A}
        }
@ObjectModel.dataCategory: #TEXT
@Metadata.ignorePropagatedAnnotations: true

define root view entity R_ComplaintPartnerFunctionText
  as select from I_PartnerFunctionText
  association [0..1] to R_ComplaintPartnerFunction as _PartnerFunc on $projection.PartnerFunction = _PartnerFunc.PartnerFunction
{
  key PartnerFunction,
      @Semantics.language: true
  key Language,

      @Semantics.text: true
      PartnerFunctionName,
      /* Associations */
      _Language,
      _PartnerFunc

}