Application Development and Automation 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: 
Read only

delivery number finding

Former Member
0 Likes
652

Hi,

How to find the Delivery number based on Return sales order number?

right now i am following the process

Sales order->Delivery->Shipping-->PGI>client requirement is to create return sales order here-->Invoice.

now i have the Return Sales Order number by using this how to find the Delivery number.

Thanks,

Sreeram.

4 REPLIES 4
Read only

Former Member
0 Likes
627

Hi

<b>VBFA</b> table will help you which stores all the subsequent documents created in any flow.

Mark if Helpful

Regards

Tushar Mundlik

Read only

0 Likes
627

Hi Tushar,

yes i am using this table only, if i put the shipment number in VBELN field it is not displaying giving the Return Sales order number.

Thanks & Regards,

Sreeram.

Read only

0 Likes
627

You need to read the table as: -

With Shipment to get the Delivery

Then with the delivery to get the order.

Read only

0 Likes
627

Hi,

i have only Return sales order number with me, by using this i need to find out the Delivery number.

please give me ur suggestion.

Thanks & Regards,

Sreeram.