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

Deactivate BADI in Testing cleint

Former Member
0 Likes
781

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

3 REPLIES 3
Read only

Former Member
0 Likes
621

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

Read only

Former Member
0 Likes
621

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

Read only

Former Member
0 Likes
621

In case of user exit , you will have to retrieve the changes and then activate it and agian transport it.