I_PT_SDDocumentProcessFlow
Sales Document Process Flow for Portugal
I_PT_SDDocumentProcessFlow is a Basic CDS View that provides data about "Sales Document Process Flow for Portugal" in SAP S/4HANA. It reads from 1 data source (P_PT_GetSDProcessFlowDetails) and exposes 14 fields with key field DocRelationshipUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_PT_GetSDProcessFlowDetails | P_PT_GetSDProcessFlowDetails | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISDDOCPROCFLOWPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Sales Document Process Flow for Portugal | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DocRelationshipUUID | ruuid | ||
| DeliveryDocument | VBELN | |||
| CreationDate | erdat | |||
| PrecedingDocument | VBELV | |||
| PrecedingDocumentItem | POSNV | |||
| SubsequentDocumentItem | POSNN | |||
| SubsequentDocumentCategory | VBTYP_N | |||
| BaseUnit | MEINS | |||
| StatisticsCurrency | WAERS | |||
| PrecedingDocumentCategory | VBTYP_V | |||
| SDFulfillmentCalculationRule | PLMIN | |||
| TransferOrderInWrhsMgmtIsConfd | TAQUI | |||
| CreationTime | ERZET | |||
| MaterialDocument | MATNR |
@AbapCatalog.sqlViewName: 'ISDDOCPROCFLOWPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Sales Document Process Flow for Portugal'
define view I_PT_SDDocumentProcessFlow
as select from P_PT_GetSDProcessFlowDetails (P_SAPClient:$session.client)
{
//key MANDT,
key ruuid as DocRelationshipUUID, //Key
VBELN as DeliveryDocument,
erdat as CreationDate,
VBELV as PrecedingDocument,
POSNV as PrecedingDocumentItem,
POSNN as SubsequentDocumentItem,
VBTYP_N as SubsequentDocumentCategory,
//RFMNG,
MEINS as BaseUnit,
//RFWRT,
WAERS as StatisticsCurrency,
VBTYP_V as PrecedingDocumentCategory,
PLMIN as SDFulfillmentCalculationRule,
TAQUI as TransferOrderInWrhsMgmtIsConfd,
ERZET as CreationTime,
MATNR as MaterialDocument
/* BWART,
BDART,
PLART,
LGNUM,
AEDAT,
FKTYP,
//BRGEW,
GEWEI,
//VOLUM,
VOLEH,
FPLNR,
FPLTR,
//RFMNG_FLO ,
// RFMNG_FLT ,
VRKME,
ABGES,
SOBKZ,
SONUM,
KZBEF,
//NTGEW ,
LOGSYS,
WBSTA,
CMETH,
MJAHR,
STUFE,
_DATAAGING */
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[],
"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