on 2007 Jul 10 2:12 PM
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...
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
106 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.