‎2006 May 23 4:58 AM
Hi,
I am using the BAPI "BAPI_ROUTING_CREATE" to create a Routing. It works fine creating the operations, Component allocations, InspectionChar creation and updating the Header data Information.
The Problem i am facing is with the allocation of components with Phantom assembly. Can any one help me in passing the Parameters to the BAPI to allocate the components with the Phantom assembly.
i am getting error message
"cpccdt-206 The component to be assigned has not been completely specified "
Thanks
Pravin
‎2007 Aug 06 6:42 AM
Hi,
I want to get get details for Setup Time and Labor Time. It is maintained in the routing at operation level. Is there any BAPI which will give me these details.
Thanks & Regards,
Anil Salekar
‎2007 Sep 21 4:59 PM
I i'm having exactly the same problem.
"cpccdt-206 The component to be assigned has not been completely specified "
In my case this message occurs with normal material and not Phantom materials.
Do you have any solution already?
Thanks,
Joao
Message was edited by:
João Costa TMG
‎2007 Sep 21 6:07 PM
Problem solved.
In my case, i was doing:
COMPONENTALLOCATION-ALTERNATIVE_BOM = '1 '
instead of
COMPONENTALLOCATION-ALTERNATIVE_BOM = '01'
Thanks any way.
‎2022 Dec 29 8:06 AM
In my case,"Alternative BOM" is 2,instead of 1,by tocde CS03 show this,check your Bom data.
COMPONENTALLOCATION-ALTERNATIVE_BOM = '02 '
instead of
COMPONENTALLOCATION-ALTERNATIVE_BOM = '01'