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 testing of code

Former Member
0 Likes
593

Hi,

I have implemented a 'Z' one for BADI BADI_MATN1.

I have written code in the method MATN1_INPUT_001. Can any one suggest how I can test the code written by me.

Hi,

I have implemented a 'Z' one for BADI BADI_MATN1.

I have written code in the method MATN1_INPUT_001. Can any one suggest how I can test the code written by me.

3 REPLIES 3
Read only

Former Member
0 Likes
557

set the break point for the customer exit where the BADi is getting called in the program which u are running.

Then it will stops at your code to test it.

Thanks

Eswar

Read only

Former Member
0 Likes
557

hi,

keep the break point inside it, or break sy-uname.

it will stop near that code.

keep that code in method implementation.

regards

vijay

Read only

Former Member
0 Likes
557

Just put a break-point in ur Implementation.

If it will be executed you will come to know that.

Thanks & Regards,

Ankur