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 MRM_tolerance_group

Former Member
0 Kudos
262

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,

1 ACCEPTED SOLUTION

Former Member
0 Kudos
139

Hi,

to activate badi Check the below links..

http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/frameset.htm

regards,

Pavankumar

5 REPLIES 5

Former Member
0 Kudos
140

Hi,

to activate badi Check the below links..

http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/frameset.htm

regards,

Pavankumar

Former Member
0 Kudos
139

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

0 Kudos
139

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,

Former Member
0 Kudos
139

Hi,

Also check the below link for step by step procedure..

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ef6c0507-0701-0010-7395-e526c68b...

regards,

Pavankumar

Former Member
0 Kudos
139

Thanks Skk,

The issue is solved.

regards,