EDOPROCSPINTDET1
eDocument Process Step Interface determination
EDOPROCSPINTDET1 is an SAP database table in S/4HANA. eDocument Process Step Interface determination. It contains 7 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ElectronicDocProcStepIntDet | view | from | BASIC | eDocument Process Step Interface detn |
Fields (7)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | process | EDOC_PROCESS | eDoc. Process | |||
| KEY | version | EDOC_PROCESS_VERSION | Proc.Version | |||
| KEY | procstep | EDOC_PROCESS_STEP | Process Step | |||
| KEY | edoc_type | EDOC_TYPE | eDoc Type | |||
| KEY | source_type | EDOC_SOURCE_TYPE | Source Type | |||
| KEY | step_variant | EDOC_PROC_STEP_VARIANT | Proc.Step Variant | |||
| interface_id | EDOC_INTERFACE_ID | Interface ID |
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.
-- eDocument Process Step Interface determination
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EDOPROCSPINTDET1 (
PROCESS, -- eDoc. Process [EDOC_PROCESS]
VERSION, -- Proc.Version [EDOC_PROCESS_VERSION]
PROCSTEP, -- Process Step [EDOC_PROCESS_STEP]
EDOC_TYPE, -- eDoc Type [EDOC_TYPE]
SOURCE_TYPE, -- Source Type [EDOC_SOURCE_TYPE]
STEP_VARIANT, -- Proc.Step Variant [EDOC_PROC_STEP_VARIANT]
INTERFACE_ID, -- Interface ID [EDOC_INTERFACE_ID]
PRIMARY KEY (PROCESS, VERSION, PROCSTEP, EDOC_TYPE, SOURCE_TYPE, STEP_VARIANT)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA