_PREDSTEP

_PREDSTEP is an SAP database table in S/4HANA. It contains 8 fields.

Fields (8)

KeyField CDS FieldsUsed in Views
ape_parent_key pred_proc_config_uuid 1
multiple pred_multiple 1
proc_cluster pred_proc_cluster 2
proc_id pred_proc_id 2
proc_step_id pred_proc_step_id,proc_step_id 3
seq_no pred_seq_no 3
type pred_type 1
version pred_version 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _PREDSTEP (
    APE_PARENT_KEY,
    MULTIPLE,
    PROC_CLUSTER,
    PROC_ID,
    PROC_STEP_ID,
    SEQ_NO,
    TYPE,
    VERSION
);