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

Former Member
0 Likes
459

hi guru

i want to deactivate badi

i have implmented badi in that i have put leave program

but system is not allowing to go in edit mode.

plz help me as soon as possible.

thanks.

hi guru

i want to deactivate badi

i have implmented badi in that i have put leave program

but system is not allowing to go in edit mode.

plz help me as soon as possible.

thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
440

hi rajan,

u will be using the activate icon to activate the badi and reselect the same icon it will be deactivated.

If you deactivate the implementation, the methods will no longer be called. However, the corresponding calls in the application program are still processed. The difference is that the instance of the adapter class will no longer find any active implementations. Unlike the "CALL CUSTOMER-FUNCTION" call, the "CALL METHOD CL_EXITHANDLER=>GET_INSTANCE" call is still executed even if there are no implementations. The same applies to the statement calling the method of the adapter class.

You can only activate or deactivate an implementation in its original system. Changing it anywhere else constitutes a modification. The activation or deactivation must be transported into subsequent systems.

If a business add-in can only have one implementation, there can still be more than one implementation in the same system. However, only one can be active at any time.

As with customer exits, you can use menu enhancements with Business Add-Ins. However, the following conditions must be met:

The developer of the program you want to enhance must have planned for the enhancement.

The menu enhancement must be implemented in a BAdI implementation.

reagards,

sindhu

Read only

0 Likes
440

but sir problem is that system is not allowing to go in editing mode

so how i can deactivate that badi