DD01L
Domänen
DD01L is an SAP database table in S/4HANA. Domänen. It contains 30 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /CFG/V_HASH_DAO | view | left_outer | CDS View for Hashing DAO | |
| I_Domain | view | from | BASIC | Domain |
| SUIM_AUTH_LIST_DD | view | left_outer | SUIM | Helper View to for SUIM_AUTH_LIST |
Fields (30)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | domname | domname | Domain | |||
| KEY | as4local | as4local | Activation State | |||
| KEY | as4vers | as4vers | Version | |||
| datatype | datatype_d | Data Type | ||||
| leng | ddleng | No. of Characters | ||||
| outputlen | outputlen | Output Length | ||||
| decimals | decimals | Decimal Places | ||||
| lowercase | lowercase | Case-Sensitive | ||||
| signflag | signflag | Sign | ||||
| langflag | langflag | Lang.-dep. values | ||||
| valexi | valexi | Fixed val. ex. | ||||
| entitytab | entitytab | Value table | ||||
| convexit | convexit | Convers. Rout. | ||||
| mask | as4mask | Template | ||||
| masklen | masklen | Template length | ||||
| actflag | actflag | Activation flag | ||||
| applclass | applclass | Application Class | ||||
| authclass | authclass_ | Activation type | ||||
| as4user | as4user | Last Changed By | ||||
| as4date | as4date | Date | ||||
| as4time | as4time | Time | ||||
| dommaster | masterlang | Original Lang. | ||||
| reservedom | reservedom | ReserveFlag | ||||
| domglobal | globalflag | Not global | ||||
| appendname | domname | Domain | ||||
| appexist | ddappexi | AppExi | ||||
| proxytype | ddproxyty | PrxyUsage | ||||
| outputstyle | outputstyle | Output | ||||
| ampmformat | ddampmformat | AM/PM-Enabled | ||||
| abap_language_version | abap_language_version | Language Version |
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.
-- Domänen
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DD01L (
DOMNAME, -- Domain [domname]
AS4LOCAL, -- Activation State [as4local]
AS4VERS, -- Version [as4vers]
DATATYPE, -- Data Type [datatype_d]
LENG, -- No. of Characters [ddleng]
OUTPUTLEN, -- Output Length [outputlen]
DECIMALS, -- Decimal Places [decimals]
LOWERCASE, -- Case-Sensitive [lowercase]
SIGNFLAG, -- Sign [signflag]
LANGFLAG, -- Lang.-dep. values [langflag]
VALEXI, -- Fixed val. ex. [valexi]
ENTITYTAB, -- Value table [entitytab]
CONVEXIT, -- Convers. Rout. [convexit]
MASK, -- Template [as4mask]
MASKLEN, -- Template length [masklen]
ACTFLAG, -- Activation flag [actflag]
APPLCLASS, -- Application Class [applclass]
AUTHCLASS, -- Activation type [authclass_]
AS4USER, -- Last Changed By [as4user]
AS4DATE, -- Date [as4date]
AS4TIME, -- Time [as4time]
DOMMASTER, -- Original Lang. [masterlang]
RESERVEDOM, -- ReserveFlag [reservedom]
DOMGLOBAL, -- Not global [globalflag]
APPENDNAME, -- Domain [domname]
APPEXIST, -- AppExi [ddappexi]
PROXYTYPE, -- PrxyUsage [ddproxyty]
OUTPUTSTYLE, -- Output [outputstyle]
AMPMFORMAT, -- AM/PM-Enabled [ddampmformat]
ABAP_LANGUAGE_VERSION, -- Language Version [abap_language_version]
PRIMARY KEY (DOMNAME, 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