DCDEPTB4LOG
DD: Abhängigkeiten für einen Aktivierungslauf (key log)
DCDEPTB4LOG is an SAP database table in S/4HANA. DD: Abhängigkeiten für einen Aktivierungslauf (key log). It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| APS_V_AGV_DEP_TAB | view | from | View on DCDEPTB4LOG |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | uuid | abap.raw | Eindeutige Id für einenEintrag aus DCGENTB4LOG | |||
| KEY | sequence | int4 | INT4 | |||
| type | objecttyp | Object type | ||||
| name | objectname | Object name | ||||
| deptype | objecttyp | Object type | ||||
| depname | objectname | Object name | ||||
| as4local | as4local | Activation State | ||||
| depkind | ddrelkind | DD: type of a relationship | ||||
| action | depaction | Actions to be executed for a dependent DD object |
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.
-- DD: Abhängigkeiten für einen Aktivierungslauf (key log)
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DCDEPTB4LOG (
UUID, -- Eindeutige Id für einenEintrag aus DCGENTB4LOG [abap.raw]
SEQUENCE, -- INT4 [int4]
TYPE, -- Object type [objecttyp]
NAME, -- Object name [objectname]
DEPTYPE, -- Object type [objecttyp]
DEPNAME, -- Object name [objectname]
AS4LOCAL, -- Activation State [as4local]
DEPKIND, -- DD: type of a relationship [ddrelkind]
ACTION, -- Actions to be executed for a dependent DD object [depaction]
PRIMARY KEY (UUID, SEQUENCE)
);
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