cancel
Showing results for 
Search instead for 
Did you mean: 

Components of Production Order

Former Member
0 Kudos
5,200

Hi experts,

Does anyone know the table / function module where the components of a production order are stored?

I am talking about when you go to CO03 transaction / Overviews / Components (F6). Here you get the components of the production order. I need to obtain these exact components in a program... Does anyone know if there's a specific dictionary table where these are stored? Or if there is a FM I could use to obtain these exact components?

I tried with CSAP_MAT_BOM_READ, CS_BOM_EXPL_MAT_V2, but these don't retrieve the same records I'm getting in the transaction.

As for CUKO_COMPONENTS_OF_ORDER_BOM, this is not retrieving anything.

I also tried debugging the transaction, and saw that there's a FM being used called: CO_IT_OBJ_ITAB_CREATE. However when I try to use it in a program I don't get any information...

Thanks in advance! Points shall be rewarded for good solutions...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here are the tables for the production orders with details.

AUFK Production order headers

AFIH Maintenance order header

AUFM Goods movement for prod. order

AFKO Order header data PP orders

AFPO Order item

RESB Order componenten

For BOM check STPO amd PLMZ.

Regards

TAJUDDIN

Former Member

Thanks Tajuddin!

RESB was the table I needed... With the order number AFKO-AUFNR you obtain the reservation num AFKO-RSNUM, and then with that you can obtain the components from RESB table.

Thanks again for the helpful answer

Answers (0)