/APE/C_CHECKGROUP

CDS View

Check Group

/APE/C_CHECKGROUP is a CDS View in S/4HANA. Check Group. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
/APE/C_CheckGroup_VH view from CONSUMPTION Check Group

Fields (3)

KeyField CDS FieldsUsed in Views
KEY check_group_uuid CheckGroupKey 1
check_group CheckGroup 1
proc_cluster proc_cluster,ProcessCluster 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.

-- Check Group
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /APE/C_CHECKGROUP (
    CHECK_GROUP_UUID,
    CHECK_GROUP,
    PROC_CLUSTER,
    PRIMARY KEY (CHECK_GROUP_UUID)
);