SAP table PCERT (Payroll Posting Runs)

SAP table PCERT has 5 primary key fields being MANDT,MOLGA,SAGRP,APPL,RUNID.

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
MOLGA HCM Localization CHAR 2 0 T500L MOLGA
SAGRP Area CHAR 4 0 T5961 PCAL_SAGRP
APPL Subapplication CHAR 4 0 T596A P_APPL
RUNID Evaluation run ID NUMC 10 0 PCAL_ERNID
NAME Text on posting run CHAR 15 0 P_EVNAME
SIMU Posting run: Simulation indicator CHAR 1 0 P_EVSIMU

PCERT foreign key relationships

Table Field Check Table Check Field
0 PCERT APPL T596A Wage Type Application MANDT
0 PCERT APPL T596A Wage Type Application MOLGA
0 PCERT APPL T596A Wage Type Application APPL
1 PCERT MANDT T000 Clients MANDT
0 PCERT MOLGA T500L Personnel Country Grouping MOLGA
1 PCERT SAGRP T5961 Area MANDT