2007 Apr 27 11:23 AM
Hi All,
I have implemented a BADI and sent it to Testing client and now I want to deactivate the BADI in testing client.
How can I dot this ??Is it require to deactivate the BADI and send a request to Testing client.
Is it the same case for User exits also..
Please guide me.
Regards,
John
Hi All,
I have implemented a BADI and sent it to Testing client and now I want to deactivate the BADI in testing client.
How can I dot this ??Is it require to deactivate the BADI and send a request to Testing client.
Is it the same case for User exits also..
Please guide me.
Regards,
John
2007 Apr 27 11:27 AM
Go to SE18. Write BADI name. Go to the implementation-> Display. Select the implemenation which you want to deactivate. Go to change mode. In application toolbar you have a button to decativate that implementation. The code will remain in BADI but that won't execute and the BADI will be deactivated.
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers
2007 Apr 27 11:33 AM
John,
deactivate as suggested above.
BADI implementations are client independent so deactivating ure implementation in the development client should do the job
Reward if helpful
2007 Apr 27 11:33 AM
In case of user exit , you will have to retrieve the changes and then activate it and agian transport it.