A_ComplaintPartnerFunctionText

DDL: A_COMPLAINTPARTNERFUNCTIONTEXT Type: view_entity CONSUMPTION

Consumtion View of Partner Function Text

A_ComplaintPartnerFunctionText is a Consumption CDS View that provides data about "Consumtion View of Partner Function Text" in SAP S/4HANA. It reads from 1 data source (R_ComplaintPartnerFunctionText) and exposes 4 fields with key fields PartnerFunction, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
R_ComplaintPartnerFunctionText R_ComplaintPartnerFunctionText from

Associations (1)

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

Annotations (12)

NameValueLevelField
EndUserText.label Consumtion View of Partner Function Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.modelingPattern #NONE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
OData.entitySet.name PartnerFunctionText view
OData.entityType.name PartnerFunctionText_Type view
ObjectModel.dataCategory #TEXT view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PartnerFunction PartnerFunction
KEY Language Language
PartnerFunctionName PartnerFunctionName
_PartnerFunc _PartnerFunc
@EndUserText.label: 'Consumtion View of Partner Function Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ObjectModel: {
    modelingPattern: #NONE,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
    usageType: {
        dataClass: #CUSTOMIZING,
        sizeCategory: #S,
        serviceQuality: #A }
        }

@OData: {
  entitySet:  { name: 'PartnerFunctionText' },
 entityType: { name: 'PartnerFunctionText_Type' }
}
@ObjectModel.dataCategory: #TEXT
@Metadata.ignorePropagatedAnnotations: true
define view entity A_ComplaintPartnerFunctionText
  as select from R_ComplaintPartnerFunctionText
  association [0..1] to A_ComplaintPartnerFunction as _PartnerFunc on $projection.PartnerFunction = _PartnerFunc.PartnerFunction

{
  key PartnerFunction,
      @Semantics.language: true
  key Language,

      @Semantics.text: true
      PartnerFunctionName,
      /* Associations */
      _PartnerFunc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_COMPLAINTPARTNERFUNCTIONTEXT"
],
"ASSOCIATED":
[
"A_COMPLAINTPARTNERFUNCTION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/