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: 

regarding doc flow status in SD

Vijay
Active Contributor
0 Kudos

Hi,

i have sales order no's and i need to display the item status for the sales orders like if delivery is created for that order what is its status, if invovoice is created what is it status.... etc.

if anyone can tell me how to get all those status using sales order no.

regards

vijay

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check table VBUK and VBUP

Thanks & Regards,

Navneeth K.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Check table VBUK and VBUP

Thanks & Regards,

Navneeth K.

Former Member
0 Kudos

Also check BAPI : BAPI_SALESORDER_GETSTATUS

Former Member
0 Kudos

Hi,

Check FM : BS01_SALESDOCUMENT_GETDETAIL

Thanks & Regards,

Navneeth K.

Former Member
0 Kudos

Hi,

Get all the correcponding docs in the document flow from VBFA or use FM SD_VBFA_READ_WITH_VBELV or RV_ORDER_FLOW_INFORMATION passing the sales order number. The read the status's for the retrieved Deliveries and Invoices

If you just want the status info for the Order use RV_DOCUMENT_STATUS

Regards

Stu