2009 Mar 31 9:09 AM
Hi,
We have a requirement in MIRO transaction. We need to check the Invoice date(INVFO-ZFBDT) with Oldest GR date for the Purchase order and raise an error messge.please help is in which Exit we can capture the PO number in MIRO transcation .
Regards,
khaderhussain.
2009 Mar 31 9:12 AM
Check this exit.
LMR1M001
EXIT_SAPLMR1M_002
Drseg structure contains PO number.
2009 Mar 31 9:12 AM
Check this exit.
LMR1M001
EXIT_SAPLMR1M_002
Drseg structure contains PO number.
2024 Feb 23 10:37 PM
Hello @GauthamV
I'm new in SAP ABAP and i'm trying use the exit that you mentioned EXIT_SAPLMR1M_002, i'm implemented this one and put a break point on it, but it doesn't reach the breaking point. Do you know why it would be?
Thanks a lot.
Greetings
2024 Feb 26 12:38 PM
Did you create and activate a project on this exit (transaction CMOD)
2024 Feb 26 2:52 PM
Hello @RaymondGiuseppi
Is an existing project (tx CMOD)
This is the package where the project and exit are located
Greetings!!
2024 Feb 26 4:13 PM
2024 Feb 26 5:48 PM
Here is the correct transaction:
The program/ include ZXM08U09 of the exit is located in this package
The project already had this user exit implemented, which works correctly EXIT_SAPLMRMP_010 and enters in the process implemented. My include and the include that works are in the same package.
But in my case it doesn't enter the user exit EXIT_SAPLMR1M_002.
Greetings!!