2008 May 24 7:54 AM
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.
2008 May 24 10:41 AM
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
2008 May 24 10:47 AM
but sir problem is that system is not allowing to go in editing mode
so how i can deactivate that badi
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |