P_ARProcFlwSDDocumentPartner
SD Document Partner for AR process flow
P_ARProcFlwSDDocumentPartner is a Consumption CDS View that provides data about "SD Document Partner for AR process flow" in SAP S/4HANA. It reads from 1 data source (I_SDDocumentPartner) and exposes 6 fields with key fields SDDocument, PartnerFunction. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SDDocumentPartner | I_SDDocumentPartner | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Customer | _ShipToParty | $projection.Customer = _ShipToParty.Customer |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PARPROCFLWSDDOCP | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | SD Document Partner for AR process flow | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SDDocument | SDDocument | ||
| KEY | PartnerFunction | PartnerFunction | ||
| Customer | Customer | |||
| CustomerName | _ShipToParty | CustomerName | ||
| _ShipToParty | _ShipToParty | |||
| _PartnerFunction | _PartnerFunction |
@AbapCatalog.sqlViewName: 'PARPROCFLWSDDOCP'
@VDM.viewType: #CONSUMPTION
@VDM.private: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck:#PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'SD Document Partner for AR process flow'
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #XL
}
}
define view P_ARProcFlwSDDocumentPartner
as select from I_SDDocumentPartner
association [0..1] to I_Customer as _ShipToParty on $projection.Customer = _ShipToParty.Customer
{
key SDDocument,
key PartnerFunction,
Customer,
_ShipToParty.CustomerName,
_ShipToParty,
_PartnerFunction
}
where
PartnerFunction = 'WE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMER",
"I_SDDOCUMENTPARTNER"
],
"ASSOCIATED":
[
"I_CUSTOMER",
"I_PARTNERFUNCTION"
],
"BASE":
[
"I_SDDOCUMENTPARTNER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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