Application Development 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: 

badi-active implementation

Former Member
0 Kudos

hi SAP Technical Guru,

i have BADI that is MRM_WT_SPLIT_UPDATE,

This has an active implementation 'ZMIROS01'

now that active implementation i have to deactivate.

please suggest me how to deactivate that active imlplementation.

best regards.

6 REPLIES 6

Former Member
0 Kudos

Hi,

go to se19 -> enter ur implementation name

Select EnhacementImplementation -> deactivate

regards,

lavanya

Former Member
0 Kudos

Hi,

There will be a deactivation button beside the activate button in SE19. Give the implementation name and press deactivate button.

Regards

Kannaiah

0 Kudos

thanks gurus you have given valid information.

how do we find BADI's for perticular transaction ex MIRO.

best regards.

0 Kudos

Enter the transaction code MIRO,

put '/h' in the transaction code area and press enter

Then click on Breakpoints --> Break point at --> method -->

Declare Global Class --> CL_EXITHANDLER

Method --> GET_INSTANCE. Click on SAVE

and execute. Program will stop at Class.and there you can find the BADI.

Regards

Kannaiah

Former Member
0 Kudos

Goto se19 ->go into the active implementation->properties->change the description little bit and save it.

The implementation becomes inactive.

shailesh_shetty
Explorer
0 Kudos

Hi,

Go to table SXC_ATTR.

Execute with your BADI Implementation name.

Since the table is not maintainable one, You need to edit the entry in debugging mode.

The field ACTIVE will have 'X' if it is active.

Maintain space in the active field, save the entry.

Your BAdi will be deactivated.

Reward if usefull.

Regards,

Shailesh