SYCM_PLST_SUBOBJ
Piecelist for Simpl. Items: Subcomponents, Parameters, ...
SYCM_PLST_SUBOBJ is an SAP database table in S/4HANA. Piecelist for Simpl. Items: Subcomponents, Parameters, .... It contains 7 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Sycm_Code_Inspector_Content | view | left_outer | Content for Code inspector | |
| SYCM_PLIST_OBJS_SUBOBJS | view | left_outer | Subobjects with Item, PieceList | |
| SYCM_PLIST_OBJS_SUBOBJS_WHU | view | left_outer | Objects and subobjects where used check | |
| Sycm_Plist_Subobj | view | from | Piecelist with sub objects | |
| Sycm_Plst_Subobj_Download | view | from | Piecelist with subobjects (export/imprt) |
Fields (7)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | piecelist_id | guid_32 | GUID 16 | |||
| KEY | pgmid | pgmid | Program ID | |||
| KEY | object_type | trobjtype | Object Type | |||
| KEY | object_name | trobj_name | Object Name | |||
| KEY | hash | hash160 | Hash Value | |||
| int_type | seu_objtyp | Obj. Type | ||||
| int_name | seu_objkey | Key for a Repository object |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Piecelist for Simpl. Items: Subcomponents, Parameters, ...
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCM_PLST_SUBOBJ (
PIECELIST_ID, -- GUID 16 [guid_32]
PGMID, -- Program ID [pgmid]
OBJECT_TYPE, -- Object Type [trobjtype]
OBJECT_NAME, -- Object Name [trobj_name]
HASH, -- Hash Value [hash160]
INT_TYPE, -- Obj. Type [seu_objtyp]
INT_NAME, -- Key for a Repository object [seu_objkey]
PRIMARY KEY (PIECELIST_ID, PGMID, OBJECT_TYPE, OBJECT_NAME, HASH)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA