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: 

Who to get Actual Shipment Date for the Sales Order

Former Member
0 Kudos

Dear All,

How to Get Actual Shipment Date for the given sales order.

REgards

sudheer

1 REPLY 1

Former Member
0 Kudos

Hai,

If you want the actual shipment date of an order call the function module RV_ORDER_FLOW_INFORMATION and pass the order number as vbeln in the structure COMWA.select the values from the return table which corresponds to 'J' type which are delivery and get thedate.

THis will give the actual delivery date (if created).

Oher way is to look for vbeln in table LIPS using VGBEL = order number as the selection criteria.

Cheers,

Sandeep