2024 Feb 23 8:05 PM
Hello community!
I'm new in SAP ABAP, I'm trying to implement a user exit for transaction MIRO on extension LMR1M001 and component EXIT_SAPLMR1M_002, to add a validation to the reference field, but it doesn't go into the user exit, it doesn't stop at the breakpoint. ¿Does anyone know because it could be?
Thanks a lot
Grettings
2024 Feb 26 3:35 PM
2024 Feb 26 4:17 PM - edited 2024 Feb 26 5:51 PM
CMOD
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!!
2024 Feb 27 8:21 AM
Try to display the account tab, is the exit triggered (is there an account tab in your test) - ref 165635 - Documentation: Enhancement LMR1M001 (MM-IV)
Else look at available BAdI in 1156325 - BAdIs in the Logistics Invoice Verification environment
2024 Jul 30 8:01 PM
Hello @raymond_giuseppi
Thanks a lot for your help, at the end, this one was the extension used LMR1M001 and component EXIT_SAPLMRMP_010.