SAP table VEVW (Where-Used List for Handling Units)

SAP table VEVW has 4 primary key fields being MANDT,HANDLE,OBJECT,OBJKEY.

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
HANDLE Worldwide unique key for VEKP-VENUM CHAR 22 0 GUID_VEKP
OBJECT Object Key's Object Type CHAR 2 0 HU_OBJECT
01 Outbound Delivery
02 Sales Document
03 Inbound Delivery
04 Shipment
05 Warehouse Management
06 Non-Assigned Handling Unit
07 Repetitive Manufacturing - Finished Products
08 Work Order for Components
09 Work Order for Finished Products
10 Verification: Completeness Check Assignment to Prod.Order
11 Verification: Sequence Check - Assignment to Prod.Order
12 Non-Assigned Handling Unit
14 Packing Station
ID Initial Data Transfer
IV Physical Inventory
JI JIT Inbound
JO JIT Outbound
LA Goods Issue in Warehouse System
LE Goods Receipt in Warehouse System
LS Further History in External System
LU Posting Change in Warehouse System
MM Posting Change and/or Stock Transfer
MS Material Document Cancellation
PO Purchase Order
QP Inspection Lot
SC Difference Comparison
UM Repack Entry
WA Goods Issue Document
WE Goods Receipt Document
OBJKEY Key for Object to Which the Handling Unit is Assigned CHAR 20 0 VPOBJKEY
TSTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) DEC 15 0 TZNTSTMPS
DIRECTION Direction (1=outbound, 2=inbound) NUMC 1 0 DIRECTION

VEVW foreign key relationships

Table Field Check Table Check Field
0 VEVW MANDT T000 Clients MANDT