SAP table TMPA5 (Assignment Status Group - Application Status)

SAP table TMPA5 has 3 primary key fields being MANDT,STATGRP,ESTATUS.

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
STATGRP Status Group for Settlement Management Documents CHAR 4 0 TMPA4 WSTATG
ESTATUS Application Status for a Settlement Management Document CHAR 4 0 TMPA2 WSTATE
ESTATUS_APPROVED Application Status Approved CHAR 4 0 TMPA2 WSTATE_APPROVED
ESTATUS_REJECTED Application Status Rejected CHAR 4 0 TMPA2 WSTATE_REJECTED
RELEASE_PROCESS_ACTIVE Release Process Active for Application Status CHAR 1 0 WLF_RELEASE_PROCESS_ACTIVE

TMPA5 foreign key relationships

Table Field Check Table Check Field
0 TMPA5 ESTATUS TMPA2 Application Status MANDT
1 TMPA5 ESTATUS_APPROVED TMPA2 Application Status MANDT
0 TMPA5 ESTATUS_REJECTED TMPA2 Application Status MANDT
1 TMPA5 STATGRP TMPA4 Status Group MANDT