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

Badi Implimentation

Former Member
0 Likes
420

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
390

Hi,

Activate the implemented BADI and put the break point in the method change_at_save and run the MIRO transaction.

3 REPLIES 3
Read only

Former Member
0 Likes
391

Hi,

Activate the implemented BADI and put the break point in the method change_at_save and run the MIRO transaction.

Read only

Former Member
0 Likes
389

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

Read only

Former Member
0 Likes
389

solved by self