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

Need function module for Sales order overall status

Former Member
0 Likes
1,284

Dear Team,

Our requriement is we need to capture sales orders overall status 'compleated' in header and item datat details.

Could you please let me know what are function modules available for to get the over all status for sales orders, (header and item)

Thanks & Regards,

MK.

Dear Team,

Our requriement is we need to capture sales orders overall status 'compleated' in header and item datat details.

Could you please let me know what are function modules available for to get the over all status for sales orders, (header and item)

Thanks & Regards,

MK.

3 REPLIES 3
Read only

peter_ruiz2
Active Contributor
0 Likes
653

Hi MK,

Try this BAPI_SALESORDER_GETSTATUS.

Regards,

Peter

Read only

0 Likes
653

Dear Peter,

Thanks for information, but my requriment is if you click onf header/item data you can find the tab called 'status ', in this tab you can find all 'processing status', i need the value from here overall status like open, complete etc...

Thanks & Regards,

MK.

Read only

0 Likes
653

Hi MK,

Use any of this FMs.

C1CE_VBUK_READ

SD_VBUP_READ_WITH_VBELN

WCB_VBUK_READ

Note that the values are in table VBUK and you can do a select statement from that table to get what you need.

Regards,

Peter