C_DelivProcFlowSalesDocument
Delivery Process Flow - Node Sales Document
C_DelivProcFlowSalesDocument is a Consumption CDS View that provides data about "Delivery Process Flow - Node Sales Document" in SAP S/4HANA. It reads from 1 data source (I_SalesDocument) and exposes 8 fields with key field SalesDocument.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SalesDocument | I_SalesDocument | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDLVPROCFLOWSLS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Delivery Process Flow - Node Sales Document | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | SalesDocument | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesDocument | SalesDocument | ||
| SDDocumentCategory | SDDocumentCategory | |||
| SalesDocumentType | SalesDocumentType | |||
| OverallSDProcessStatus | OverallSDProcessStatus | |||
| RequestedDeliveryDate | RequestedDeliveryDate | |||
| SalesOrganization | SalesOrganization | |||
| OrganizationDivision | OrganizationDivision | |||
| DistributionChannel | DistributionChannel |
@AbapCatalog.sqlViewName: 'CDLVPROCFLOWSLS'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:#CHECK
@EndUserText.label: 'Delivery Process Flow - Node Sales Document'
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'SalesDocument'
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory:#L
define view C_DelivProcFlowSalesDocument
as select from I_SalesDocument
{
//Key
key SalesDocument,
//Category
SDDocumentCategory,
//Title
SalesDocumentType,
//Status
OverallSDProcessStatus,
//Attribute 1
RequestedDeliveryDate,
//Sales Area
SalesOrganization,
OrganizationDivision,
DistributionChannel
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESDOCUMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"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