‎2008 Jun 22 3:35 PM
Dear Guru's
I want to create function module for 'document flow' in sales and distribution,the import parameter is the sales order,i want to know the source code to get to the export parameters which are:'inquiry','quotation','outbound delivery','transfer order','goods issue'& the billing document,i want them all from one table which is VBFA..
Thanks a lot in advance,i appreciate it&points will be assigned
Regards
Yasser
‎2008 Jun 22 4:14 PM
See the SAP provided FM RV_ORDER_FLOW_INFORMATION.
From this FM u can get the logic that u r searching for.
Regards,
Joy.
‎2008 Jun 23 12:38 AM
Hi Yas,
I use the FM SD_DOCUMENT_FLOW_GET.
But Joy has shown you the way for all ABAP developement. Look for existing functionality and reuse it - don't build your own.
Cheers
Graham Robbo