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: 

FM to get Deliveries for any Shipment

Former Member
0 Kudos

Hallo,

Is there any function module to get all the delivery no's of a particular shipment?

Regards,

Bhaskar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Bhaskar,

Use FM RV_SHIPMENT_VIEW

Here Set the values of OPTION_ITEMS as X

And you will get all deliveries for that shipment as VBELN in table F_VTTP.

Hope this will help.

Regards,

Nitin.

3 REPLIES 3

vinod_vemuru2
Active Contributor
0 Kudos

Hi Bhaskar,

Check the FM LE_MOB_GET_DELIVERY . Here fill in the parameter I_SHIPMENT.

Thanks,

Vinod.

Former Member
0 Kudos

Hi Bhaskar,

Use FM RV_SHIPMENT_VIEW

Here Set the values of OPTION_ITEMS as X

And you will get all deliveries for that shipment as VBELN in table F_VTTP.

Hope this will help.

Regards,

Nitin.

0 Kudos

Thank you Nitin....

It helped a lot.

Regards,

Bhaskar.