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: 

Production order current status

Former Member
0 Kudos

Hi All,

Could any one of you let me know where can I know the current status of a produciton order, like if it is in release status or technically completed, I remember the there is function module to read the status but I do not remember it now.

Kindly let me know the FM name or table name or if there is another way out for this.

Thanks,

Mark

7 REPLIES 7

Former Member
0 Kudos

Hi

Please check the BAPI <b>BAPI_PRODORDCONF_GETDETAIL</b>

Hope this helps.

Former Member
0 Kudos

also chk this BAPI_PRODORD_GET_DETAIL

Former Member
0 Kudos

Hi,

You can use FM "WCFS_STTXT_GET" for getting the active status of the production order. Here we need to pass OBJNR from AUFK table.

Regards,

Krishnamurthy.SC

Reward if the answer is useful.

Former Member
0 Kudos

FM

<b>STATUS_READ</b> u have to pass OBJNR for Order.

Regards

Prabhu

Former Member
0 Kudos

Thanks for the prompt reply, all of these solutions not returning the exact current status of the order, I can also found it in table JEST but it just shows all the statuses but not with text. I want the text of current status that you are able to see in CO03 when you click the information icon near the status field.

Thanks,

Mark

0 Kudos

Hi Mark,

Try STATUS_TEXT_EDIT.Need to Pass OBJNR .Set the necessary Flags.

Regards

Immanuel D

Former Member
0 Kudos

This message was moderated.