2007 Aug 17 10:42 PM
Hello SAPients!
Is there any table or Function Module to get the corresponding Deliveries per Shipment Stage?
Thank you in advance for your help.
2007 Aug 17 11:19 PM
I think I found it, the table name is VTSP and it can be linked with VTTS and VTTP in this way:
VTTS-MANDT = VTSP-MANDT
VTTS-TKNUM = VTSP-TKNUM
VTTS-TSNUM = VTSP-TSNUM, and
VTSP-MANDT = VTTP-MANDT
VTSP-TKNUM = VTTP-TKNUM
VTSP-TPNUM = VTTP-TPNUM.
That is, it can be put exactly in the middle between the Shipment Stages and the Shipment Items (Corresponding delivery is in the shipment Items)
Thank you anyway.
2007 Aug 17 11:20 PM
Hi,
Try with
VTTK Shipment header
VTTP Shipment item
VTTS Stage in transport
VTSP Stage in transport per shipment item
VTPA Shipment partners
VEKP Handling Unit - Header Table
VEPO Packing: Handling Unit Item (Contents)
aRs