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 moudle for finding order components of production order

Former Member
0 Kudos

i need to find out components of a production order, is there any data base table or function module

Edited by: jagan ravula on Nov 19, 2008 9:18 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jagan,

Table: RESB.

BAPI: BAPI_PRODORD_GET_DETAIL.

You use this one to make the detailed data of an order available. Using the parameter ORDER_OBJECTS

Hope this will help.

Regards,

Nitin.

3 REPLIES 3

h_senden2
Active Contributor
0 Kudos

the components of a production order can be found in table RESB via the RSNUM in table AUFK, AFKO or AFPO.

regards,

hans

Former Member
0 Kudos

Component field IDNRK is not present in the above three tables, we are having PLMZ, but it containes the components when we assigned from routing. But i need the components for the production order when the components assigned with in the order.

Former Member
0 Kudos

Hi Jagan,

Table: RESB.

BAPI: BAPI_PRODORD_GET_DETAIL.

You use this one to make the detailed data of an order available. Using the parameter ORDER_OBJECTS

Hope this will help.

Regards,

Nitin.