Application Development and Automation 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: 
Read only

BAPI_ROUTING_CREATE problem in component creation for phantom materials

Former Member
0 Likes
3,338

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
Read only

Former Member
0 Likes
2,004

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

Read only

Former Member
0 Likes
2,004

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

Read only

0 Likes
2,004

Problem solved.

In my case, i was doing:

COMPONENTALLOCATION-ALTERNATIVE_BOM = '1 '

instead of

COMPONENTALLOCATION-ALTERNATIVE_BOM = '01'

Thanks any way.

Read only

KlausWangc
Explorer
0 Likes
2,004

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'