R_COMPLAINTPARTNERFUNCTIONTEXT
Partner Function - Text
R_COMPLAINTPARTNERFUNCTIONTEXT is a CDS View in S/4HANA. Partner Function - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ComplaintPartnerFunctionText | view_entity | from | CONSUMPTION | Consumtion View of Partner Function Text |
@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
}