I_BILLINGDOCREQPARTNER
Billing Document Request Partner
I_BILLINGDOCREQPARTNER is a CDS View in S/4HANA. Billing Document Request Partner. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BillingDocReqPartner | view | from | COMPOSITE | Header Partner |
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Billing Document Request Partner'
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA'),
privilegedAssociations: [ '_Address', '_DfltAddrRprstn' ]
}
@AbapCatalog: {
sqlViewName: 'ISDBDRQPT',
compiler.compareFilter: true,
preserveKey: true
}
@ObjectModel: {
representativeKey: 'PartnerFunction',
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #B,
sizeCategory: #XL
},
supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}
@VDM.viewType: #COMPOSITE
@Metadata.ignorePropagatedAnnotations: true
define view I_BillingDocReqPartner as select from I_BillingDocumentPartnerBasic as Partner
association[1..1] to I_BillingDocumentRequest as _BillingDocumentRequest on $projection.BillingDocumentRequest = _BillingDocumentRequest.BillingDocumentRequest
{
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_BillingDocumentRequestStdVH',
element: 'BillingDocumentRequest' }
}]
@ObjectModel.foreignKey.association: '_BillingDocumentRequest'
key cast( Partner.BillingDocument as vbeln_bdr preserving type ) as BillingDocumentRequest,
@ObjectModel.foreignKey.association: '_PartnerFunction'
key cast(Partner.PartnerFunction as parvw_unv preserving type ) as PartnerFunction,
Partner.Customer,
Partner.Supplier,
Partner.Personnel,
@ObjectModel.foreignKey.association: '_Address'
Partner.AddressID,
Partner.ContactPerson,
Partner.AddressPersonID,
Partner.ReferenceBusinessPartner,
Partner.SDDocPartnerAddressRefType,
Partner.BPRefAddressIDForDocSpcfcAddr,
//Association
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_BillingDocumentRequest,
Partner._PartnerFunction,
Partner._Address,
Partner._BusinessPartnerAddress,
Partner._BPRefAddressForDocSpcfcAddr,
Partner._DfltAddrRprstn
}
where _BillingDocumentRequest.SDDocumentCategory = 'EBDR'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLINGDOCUMENTPARTNERBASIC",
"I_BILLINGDOCUMENTREQUEST"
],
"ASSOCIATED":
[
"I_ADDRESS",
"I_ADDRESS_2",
"I_BILLINGDOCUMENTREQUEST",
"I_BUSPARTADDRESS",
"I_PARTNERFUNCTION"
],
"BASE":
[
"I_BILLINGDOCUMENTPARTNERBASIC"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/