P_ARProcFlwSDDocumentPartner

DDL: P_ARPROCFLWSDDOCUMENTPARTNER SQL: PARPROCFLWSDDOCP Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_SDDocumentPartner I_SDDocumentPartner from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Customer _ShipToParty $projection.Customer = _ShipToParty.Customer

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/