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: 

BAPI_EQUI_CHANGE

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

hi gautam,

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

thanks

regards

nayan

Former Member
0 Kudos

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