2012 May 17 10:59 AM
Dear All,
I am putting session break point in user exits called in MRRL transaction but debugging control is not stopping at any of the break point.
I am putting break points in following user exits.
Exit Name | Description | |
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 |
2012 May 17 11:19 AM
Did you check if they are added in any project CMOD?
Use should see them in active status to get triggered.
Priya
2012 May 17 1:25 PM
Do a where-used of the exit function, set the break point directly before it is called.
If it does not enter the function in debugger, then exit is not active
Regards,
Clemens