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: 

Any user exit for MIRO

Former Member
0 Kudos
747

Hi All,

Is there any user exit / field exit which gets activated when invoice party value ( in the detail tab of transaction MIRO ) gets filled (either manually or from PO ). The requirement is to display a warning message, once the invoice party is filled, if its a particular supplier.

Thanks in Advance.

Regards,

Kiran

1 ACCEPTED SOLUTION

Former Member
0 Kudos
367

Hi,

Can anyone tell which userexit listed above will get triggered when sales invoice party field ( in details tab ) is filled ( as given in my earlier post ).

Regards,

Kiran

8 REPLIES 8

Former Member
0 Kudos
367

Hi,

Check the following user exits available for MIRO transaction,

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

Rgds,

laxmanakumar_appana
Active Contributor
0 Kudos
367

Hi,

Available exits for 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

Regards

Appana

Former Member
0 Kudos
367

Kiran,

I think you can use the user exit <b>EXIT_SAPLMR1M_002</b> which have import parameter as <b>MMCR_DRSEG</b> structure.

rgds,

TM

Former Member
0 Kudos
367

there is a badi: INVOICE_UPDATE, but this is only triggerred only when a save is done.

Former Member
0 Kudos
368

Hi,

Can anyone tell which userexit listed above will get triggered when sales invoice party field ( in details tab ) is filled ( as given in my earlier post ).

Regards,

Kiran

0 Kudos
367

Hi,

Check the enhancement LMR1M004 and the function EXIT_SAPLMRMP_004, you can put a break point and check if this gets triggered when you try to fill the sales invoice party,

Rgds,

Former Member
0 Kudos
367

exit : EXIT_SAPLFYTX_USER_001 gets triggered for invoice when you populate invoice party manually.

Former Member
0 Kudos
367

Hi All,

Thanks for all your inputs.

Regards,

Kiran