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...