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

Equipment master Configuration data update

Former Member
0 Likes
3,795

Hi all,

I need to update the configurable material field KMATN in the equipment master , i tried using BAPI_EQUI_CHANGE passing equipment number and new configurable material in structure (BAPI_ITOB_EQ_ONLY) but it doesnt update it and also it doesnt give any error.

Any suggestions or different way to do it.I dont want to use BDC here.

Thanks

Vijay

Edited by: Vijay jothimani on Sep 10, 2009 2:17 AM

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on Sep 10, 2009 9:28 AM

Hi all,

I need to update the configurable material field KMATN in the equipment master , i tried using BAPI_EQUI_CHANGE passing equipment number and new configurable material in structure (BAPI_ITOB_EQ_ONLY) but it doesnt update it and also it doesnt give any error.

Any suggestions or different way to do it.I dont want to use BDC here.

Thanks

Vijay

Edited by: Vijay jothimani on Sep 10, 2009 2:17 AM

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on Sep 10, 2009 9:28 AM

6 REPLIES 6
Read only

Former Member
0 Likes
3,393

Hi,

Use commit work.

Regards

Krishna

Read only

Former Member
0 Likes
3,393

ru passing the BAPI_ITOB_EQ_ONLYX-EQUIPMENT = 'X' nad BAPI_ITOB_EQ_ONLYX-CONFIGMAT = 'X' if yes

use call function BAPI_TRANSACTION_COMMIT.

Read only

0 Likes
3,393

Thank you for your response .

Yes I'm passing those parameters and doing commit work.

I noticed that the return message is Equipment could not be changed.

Msgtyp E

Message no 407

Message ID ITOB.

I dont have my equiment locked still i get this error message.

Read only

0 Likes
3,393

I'm able to change the decription of equipment no but the configurable material field doesnt change.

I'm passing the update flag for configmat and also equipment along with the configmat new value.

it_tab2-CONFIGMAT = 'X'.

it_tab2-EQUIPMENT = 'X'.

it_tab1-CONFIGMAT = '25567'.

It's not updating the KMATN field.

Any solution pls. ?

Read only

Former Member
0 Likes
3,393

Solved on own using both this function modules

CUCB_COPY_CONFIGURATION

CUD0_CONFIGURATION_TO_DB

Debugged IE02 and figured out the solution.

Read only

0 Likes
2,988

How did you do?