Sycm_Simplification_Db_View
View on simplificationDB without joining customer references
Sycm_Simplification_Db_View is a CDS View that provides data about "View on simplificationDB without joining customer references" in SAP S/4HANA. It reads from 4 data sources (Sycm_S_Item_Piece_Lists, Sycm_Plist_Objs_With_Subobjs, Sycm_Available_Sap_Notes, Sycm_S_Item_Status) and exposes 11 fields with key fields id, version, status, ref_obj_type, ref_obj_name. Part of development package SYCM_SIMPLIFICATION_DB.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| Sycm_S_Item_Piece_Lists | item_plist | inner |
| Sycm_Plist_Objs_With_Subobjs | plist_with_subobj | inner |
| Sycm_Available_Sap_Notes | sap_notes | left_outer |
| Sycm_S_Item_Status | status | inner |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SIMP_DB_VIEW | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | View on simplificationDB without joining customer references | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | id | item | id | WorklistID |
| KEY | version | item | version | XML Vers. |
| KEY | status | Sycm_S_Item_Status | status | Workflow Status |
| KEY | ref_obj_type | Sycm_Plist_Objs_With_Subobjs | object_type | Type |
| KEY | ref_obj_name | Sycm_Plist_Objs_With_Subobjs | object_name | Technical Name |
| KEY | ref_int_type | Sycm_Plist_Objs_With_Subobjs | int_type | Obj. Type |
| KEY | ref_int_name | Sycm_Plist_Objs_With_Subobjs | int_name | Key for a Repository object |
| note | item | note | TradeRequest Comment | |
| release_from | Sycm_S_Item_Status | release_from | SAP Release | |
| release_to | Sycm_S_Item_Status | release_to | SAP Release | |
| ps_posid | Sycm_Plist_Objs_With_Subobjs | ps_posid | WBS Element |
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 Sycm_Simplification_Db_View.
-- 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: SIMP_DB_VIEW
CREATE VIEW Sycm_Simplification_Db_View AS
SELECT
item.id AS id,
item.version AS version,
status.status AS status,
plist_with_subobj.object_type AS ref_obj_type,
plist_with_subobj.object_name AS ref_obj_name,
plist_with_subobj.int_type AS ref_int_type,
plist_with_subobj.int_name AS ref_int_name,
item.note AS note,
status.release_from AS release_from,
status.release_to AS release_to,
plist_with_subobj.ps_posid AS ps_posid
INNER JOIN Sycm_S_Item_Status AS status ON /* join condition not captured in parsed metadata */
INNER JOIN Sycm_S_Item_Piece_Lists AS item_plist ON /* join condition not captured in parsed metadata */
INNER JOIN Sycm_Plist_Objs_With_Subobjs AS plist_with_subobj ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN Sycm_Available_Sap_Notes AS sap_notes ON /* join condition not captured in parsed metadata */
;
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