SAP table B010 (Shipping Point/Route)

SAP table B010 has 5 primary key fields being MANDT,KAPPL,KSCHL,VSTEL,ROUTE.

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
KAPPL Application CHAR 2 0 T681A KAPPL
KSCHL Output Type CHAR 4 0 T685 NA_KSCHL
VSTEL Shipping Point / Receiving Point CHAR 4 0 TVST VSTEL
ROUTE Route CHAR 6 0 TVRO ROUTE
KNUMH Number of output condition record CHAR 10 0 NNUMH

B010 foreign key relationships

Table Field Check Table Check Field
0 B010 KAPPL T681A Conditions: Applications KAPPL
1 B010 KSCHL T685 Conditions: Types KAPPL
1 B010 KSCHL T685 Conditions: Types KSCHL
0 B010 MANDT T000 Clients MANDT
1 B010 ROUTE TVRO Routes MANDT
1 B010 ROUTE TVRO Routes ROUTE
0 B010 VSTEL TVST Organizational Unit: Shipping Points MANDT
0 B010 VSTEL TVST Organizational Unit: Shipping Points VSTEL