2007 Jun 28 8:40 AM
Hi ,
I want to activate one BAdi , MRM_TOLERANCE_GROUP, to check the vendor specific tolerance limits while doing the invoice verification (MIRO) for import purchases.
Could anybody give me step by step procedure to activate this BAdi.
Regards,
2007 Jun 28 8:46 AM
Hi,
to activate badi Check the below links..
http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/frameset.htm
regards,
Pavankumar
2007 Jun 28 8:46 AM
Hi,
to activate badi Check the below links..
http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/frameset.htm
regards,
Pavankumar
2007 Jun 28 8:48 AM
Hi,
Implementing Business Add-Ins (BADI)
The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called
Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and
inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods
as a function module with the same import and export parameters and follow the simple instructions below.
Steps:
1. Execute Business Add-In(BADI) transaction SE18
2. Enter BADI name i.e. MRM_TOLERANCE_GROUP and press the display
button
3. Select menu option Implementation->Create
4. Give implementation a name such as Z_MRM_TOLERANCE_GROUP
5. You can now make any changes you require to the BADI within this
implementation, for example choose the Interface tab TOLERANCE_GROUP_SET
6. Double click on the method you want to change, you can now enter
any code you require.
7. Please note to find out what import and export parameters a
method has got return the original BADI definition
(i.e. MRM_TOLERANCE_GROUP) and double click on the method name
for example within MRM_TOLERANCE_GROUP contract is a method
8. When changes have been made activate the implementation
<b>Reward points</b>
Regards
2007 Jun 28 9:10 AM
Hi Skk,
I did the steps that you have mentioned. If I put the break point in the method and run the miro screen , control is not comming to this break point.
what could be the problem ?
Regards,
2007 Jun 28 8:52 AM
Hi,
Also check the below link for step by step procedure..
regards,
Pavankumar
2007 Jun 28 11:58 AM