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

??bapi or function module that - "lists production orders for work center"

Former Member
0 Likes
2,130

Hello SDN Community,

Has anyone ever run across a bapi or function module that, in PM, will list production orders for a work center?

Or does anyone have enough knowledge of relevant tables to demonstrate SQL coding to accomplish same?

Best Regards,

Dean Atteberry.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,062

Hi Dean,

Try this one

BAPI_PRODORD_GET_LIST

for more info refer below link

hope it useful to you.

Thanks!

Hi Dean,

Try this one

BAPI_PRODORD_GET_LIST

for more info refer below link

hope it useful to you.

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
1,063

Hi Dean,

Try this one

BAPI_PRODORD_GET_LIST

for more info refer below link

hope it useful to you.

Thanks!

Read only

Former Member
0 Likes
1,062

Hello M,

Thank you for the bapi and link to other thread. I looked thru all the parameter tables for the bapi prodord_get_list and out of the 12 tables, none there are for a work center. Who do I need to talk with at SAP to get another parameter table fior work center added to the BAPI? 8-)

Also, from the link it mentioned COOIS and I just found out about that transaction a couple of days ago. Spent several hours yesterday debugging it to see how it obtains its list of production orders from a work center. Found the code that does the sql selects to get the relevant production orders. Now if that code was just in the PRODORD_GET_LIST bapi!

Thank you for your help!

Dean Atteberry.