A_ComplaintPartnerFunction
Consumtion View of Partner Function
A_ComplaintPartnerFunction is a Consumption CDS View that provides data about "Consumtion View of Partner Function" in SAP S/4HANA. It reads from 1 data source (R_ComplaintPartnerFunction) and exposes 3 fields with key field PartnerFunction. It has 1 association to related views. It is exposed through 1 OData service (API_COMPLAINTPRTNFUNCTION). Part of development package VDM_CMH_SD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ComplaintPartnerFunction | R_ComplaintPartnerFunction | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_ComplaintPartnerFunctionText | _Text | $projection.PartnerFunction = _Text.PartnerFunction |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Consumtion View of Partner Function | 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 | PartnerFunction | view | |
| OData.entityType.name | PartnerFunction_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_COMPLAINTPRTNFUNCTION | API_COMPLAINTPRTNFUNCTION | V4 | C2 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PartnerFunction | PartnerFunction | ||
| SDDocumentPartnerType | SDDocumentPartnerType | |||
| _Text | _Text |
@EndUserText.label: 'Consumtion View of Partner Function'
@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: 'PartnerFunction' },
entityType: { name: 'PartnerFunction_Type' }
}
@Metadata.ignorePropagatedAnnotations: true
define root view entity A_ComplaintPartnerFunction
as select from R_ComplaintPartnerFunction
association [0..*] to A_ComplaintPartnerFunctionText as _Text on $projection.PartnerFunction = _Text.PartnerFunction
{
key PartnerFunction,
SDDocumentPartnerType,
/* Associations */
_Text
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA