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: 

Internal error: 000010, 000010, CUKO_DDB_CONFIGURE_ITEM

0 Kudos

Hi Guru's

Issue while working on Sales Order Change using 'BAPI_SALESORDER_CHANGE'

when trying to update Order Item Details Classification Values where I have been facing problems.

Whille Running this BAPI the Return Structure is throwing the below Error

'Internal error: 000010, 000010, CUKO_DDB_CONFIGURE_ITEM'.

If any one has a clue or solution why this is happend pls klet me know.

Cheers

Bhaskar

2 REPLIES 2

Former Member
0 Kudos

CUKO_DDB_CONFIGURE_ITEM is function module that would return the some function code. Am not sure why you are getting this error. Did you populate all the mandatory fields?

Kiran

0 Kudos

Hi Kiran,

CUKO_DDB_CONFIGURE_ITEM is a Function Module this is been called internally by BAPI while trying to change

Order Item Details Classification.

I hope Iam passing all the mandatory fields to BAPI, FYI below Iam pasting the Structure passing to BAPI:

CALL FUNCTION 'BAPI_SALESORDER_CHANGE'

EXPORTING

salesdocument = w_vbeln

order_header_inx = wa_order_header_inx

TABLES

return = i_bapiret2

order_item_in = i_order_item_in

order_item_inx = i_order_item_inx

order_cfgs_ref = i_order_cfgs_ref

order_cfgs_inst = i_order_cfgs_inst

order_cfgs_value = i_order_cfgs_value

order_cfgs_refinst = i_order_cfgs_refinst

schedule_lines = i_schedule_lines

schedule_linesx = i_schedule_linesx

conditions_in = i_conditions_in

conditions_inx = i_conditions_inx.

this error is appearing only when trying to change Order Item Details Classification.

this is coming from BOM Configurtion I could see while debugin the BAPI.