Technical settings of tables — the physical/storage configuration for each table registered in DD02L: data class, size category, buffering type, generic-buffer key-field count, change logging, and row/column store designation. This is not semantic metadata like DD01L/DD03L/DD04L; it is operational metadata the mirror uses to sanity-check crosswalk assumptions about a table's runtime behavior — e.g. whether a table is buffered (and therefore may show stale reads to certain report paths) or whether change logging is active (and therefore audit trail claims are checkable). Table carried complete.
Hover a canonical name to see the legacy SAP field name
| Canonical name | Concept | Description | Data element | Type | Check table |
|---|---|---|---|---|---|
| TBL_NOM key | tabula nomen | Table Name | TABNAME | CHAR 30 | DD02L |
| STA_OBI key | status obiectum | Activation Status of a Repository Object | AS4LOCAL | CHAR 1 | — |
| VRS | versio | Version of the entry (not used) | AS4VERS | NUMC 4 | — |
| MGN_CTG | magnitudo categoria | Size category | TABKAT | CHAR 2 | — |
| CLS | classis | Data class in technical settings | DDART | CHAR 5 | DDART |
| GEN_IDX | genus index | Buffering type indicator | PUFFERUNG | CHAR 1 | — |
| CLV | clavis | No. of key fields for generic buffers | SCHFELDANZ | NUMC 3 | — |
| PROTOKOLL | Log Data Changes | DDPROTOCOL | CHAR 1 | — | |
| SGN_GRP | signum genus repositionis | Flag for the storage type in the buffer | SPEICHPUFF | CHAR 1 | — |
| ULT_MUT | ultimus mutatus | Last Changed by | AS4USER | CHAR 12 | — |
| DIE_ULT | dies ultimus | Date of Last Change | AS4DATE | DATS 8 | — |
| ULT_MUT2 | ultimus mutatus | Last changed at | AS4TIME | TIMS 6 | — |
| TBL | tabula | Convert to transparent table or maintain transparency | DDTRANSP | CHAR 1 | — |
| CMP | campus | Reserved field in the ABAP Dictionary | DDRESERVE | CHAR 1 | — |
| SGN_TBL | signum tabula | Flag whether table is relevant for translation | UEBERSETZ | CHAR 1 | — |
| SGN | signum | Activation flag | ACTFLAG | CHAR 1 | — |
| IDX | index | Indicator for buffering allowed/not allowed | BUFALLOW | CHAR 1 | — |
| JAVAONLY | Write access only with JAVA | DDJAVAONLY | CHAR 1 | — | |
| ROWORCOLST | For distinction between Row or Column Store | DDROWORCOLST | CHAR 1 | — |
Foreign keys
| Field | Check table | Check field |
|---|---|---|
TABART | DDART | TABART |
TABNAME | DD02L | TABNAME |