SYCM_PLST_SUBOBJ

Transparent Table System Table (transport)

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)

ViewTypeJoinVDMDescription
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)

KeyField Data ElementDescription DomainTypeLength
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)
);