I_BillingDocumentBasicStdVH
Billing Process Document
I_BillingDocumentBasicStdVH is a Composite CDS View that provides data about "Billing Process Document" in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentBasic) and exposes 3 fields with key field BillingDocument. Part of development package VDM_SD_BIL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillingDocumentBasic | I_BillingDocumentBasic | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISDBILDOCBSC_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | BillingDocument | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Billing Process Document | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillingDocument | BillingDocument | ||
| BillingDocumentType | BillingDocumentType | |||
| SalesOrganization | SalesOrganization |
//GENERATED:005:GlBfhyFV7kY0W}dt2HPJCm
@AbapCatalog.sqlViewName: 'ISDBILDOCBSC_VH'
@AbapCatalog: {
compiler.compareFilter: true,
preserveKey: true
}
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'BillingDocument'
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER,
#SEARCHABLE_ENTITY ]
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Billing Process Document'
@Search.searchable: true
@Consumption.ranked: true
define view I_BillingDocumentBasicStdVH as select from I_BillingDocumentBasic {
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key BillingDocument,
@Consumption.hidden: true
BillingDocumentType,
@Consumption.hidden: true
SalesOrganization
}
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