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

error BAPI_ROUTING_CREATE

Former Member
0 Likes
2,002

hi,

How to solve the below error.

I am assigning mulitiple components .pls guide.

A |CPCC_DT |206 |The component to be assigned has not been completely specified

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
1,145

hi,

solved myself.

last time i set both item_id and item_no same.

IF ibomallo-datuv IS INITIAL.

gbapi1012_com_c-valid_from = l_date.

ELSE.

gbapi1012_com_c-valid_from = ibomallo-datuv.

ENDIF.

gbapi1012_com_c-valid_to_date = '99991231'.

gbapi1012_com_c-activity = ibomallo-posnr.

gbapi1012_com_c-bom_type = 'M'.

gbapi1012_com_c-bom_no = ibomallo-stlnr.

gbapi1012_com_c-alternative_bom = chrstlal.

gbapi1012_com_c-item_id = ibomallo-itemid.

gbapi1012_com_c-item_no = ibomallo-vornr. gbapi1012_com_c-plant = ibomallo-werks.

gbapi1012_com_c-material = l_matnr.

gbapi1012_com_c-material_external = ibomallo-matnr.

gbapi1012_com_c-bom_type_root = 'M'.

gbapi1012_com_c-bom_no_root = ibomallo-stlnr.

gbapi1012_com_c-alternative_bom_root = chrstlal.

gbapi1012_com_c-backflush = ibomallo-rgekz.

APPEND gbapi1012_com_c.

CLEAR gbapi1012_com_c.

thanks,

Read only

Former Member
0 Likes
1,145

Hello, Madhu,

Kindly share with me your code,

I am working on a task similar to yours,

Thanks,

jared.

Read only

Former Member
0 Likes
1,145

GROUP_COUNTER = 1

SEQUENCE_NO = 0

VALID_FROM = 20100312

VALID_TO_DATE = 99991231

ACTIVITY = 0010

BOM_NO = 00015620

ITEM_NO = 0010

COMP_QTY = 0.830

COMP_UNIT = M2

PLANT = 1000

MATERIAL = 14000233

Regard.

Edited by: Pornchai on Mar 12, 2010 5:02 AM