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're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 T000 MANDT
LAYGR Layout Module CHAR 10 0 TWML LAYGR
LAYMOD_VER Layout Module Version NUMC 4 0 LAYMOD_VER
LMOD_STAT Status of a layout module version CHAR 2 0 LMOD_STAT
01 Planned
02 Released
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

WLMV foreign key relationships

Table Field Check Table Check Field
0 WLMV LAYGR TWML Layout module MANDT
0 WLMV LAYGR TWML Layout module LAYGR
1 WLMV MANDT T000 Clients MANDT