SAP table VERFK (Process header data)

SAP table VERFK has 2 primary key fields being MANDT,VEINN.

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
VEINN Internal process number NUMC 10 0 VEINN
VRFNR External process number CHAR 10 0 VRFNR
STCAP CAPP status CHAR 1 0 TCAPI STCAP
ANDAT Date Record Created On DATS 8 0 ANDAT
ANNAM User who created record CHAR 12 0 ANNAM
AEDAT Last Changed On DATS 8 0 AEDAT
AENAM Name of Person Who Changed Object CHAR 12 0 AENAM
CPLGR CAPP planner group CHAR 3 0 T024C CPLGR
SORTB Sort string CHAR 9 0 TSRTB SORTB
TXGEN Indicator: text generation CHAR 1 0 TXGEN
VTXVH Process text for text generation exists CHAR 1 0 VTXVH

VERFK foreign key relationships

Table Field Check Table Check Field
0 VERFK CPLGR T024C Planner Group for CAPP CPLGR
1 VERFK MANDT T000 Clients MANDT
0 VERFK STCAP TCAPI CAPP status MANDT
0 VERFK STCAP TCAPI CAPP status STCAP