Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to determine Deliveries per Shipment Stage?

0 Kudos
1,728

Hello SAPients!

Is there any table or Function Module to get the corresponding Deliveries per Shipment Stage?

Thank you in advance for your help.

2 REPLIES 2

0 Kudos
276

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.

former_member194669
Active Contributor
0 Kudos
276

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