SAP ABAP Debugger Scripting

Ahmet Acar
3 min readAug 19, 2019

First of all, this Script topic is a very wide subject, under the heading Script you will see that the script name says “RSTPDA_SCRIPT *” as default. If you want to learn more Script commands, I suggest you to review that section.
I will show you how to use other scripts. The rest is up to your curiosity :)

In this article I will show you only one Script command for your idea. The name of this command is “RSTPDA_SCRIPT_BP_SELECT_TAB”. When debugging any program, especially multi-line and if we don’t know what’s going on, we can use this method to find where the select in is directly on the debug.

First, when debugging, left-click on the tab that says Script.

Script Tab

Then click on the Load Script button.

Load Script

We are writing the name of our script in the pop-up screen. “RSTPDA_SCRIPT_BP_SELECT_TAB”

Script Name

Then we press Start Script.

Start Script

On the pop-up screen, we are writing the name of the table where we want to find using select command(In this example i will use KNA1 table)

Database Table Name

We hit the run and it takes us directly to the place where the table was using select command in Debug.

As I mentioned at the beginning of this article, this article is exemplified for only one script. If you want more Script, you can reach other Script names by using F4 help in Load Script section.

RSTPDA_SCRIPT *

Thank you for reading. Stay tuned!

What do you guys think? I love to know your thoughts. Kindly like, share or comment below.

Ahmet Acar.

--

--

Ahmet Acar

SAP ABAP Developer, Computer Engineer, Amateur Basketball Player.