SAP table JITMA (JIT : Material Data)

SAP table JITMA has 2 primary key fields being MANDT,MATID.

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 MANDT
MATID Internal JIT Material Number for Call Components NUMC 6 0 JIT_MATID
CUSTO JIT Customer CHAR 4 0 JITCU JIT_CUSTO
MATNR Material Number CHAR 40 0 MARA MATNR
VBELN Sales Document CHAR 10 0 VBAP VBELN_VA
POSNR Sales Document Item NUMC 6 0 VBAP POSNR_VA
MEINS Base Unit of Measure UNIT 3 0 * MEINS

JITMA foreign key relationships

Table Field Check Table Check Field
0 JITMA MATNR MARA General Material Data MANDT
0 JITMA MATNR MARA General Material Data MATNR
1 JITMA POSNR VBAP Sales Document: Item Data VBELN
1 JITMA POSNR VBAP Sales Document: Item Data POSNR
0 JITMA VBELN VBAP Sales Document: Item Data VBELN
0 JITMA VBELN VBAP Sales Document: Item Data POSNR