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: 

function module to get the sales flow.

Former Member
0 Kudos

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..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI ,

U can try with FM " RV_ORDER_FLOW_INFORMATION" . and get the sales doc flow..

9 REPLIES 9

Former Member

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.

Lakshmant1
Active Contributor
0 Kudos

0 Kudos

Thanks for your ULR lakshman.

Thanks & Regards,

Lakshman.Annamaneni

Edited by: Lakshman Annamaneni on Nov 25, 2009 6:31 AM

Former Member
0 Kudos

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..

former_member191735
Active Contributor
0 Kudos

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.

0 Kudos

use VBFA table.. it will give you all the flow.

Former Member
0 Kudos

thanks for the help...

Former Member
0 Kudos

HI ,

U can try with FM " RV_ORDER_FLOW_INFORMATION" . and get the sales doc flow..

0 Kudos

Thanks shambhu, i feel this function module is giving most of the data i require..