2006 Jul 13 11:21 AM
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
2006 Jul 13 1:49 PM
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
2006 Jul 13 11:23 AM
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,
2006 Jul 13 11:28 AM
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
2006 Jul 13 11:31 AM
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
2006 Jul 13 11:33 AM
there is a badi: INVOICE_UPDATE, but this is only triggerred only when a save is done.
2006 Jul 13 1:49 PM
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
2006 Jul 13 1:54 PM
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,
2006 Jul 13 2:44 PM
exit : EXIT_SAPLFYTX_USER_001 gets triggered for invoice when you populate invoice party manually.
2006 Jul 14 11:21 AM