R_COMPLAINTPARTNERFUNCTION
Partner Function
R_COMPLAINTPARTNERFUNCTION is a CDS View in S/4HANA. Partner Function. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ComplaintPartnerFunction | view_entity | from | CONSUMPTION | Consumtion View of Partner Function |
@EndUserText.label: 'Partner Function'
@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 }
}
@Metadata.ignorePropagatedAnnotations: true
define root view entity R_ComplaintPartnerFunction
as select from I_PartnerFunction
association [0..*] to R_ComplaintPartnerFunctionText as _Text on $projection.PartnerFunction = _Text.PartnerFunction
{
key PartnerFunction,
SDDocumentPartnerType,
_Text
}