_PROCESSCONFIG

_PROCESSCONFIG is an SAP database table in S/4HANA. It contains 9 fields.

Fields (9)

KeyField CDS FieldsUsed in Views
category category 1
proc_cluster proc_cluster 2
proc_id proc_id 2
ProcessClusterKey ProcessClusterKey 1
ProcessDescription ProcessDescription 3
ProcessDescriptionISL ProcessDescriptionISL 1
version version,VersionLI 4
VersionDescription VersionDescription 1
VersionKey VersionKey 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _PROCESSCONFIG (
    CATEGORY,
    PROC_CLUSTER,
    PROC_ID,
    PROCESSCLUSTERKEY,
    PROCESSDESCRIPTION,
    PROCESSDESCRIPTIONISL,
    VERSION,
    VERSIONDESCRIPTION,
    VERSIONKEY
);