DD09L
DD: Technical settings of tables
DD09L is an SAP database table in S/4HANA. DD: Technical settings of tables. It contains 21 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| dhamb_base_dp_table | view_entity | left_outer | DI meta data browser: list of DDIC tables |
Fields (21)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | tabname | TABNAME | Table Name | |||
| KEY | as4local | AS4LOCAL | Activation State | |||
| KEY | as4vers | AS4VERS | Version | |||
| tabkat | TABKAT | Size category | ||||
| tabart | TABART | Data Class | ||||
| pufferung | PUFFERUNG | Buffering type | ||||
| schfeldanz | SCHFELDANZ | NoKeyFields | ||||
| protokoll | DDPROTOCOL | Log | ||||
| speichpuff | SPEICHPUFF | StorTypeBuffr | ||||
| as4user | AS4USER | Last Changed By | ||||
| as4date | AS4DATE | Date | ||||
| as4time | AS4TIME | Time | ||||
| transpflag | DDTRANSP | Transparency | ||||
| reserve | DDRESERVE | Reserved Field in ABAP Dictionary | ||||
| uebersetz | UEBERSETZ | Rel. for trans. | ||||
| actflag | ACTFLAG | Activation flag | ||||
| bufallow | BUFALLOW | Buff. allowed | ||||
| javaonly | DDJAVAONLY | JavaOnly | ||||
| roworcolst | DDROWORCOLST | Storage Type | ||||
| sharingtype | DDSHARINGTYPE | Sharing Type | ||||
| load_unit | HDB_LOAD_UNIT | Load Unit |
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: Technical settings of tables
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DD09L (
TABNAME, -- Table Name [TABNAME]
AS4LOCAL, -- Activation State [AS4LOCAL]
AS4VERS, -- Version [AS4VERS]
TABKAT, -- Size category [TABKAT]
TABART, -- Data Class [TABART]
PUFFERUNG, -- Buffering type [PUFFERUNG]
SCHFELDANZ, -- NoKeyFields [SCHFELDANZ]
PROTOKOLL, -- Log [DDPROTOCOL]
SPEICHPUFF, -- StorTypeBuffr [SPEICHPUFF]
AS4USER, -- Last Changed By [AS4USER]
AS4DATE, -- Date [AS4DATE]
AS4TIME, -- Time [AS4TIME]
TRANSPFLAG, -- Transparency [DDTRANSP]
RESERVE, -- Reserved Field in ABAP Dictionary [DDRESERVE]
UEBERSETZ, -- Rel. for trans. [UEBERSETZ]
ACTFLAG, -- Activation flag [ACTFLAG]
BUFALLOW, -- Buff. allowed [BUFALLOW]
JAVAONLY, -- JavaOnly [DDJAVAONLY]
ROWORCOLST, -- Storage Type [DDROWORCOLST]
SHARINGTYPE, -- Sharing Type [DDSHARINGTYPE]
LOAD_UNIT, -- Load Unit [HDB_LOAD_UNIT]
PRIMARY KEY (TABNAME, AS4LOCAL, AS4VERS)
);
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