E_SDDocumentPartner

DDL: E_SDDOCUMENTPARTNER SQL: ESDDOCPARTNER Type: view EXTENSION

Extension View for VBPA

E_SDDocumentPartner is a Extension CDS View that provides data about "Extension View for VBPA" in SAP S/4HANA. It reads from 1 data source (vbpa) and exposes 3 fields with key fields SalesDocument, SalesDocumentItem, PartnerFunction.

Data Sources (1)

SourceAliasJoin Type
vbpa Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName ESDDOCPARTNER view
ClientDependent true view
EndUserText.label Extension View for VBPA view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SalesDocument vbpa vbeln
KEY SalesDocumentItem vbpa posnr
KEY PartnerFunction vbpa parvw
@AbapCatalog.sqlViewName: 'ESDDOCPARTNER'
@ClientDependent: true
@EndUserText.label: 'Extension View for VBPA'
@VDM.viewType: #EXTENSION 
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ObjectModel: {
   usageType: { 
    serviceQuality:#A,
    sizeCategory: #XL,
    dataClass: #TRANSACTIONAL
   }
}

define view E_SDDocumentPartner as select from vbpa as Persistence {
  key Persistence.vbeln as SalesDocument,
  key Persistence.posnr as SalesDocumentItem,
  key Persistence.parvw as PartnerFunction
} 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"VBPA"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/