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_EQUI_CHANGE

Former Member
0 Likes
1,061

hi all,

I have a material XYZ with a serial number of 123. The equipment number is 100. I wanna change this material number to ABC, serial numner to 456. I am using BAPI_EQUI_CHANGE.

How do i change these values so as to reflect it in the table EQUI?

thanks

regards

nayan

4 REPLIES 4
Read only

Former Member
0 Likes
585

Hi Nayan,

while calling function module fill,

lv_equino = '100'.

wa_general-material = 'ABC'.

wa_genaral-serialno = 456.

wa_generalX-material = 'X'.

wa_genaralX-serialno = 'X'.

EQUIPMENT = lv_equino

DATA_GENERAL = wa_datageneral

DATA_GENERALX = wa_datageneralx

DATA_SPECIFIC = wa_dataspecific

DATA_SPECIFICX = wa_dataspecificx

after returning from the function call BAPI_TRANSACTION_COMMIT

Award points if this is helpful.

Regards,

Ravi G

Read only

Former Member
0 Likes
585

did you ever find a solution to your problem.. i am facing the same issue. Can you please help.. Thanks.

Read only

0 Likes
585

hi gautam,

Whats ur mail id. Il send you the solution there.

thanks

regards

nayan

Read only

Former Member
0 Likes
585

I´m having trouble with the Same issue, did find many post´s in forums but no solutions.

I want to change Matnr and sernr of an equipment using BAPI_EQUI_CHANGE.


Thanks for any hints.

Regards Richard