cancel
Showing results for 
Search instead for 
Did you mean: 

activate a BADI

Former Member
0 Kudos

Hi,

I changed a BADI that was reached i save of activity.

Now the BADI is not reached.

How can I activate the BADI again?

Thanks,

Sara

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks to all.

It workes.

Sara

Former Member
0 Kudos

Hi Sara,

1. check the transaction which is related to badi.

2. You can also check with class cl_exithandler where in get_instance you can put break point and find that the badi is called or not.

3. After making changes to the BADI Implementation and SAVE it should be activated to reach from the Debugging.

For that Go to the Change mode of the BADI from the initial Screen of SE19 and there you get the button to activate the BADI.

let me know if anything else is required.

thanks

Hemant

Former Member
0 Kudos

Hi ,

Go to SE19 , Enter the implemenation name , go to the method where the changes were made and activate the method .

Put a breakpoint at that method , check at that point if the debugger stops or not .

Please let me know if any thing is required.

Thanks & Regards,

Kavitha

Former Member
0 Kudos

Hi,

After making changes to the BADI Implementation and SAVE it should be activated to reach from the Debugging.

For that Go to the Change mode of the BADI from the initial Screen of SE19 and there you get the button to activate the BADI.

let me know if anything else is required.

Regards,

Sree.