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-active implementation

Former Member
0 Likes
1,251

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
Read only

Former Member
0 Likes
936

Hi,

go to se19 -> enter ur implementation name

Select EnhacementImplementation -> deactivate

regards,

lavanya

Read only

Former Member
0 Likes
936

Hi,

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

Regards

Kannaiah

Read only

0 Likes
936

thanks gurus you have given valid information.

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

best regards.

Read only

0 Likes
936

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

Read only

Former Member
0 Likes
936

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

The implementation becomes inactive.

Read only

shailesh_shetty
Explorer
0 Likes
936

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