SYCM_PIECE_LIST

CDS View

Custom Code Management: Piece list

SYCM_PIECE_LIST is a CDS View in S/4HANA. Custom Code Management: Piece list. It contains 6 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
Sycm_Plist_Objs_With_Subobjs view from Piece list of objects with sub objects
Sycm_S_Item_Notes_Ci_Ddic_Extn view inner Relevant Notes for DDic Extns CI test
Sycm_S_Item_Notes_Ci_view_base view inner Relevant Notes for View base CI test
Sycm_Simplification_View view inner Join Simplification DB with SYCM_CUST_REFS, -ENHS and -MODS

Fields (6)

KeyField CDS FieldsUsed in Views
KEY id id 1
KEY object_name object_name 1
KEY object_type object_type 1
KEY pgmid pgmid 1
package_name package_name 1
ps_posid ps_posid 1

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.

-- Custom Code Management: Piece list
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCM_PIECE_LIST (
    ID,
    OBJECT_NAME,
    OBJECT_TYPE,
    PGMID,
    PACKAGE_NAME,
    PS_POSID,
    PRIMARY KEY (ID, OBJECT_NAME, OBJECT_TYPE, PGMID)
);