Quantcast
Channel: SCN : Blog List - ABAP Development
Viewing all articles
Browse latest Browse all 943

Exit Debugger without database update

$
0
0

Just a debugging tip I want to share.

 

I was debugging a transaction which updates database. Suddenly I realized that the selection parameters I have given in the selection screen were wrong. So to prevent database update,

There is an option provided in the debugger, Which is EXIT APPLICATION AND DEBUGGER.

The problem with that option is it exits application and debugger but all the updates happened till that point of time were committed.

 

The work around:

 

  • Switch to classic debugger.

Capture1.JPG

 

  • Then Restart.

 

Capture2.JPG

 

  • You will be redirected back to Transaction screen.

 

Capture3.JPG

 

These steps will prevent from updating the database.


Viewing all articles
Browse latest Browse all 943

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>