A_BillgDocRequestPartner_2
Header Partners
A_BillgDocRequestPartner_2 is a Consumption CDS View that provides data about "Header Partners" in SAP S/4HANA. It reads from 1 data source (R_BillgDocRequestPartnerTP) and exposes 8 fields with key fields BillingDocumentRequest, PartnerFunction. It is exposed through 1 OData service (API_BILLINGDOCUMENTREQUEST). Part of development package ODATA_SD_BIL_BDR_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BillgDocRequestPartnerTP | R_BillgDocRequestPartnerTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Header Partners | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| OData.entityType.name | BillingDocumentRequestPartner_Type | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_BILLINGDOCUMENTREQUEST | API_BILLINGDOCUMENTREQUEST | V4 | C2 | C1 |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillingDocumentRequest | Partner | BillingDocumentRequest | |
| KEY | PartnerFunction | Partner | PartnerFunction | |
| Customer | Partner | Customer | ||
| Supplier | Partner | Supplier | ||
| Personnel | Partner | Personnel | ||
| ContactPerson | Partner | ContactPerson | ||
| ReferenceBusinessPartner | Partner | ReferenceBusinessPartner | ||
| BusinessPartnerAddressUUID | Partner | BusinessPartnerAddressUUID |
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@EndUserText.label: 'Header Partners'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
semanticKey: [ 'BillingDocumentRequest', 'PartnerFunction'],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@OData: {
entityType.name: 'BillingDocumentRequestPartner_Type'
}
@VDM: {
lifecycle.contract.type: #PUBLIC_REMOTE_API,
viewType: #CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
define view entity A_BillgDocRequestPartner_2
as projection on R_BillgDocRequestPartnerTP as Partner
{
key Partner.BillingDocumentRequest,
@ObjectModel.sapObjectNodeTypeReference:'PartnerFunction'
key Partner.PartnerFunction,
Partner.Customer,
@Consumption.hidden: true
@Semantics.nullValueIndicatorFor: 'Customer'
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_SDBIL_CALC_EXIT_PARTNER'
virtual Customer_H : rap_null_value_indicator,
Partner.Supplier,
@Consumption.hidden: true
@Semantics.nullValueIndicatorFor: 'Supplier'
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_SDBIL_CALC_EXIT_PARTNER'
virtual Supplier_H : rap_null_value_indicator,
Partner.Personnel,
@Consumption.hidden: true
@Semantics.nullValueIndicatorFor: 'Personnel'
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_SDBIL_CALC_EXIT_PARTNER'
virtual Personnel_H : rap_null_value_indicator,
Partner.ContactPerson,
@Consumption.hidden: true
@Semantics.nullValueIndicatorFor: 'ContactPerson'
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_SDBIL_CALC_EXIT_PARTNER'
virtual ContactPerson_H : rap_null_value_indicator,
Partner.ReferenceBusinessPartner,
Partner.BusinessPartnerAddressUUID,
//Composition
_BillingDocumentRequest as _BillingDocumentRequest : redirected to parent A_BillingDocumentRequest_2
}
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