2007 Sep 05 4:49 AM
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
hi gautam,
Whats ur mail id. Il send you the solution there.
thanks
regards
nayan
2007 Sep 05 5:11 AM
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
2007 Sep 11 10:52 PM
did you ever find a solution to your problem.. i am facing the same issue. Can you please help.. Thanks.
2007 Sep 12 7:54 AM
hi gautam,
Whats ur mail id. Il send you the solution there.
thanks
regards
nayan
2014 Aug 25 5:19 PM
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
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |