A_CnsldtnBillingDocumentType_2
Consolidation Billing Document Type
A_CnsldtnBillingDocumentType_2 is a Composite CDS View that provides data about "Consolidation Billing Document Type" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnBillingDocumentTypeTP) and exposes 2 fields with key field BillingDocumentType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnBillingDocumentTypeTP | R_CnsldtnBillingDocumentTypeTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| OData.entityType.name | CnsldtnBillingDocumentType_Type | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| Search.searchable | true | view | |
| EndUserText.label | Consolidation Billing Document Type | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillingDocumentType | _CnsldtnBillingDocumentType | BillingDocumentType | |
| CnsldtnIsAdditionalMasterData | _CnsldtnBillingDocumentType | CnsldtnIsAdditionalMasterData |
@AccessControl: {
authorizationCheck: #MANDATORY
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ObjectModel: {
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S
}
}
@OData.entityType.name: 'CnsldtnBillingDocumentType_Type'
@VDM: {
lifecycle.contract.type: #PUBLIC_REMOTE_API,
viewType: #COMPOSITE,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@Search.searchable: true
@EndUserText.label: 'Consolidation Billing Document Type'
define root view entity A_CnsldtnBillingDocumentType_2
provider contract transactional_query
as projection on R_CnsldtnBillingDocumentTypeTP as _CnsldtnBillingDocumentType
{
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
key _CnsldtnBillingDocumentType.BillingDocumentType,
_CnsldtnBillingDocumentType.CnsldtnIsAdditionalMasterData,
/* associations for transactional processing */
_Text as _Text : redirected to composition child A_CnsldtnBillingDocTypeText_2
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CNSLDTNBILLINGDOCUMENTTYPETP"
],
"ASSOCIATED":
[
"A_CNSLDTNBILLINGDOCTYPETEXT_2"
],
"BASE":
[
"R_CNSLDTNBILLINGDOCUMENTTYPETP"
],
"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