SYCM_PLIST_OBJS_WITH_SUBOBJS

CDS View

Piece list of objects with sub objects

SYCM_PLIST_OBJS_WITH_SUBOBJS is a CDS View in S/4HANA. Piece list of objects with sub objects. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
Sycm_Simplification_Db_View view inner View on simplificationDB without joining customer references

Fields (5)

KeyField CDS FieldsUsed in Views
KEY int_name ref_int_name 1
KEY int_type ref_int_type 1
KEY object_name ref_obj_name 1
KEY object_type ref_obj_type 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.

-- Piece list of objects with sub objects
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCM_PLIST_OBJS_WITH_SUBOBJS (
    INT_NAME,
    INT_TYPE,
    OBJECT_NAME,
    OBJECT_TYPE,
    PS_POSID,
    PRIMARY KEY (INT_NAME, INT_TYPE, OBJECT_NAME, OBJECT_TYPE)
);