Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ROUTING_CREATE problem in component creation for phantom materials

Former Member
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Problem solved.

In my case, i was doing:

COMPONENTALLOCATION-ALTERNATIVE_BOM = '1 '

instead of

COMPONENTALLOCATION-ALTERNATIVE_BOM = '01'

Thanks any way.

new163wang
Explorer
0 Kudos

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'