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 of USEREXIT for MIRO

Former Member
0 Kudos

I need to automaticaly change Payment conditions depending on some conditions on item level. There is algorithm which we got from our customer for this calculation. So, i need userexit or badi where I can implement enhancement.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I have this list. Could you recommand some of this UE for the purpose which I explained?

3 REPLIES 3

Former Member
0 Kudos

Hello,

Following user exits are present in MIRO

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on docs

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Posting

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verification

No of Exits: 10

Saurabh

Former Member
0 Kudos

I have this list. Could you recommand some of this UE for the purpose which I explained?

0 Kudos

HI,

I think u need to make changes in user exit 'LMR1M001' . Kindly check out there or by debugging just check which exit is getting triggered go to se24 and use class CL_EXITHANDLER and put breakpoint in method 'GET_INSTANCE' . there u can see which exit is getting triggered.

Saurabh