P_SalesSchedgAgrmtProcFlow30
P_SalesSchedgAgrmtProcFlow30 is a Consumption CDS View in SAP S/4HANA. It reads from 2 data sources (P_SalesSchedgAgrmtProcFlow20, I_SDDocumentProcessFlow) and exposes 10 fields with key fields Level3Document, Level3DocumentItem, Level2Document, Level2DocumentItem, SalesSchedulingAgreement.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| P_SalesSchedgAgrmtProcFlow20 | Level2 | from |
| I_SDDocumentProcessFlow | Level3 | inner |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.private | true | view | |
| AbapCatalog.sqlViewName | PSSAPROCFLOW30 | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Level3Document | I_SDDocumentProcessFlow | SubsequentDocument | |
| KEY | Level3DocumentItem | I_SDDocumentProcessFlow | SubsequentDocumentItem | |
| KEY | Level2Document | Level2Document | ||
| KEY | Level2DocumentItem | Level2DocumentItem | ||
| KEY | SalesSchedulingAgreement | SalesSchedulingAgreement | Sales Document | |
| SalesSchedgAgrmtType | SalesSchedgAgrmtType | |||
| Level2DocumentCategory | Level2DocumentCategory | |||
| SalesOrganization | P_SalesSchedgAgrmtProcFlow20 | SalesOrganization | Sales Organization | |
| DistributionChannel | P_SalesSchedgAgrmtProcFlow20 | DistributionChannel | RefDistCh-Cust/Mat. | |
| OrganizationDivision | P_SalesSchedgAgrmtProcFlow20 | OrganizationDivision | Org. Division |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view P_SalesSchedgAgrmtProcFlow30.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PSSAPROCFLOW30
CREATE VIEW P_SalesSchedgAgrmtProcFlow30 AS
SELECT
Level3.SubsequentDocument AS Level3Document,
Level3.SubsequentDocumentItem AS Level3DocumentItem,
Level2Document,
Level2DocumentItem,
SalesSchedulingAgreement,
SalesSchedgAgrmtType,
Level2DocumentCategory,
Level2.SalesOrganization AS SalesOrganization,
Level2.DistributionChannel AS DistributionChannel,
Level2.OrganizationDivision AS OrganizationDivision
FROM P_SalesSchedgAgrmtProcFlow20 AS Level2
INNER JOIN I_SDDocumentProcessFlow AS Level3 ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA