2006 Oct 23 6:48 AM
Dear All,
How to Get Actual Shipment Date for the given sales order.
REgards
sudheer
2006 Oct 23 7:05 AM
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