SAP Table
WLMV Validity and Status of Layout Module Versions
SAP table WLMV has 3 primary key fields being MANDT,LAYGR,LAYMOD_VER.
If you are only analysing data from a single SAP instance you may omit field MANDT in your relationships as it will be the same across the entire dataset. On the other hand, if you are combining data from multiple SAP instances you need to take MANDT into account.
/ Fields
WLMV columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |||||
| KeyLAYGR | Layout Module | CHAR | 10 | 0 | TWML | LAYGR | |||||
| KeyLAYMOD_VER | Layout Module Version | NUMC | 4 | 0 | LAYMOD_VER | ||||||
| LMOD_STAT | Status of a layout module version | CHAR | 2 | 0 | LMOD_STAT | ||||||
|
|||||||||||
| LM_DATE_FR | Validity start date of a layout module version | DATS | 8 | 0 | LM_DATE_FR | ||||||
| LM_DATE_TO | Validity end date of a layout module version | DATS | 8 | 0 | LM_DATE_TO | ||||||
| TISTP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | DEC | 15 | 0 | TIMESTAMP | ||||||