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: 

Abap debugger returns a message " no debug authorization for DB commit or rollback "

Former Member
0 Kudos

I am not able to debug the program sometimes in Abap. It returns a message " no debug authorization for DB commit or rollback ". Please help me guys. Even though I use external breakpoint, session breakpoint and /h, it's giving the same message.

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

Maybe you're in a production system (defined in the client settings in transaction SCC4), and you use the one-process debugger. Instead, use the two-process debugger (switch via the debugger's menu). By the way, you should explain the exact context when you have this message.

Former Member
0 Kudos

Try the following options:

1. Check missing authorization in SU53.
2. If this happens inside SQL query check if you are working in exclusive/non-exclusive debugger mode (written on the top bar in debugger).

Here you will find more info about option 2:

New Debugger - Constraints section

If this won't help describe your issue in more details so we could help you better.