SYCM_S_ITEM_STATUS

CDS View

Status assigned to a Simplification Item

SYCM_S_ITEM_STATUS is a CDS View in S/4HANA. Status assigned to a Simplification Item. It contains 6 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
Sycm_Simplification_Db_View view inner View on simplificationDB without joining customer references
Sycm_Simplification_View view inner Join Simplification DB with SYCM_CUST_REFS, -ENHS and -MODS

Fields (6)

KeyField CDS FieldsUsed in Views
KEY status status 2
patch_level_from patch_level_from 2
patch_level_to patch_level_to 2
release_from release_from 2
release_to release_to 2
software_component software_component 2

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.

-- Status assigned to a Simplification Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCM_S_ITEM_STATUS (
    STATUS,
    PATCH_LEVEL_FROM,
    PATCH_LEVEL_TO,
    RELEASE_FROM,
    RELEASE_TO,
    SOFTWARE_COMPONENT,
    PRIMARY KEY (STATUS)
);