‎2009 Oct 27 12:26 PM
Hi Gurus,
i need a function module which can give the complete picture of the sales with the help of sales order number..
in precise the function module should show the delivery status,items, billing status etc from vbuk..
‎2009 Oct 28 4:19 AM
HI ,
U can try with FM " RV_ORDER_FLOW_INFORMATION" . and get the sales doc flow..
‎2009 Oct 27 1:09 PM
I have seen no function which will return all this information.
Howeveer, SD_ORDER_STATUS_OVERVIEW provides a lot of information it looks like you require.
‎2009 Oct 27 4:41 PM
Hi Imran,
Have a look at url http://learningabap.wordpress.com/2007/03/28/read-sales-document-flow-using-a-function-module/
Hope this helps
Thanks
Lakshman
‎2009 Oct 30 1:07 PM
Thanks for your ULR lakshman.
Thanks & Regards,
Lakshman.Annamaneni
Edited by: Lakshman Annamaneni on Nov 25, 2009 6:31 AM
‎2009 Oct 27 4:45 PM
BAPI_SALESORDER_GETSTATUS Sales order: Display status
BAPI_SALESORDER_SIMULATE Sales Order: Simulate Sales Order
by the way, why dont you directly use the standard tables to see the activity.. vbak, vbap, vbkd, vbpa, vbrk etc..
‎2009 Oct 27 7:38 PM
No one function module or BAPI provides all the information you have asked for but there few and they already mentioned there.
Check also RV_ORDER_FLOW_INFORMATION - This will give you the doc flow.
Try to debug standard functionality in SAP where you can see the history of sales doc.
‎2009 Oct 27 8:48 PM
‎2009 Oct 28 4:08 AM
‎2009 Oct 28 4:19 AM
HI ,
U can try with FM " RV_ORDER_FLOW_INFORMATION" . and get the sales doc flow..
‎2009 Oct 28 4:21 AM
Thanks shambhu, i feel this function module is giving most of the data i require..