C_DelivProcFlowBillingDoc
Delivery Process Flow - Node Billing Document
C_DelivProcFlowBillingDoc is a Consumption CDS View that provides data about "Delivery Process Flow - Node Billing Document" in SAP S/4HANA. It reads from 1 data source (I_BillingDocument) and exposes 8 fields with key field BillingDocument. Part of development package ODATA_LE_PROCESSFLOW.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillingDocument | I_BillingDocument | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDLVPROCFLBILDOC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Delivery Process Flow - Node Billing Document | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillingDocument | BillingDocument | ||
| SDDocumentCategory | SDDocumentCategory | |||
| BillingDocumentType | BillingDocumentType | |||
| OverallBillingStatus | OverallBillingStatus | |||
| BillingDocumentDate | BillingDocumentDate | |||
| TotalNetAmount | TotalNetAmount | |||
| TransactionCurrency | TransactionCurrency | |||
| SalesOrganization | SalesOrganization |
@AbapCatalog.sqlViewName: 'CDLVPROCFLBILDOC'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #('TRANSACTIONAL_DATA')
@EndUserText.label: 'Delivery Process Flow - Node Billing Document'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
define view C_DelivProcFlowBillingDoc as select from I_BillingDocument
{
//Key
key BillingDocument,
//Category
SDDocumentCategory,
//Title
BillingDocumentType,
//Status
OverallBillingStatus,
//Attribute 1
BillingDocumentDate,
//Attribute 2
TotalNetAmount,
TransactionCurrency,
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