‎2009 Jun 01 4:40 PM
Hi All ,
I had created an implimentation ZBI_INVOICE_UPDATE of badi invoice_update and method change_at_save. I neet to test it in MIRO transaction on click of SIMULATE button . Can anybody let me know how to do this?
Thanks & Regards,
Ruchi Tiwari
‎2009 Jun 01 4:45 PM
Hi,
Activate the implemented BADI and put the break point in the method change_at_save and run the MIRO transaction.
‎2009 Jun 01 4:45 PM
Hi,
Activate the implemented BADI and put the break point in the method change_at_save and run the MIRO transaction.
‎2009 Jun 01 5:05 PM
Hi Ruchi,
Activate the ZBI_INVOICE_UPDATE and put a break point in CHANGE_AT_SAVE method.
Go to the MIRO transaction and click SIMULATE.
For testing use.
IF sy-uname = 'RUCHI'.
UR CODE
endif.
Regards,
Krishna Chaitanya G
‎2009 Jun 02 7:26 AM