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

Source Code

Former Member
0 Likes
545

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

2 REPLIES 2
Read only

Former Member
0 Likes
458

See the SAP provided FM RV_ORDER_FLOW_INFORMATION.

From this FM u can get the logic that u r searching for.

Regards,

Joy.

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
458

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