Model / CROSS / DD02L

CROSS — Cross-Application Foundation

DD02L

28 fields · 1 key · 0 foreign keys · sourced from leanx.eu

SAP Tables — the master registry of every table and structure in the ABAP Dictionary: its category (transparent, pooled, cluster, structure, view), delivery class, buffering behavior, and activation state. DD02L is the anchor every other DD0xL table's TABNAME field checks against, and it is the single most load-bearing table in this lane: the sovereign mirror's whole validation posture rests on being able to ask 'does this table actually exist in the customer's system, and what kind of object is it' against DD02L rather than against a crosswalk author's assumption. SAP's real DD02L carries roughly 30 fields, mostly activation/versioning housekeeping and DB-specific storage flags; this definition carries the full functional set — identity, table category, delivery class, buffering, and view/search-help linkage — that a crosswalk or validation engine actually consumes.

Hover a canonical name to see the legacy SAP field name

Canonical nameConceptDescriptionData elementTypeCheck table
TBL_NOM keytabula nomenTable NameTABNAMECHAR 30
STA_OBIstatus obiectumActivation Status of a Repository ObjectAS4LOCALCHAR 1
VRSversioVersion of the entry (not used)AS4VERSNUMC 4
TBL_CTG_VIStabula categoria visusTable category — e.g. TRANSP (transparent), VIEW, INTTAB (structure), CLUSTER, POOLTABCLASSCHAR 8
NOM_TBLnomen tabulaName of an SQL table or an appended tableSQLAPPDTABCHAR 30
DATMINMinimum no. of entriesDATMINNUMC 10
DATMAXMaximum no. of entriesDATMAXNUMC 10
NUMnumerusAverage number of entriesDATAVGNUMC 10
SGN_CLIsignum cliensFlag indicating client-specific entriesCLIDEPCHAR 1
SGNsignumBuffering flagBUFFEREDCHAR 1
CMP_IDXcampus indexField compression indicatorCOMPREXCHAR 1
LNGlinguaLanguage dependencyLANGDEPCHAR 1
SGN2signumActivation flagACTFLAGCHAR 1
CLSclassisApplication class for DD objects (not used)APPLCLASSCHAR 4
GENgenusActivation typeAUTHCLASS_NUMC 2
ULT_MUTultimus mutatusLast Changed byAS4USERCHAR 12
DIE_ULTdies ultimusDate of Last ChangeAS4DATEDATS 8
ULT_MUT2ultimus mutatusLast changed atAS4TIMETIMS 6
LNG2linguaOriginal Language in Repository objectsMASTERLANGLANG 1
SGN_CUR_NRMsignum curatio normaFlag if Maintenance with Standard Tools is allowedMAINTFLAGCHAR 1
TRD_CLS_EMPtraditio classis emptorDelivery class — controls who may add/change data (SAP, customer, both)CONTFLAGCHAR 1
RESERVETABSDIC: Reserve for tablesRESERVETABCHAR 4
SGN3signumFlag for private DD objects (not used)GLOBALFLAGCHAR 1
PROZPUFFPercentage for buffersPROZPUFFNUMC 3
VIS_GENvisus genusView TypeVIEWCLASSCHAR 1
CUR_STA_VIScuratio status visusMaintenance status (modification authorization) for view dataVIEWGRANTCHAR 1
IDX_TBLindex tabulaIndicator whether multiplexing is possible for a tableMULTIPLEXCHAR 1
AXQ_TBLauxilium quaerendi tabulaSearch help attachment to table existsSHLPEXICHAR 1

View DD02L.yaml in the repository