‎2009 Mar 09 9:51 AM
Hi,
In a routing when clicking on button "ComAlloc" we can see list of component allocations.
In a program I need to get this list, I need the links component/operation.
Is there a function module to get component allocations for a routing ?
Thank you.
Julien SCHNEERBERGER.
‎2009 Mar 09 10:58 AM
I am not sure but you can try the CSAP_MAT_BOM_ITEM_SELECT function module. Hope this solves your problem.
‎2009 Mar 09 11:14 AM
try function module "CARO_ROUTING_READ".
table parameter :"COM_TAB: Component allocation details.
‎2009 Mar 10 12:58 PM
CARO_ROUTING_READ doesn't returns the same lines, in my sample CA03 display 11 lines, but function module returns only one line.
‎2009 Mar 10 1:36 PM
i do not think them there is any standard function module which can do so.
try hitting database tabel : PLMZ in combuination with PLPO and PLAS.
‎2010 Jul 27 3:57 PM