/MERP/PP_PO_STATUS
Object Status. Converted
/MERP/PP_PO_STATUS is a CDS View that provides data about "Object Status. Converted" in SAP S/4HANA. It reads from 1 data source (jest) and exposes 12 fields with key fields ObjectNumber, Status.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| jest | jest | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /MERP/PP_PO_STAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Object Status. Converted | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ObjectNumber | jest | objnr | Val. Obj. No. |
| KEY | Status | jest | stat | Status of Time-Dependent Document Linkage |
| statwhenI0001thenXelseendasIsCreated | ||||
| statwhenI0002thenXelseendasIsReleased | ||||
| statwhenI0007thenXelseendasIsPrinted | ||||
| statwhenI0009thenXelseendasIsConfirmed | ||||
| statwhenI0012thenXelseendasIsDelivered | ||||
| statwhenI0013thenXelseendasIsDeleted | ||||
| statwhenI0016thenXelseendasIsPreCosted | ||||
| statwhenI0043thenXelseendasIsLocked | ||||
| statwhenI0046thenXelseendasIsClosed | ||||
| statwhenI0117thenXelseendasIsScheduled |
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 /MERP/PP_PO_STATUS.
-- 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: /MERP/PP_PO_STAT
CREATE VIEW /MERP/PP_PO_STATUS AS
SELECT
jest.objnr AS ObjectNumber,
jest.stat AS Status,
case jest.stat when 'I0001' then 'X' else '' end as IsCreated AS statwhenI0001thenXelseendasIsCreated,
case jest.stat when 'I0002' then 'X' else '' end as IsReleased AS statwhenI0002thenXelseendasIsReleased,
case jest.stat when 'I0007' then 'X' else '' end as IsPrinted AS statwhenI0007thenXelseendasIsPrinted,
case jest.stat when 'I0009' then 'X' else '' end as IsConfirmed AS statwhenI0009thenXelseendasIsConfirmed,
case jest.stat when 'I0012' then 'X' else '' end as IsDelivered AS statwhenI0012thenXelseendasIsDelivered,
case jest.stat when 'I0013' then 'X' else '' end as IsDeleted AS statwhenI0013thenXelseendasIsDeleted,
case jest.stat when 'I0016' then 'X' else '' end as IsPreCosted AS statwhenI0016thenXelseendasIsPreCosted,
case jest.stat when 'I0043' then 'X' else '' end as IsLocked AS statwhenI0043thenXelseendasIsLocked,
case jest.stat when 'I0046' then 'X' else '' end as IsClosed AS statwhenI0046thenXelseendasIsClosed,
case jest.stat when 'I0117' then 'X' else '' end as IsScheduled AS statwhenI0117thenXelseendasIsScheduled
FROM jest
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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