SAP table KDST (Sales Order to BOM Link)

SAP table KDST has 8 primary key fields being MANDT,VBELN,VBPOS,MATNR,WERKS,STLAN,STLNR,STLAL.

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
VBELN Sales Order CHAR 10 0 * CS_VBELN
VBPOS Sales order item NUMC 6 0 * CS_VBPOS
MATNR Material Number CHAR 40 0 * MATNR
WERKS Plant CHAR 4 0 * WERKS_D
STLAN BOM Usage CHAR 1 0 * STLAN
STLNR Bill of Material CHAR 8 0 STNUM
STLAL Alternative BOM CHAR 2 0 STALT
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

KDST foreign key relationships

Table Field Check Table Check Field
0 KDST MANDT T000 Clients MANDT