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: 

Debugging control not stopping in MRRL transaction

Former Member
0 Kudos
184

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
2 REPLIES 2

Former Member
0 Kudos
78

Did you check if they are added in any project CMOD?

Use should see them in active status to get triggered.

Priya

Clemenss
Active Contributor
0 Kudos
78

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