‎2008 May 23 10:33 AM
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.
‎2008 May 23 10:41 AM
Hi,
go to se19 -> enter ur implementation name
Select EnhacementImplementation -> deactivate
regards,
lavanya
‎2008 May 23 10:44 AM
Hi,
There will be a deactivation button beside the activate button in SE19. Give the implementation name and press deactivate button.
Regards
Kannaiah
‎2008 May 23 11:34 AM
thanks gurus you have given valid information.
how do we find BADI's for perticular transaction ex MIRO.
best regards.
‎2008 May 28 11:11 AM
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
‎2016 Jan 21 4:07 AM
Goto se19 ->go into the active implementation->properties->change the description little bit and save it.
The implementation becomes inactive.
‎2016 Jan 21 4:35 AM
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