Application Development and Automation 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: 
Read only

ABAP debugger: breakpoint at select from specific table

monika_eggers
Product and Topic Expert
Product and Topic Expert
0 Likes
7,133

Can I set a breakpoint so that it will stop not at any SELECT statement but only when selecting from a specific database table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,329

Hi

There is another method to put the debug in the particular select statement while debugging

1. Go to debug mode, Select the tab script.

2. Press the button "Load the script" , Exact name I forget if u want I share I don't have system connection now,

     BP_*SELECT* press F4 correctly it loads the select statement script.

3.Now press the start script button.

4.It will ask fir the table name enter it.Now go to the "desktop1" tab.

Enjoy this debug.It helps me lot  saves lot of time

Regards,

Ravi Shankar.L

5 REPLIES 5
Read only

rosenberg_eitan
Active Contributor
0 Likes
3,329

Hi,

I never tried this with debug.

Try transaction ST05 ( SQL Trace) to locate the select code .

Regards.

Read only

0 Likes
3,329

Thank you, I will try this.

Read only

0 Likes
3,329

Hi,

Exact script need to be loaded is "RSTDPA_SCRIPT_BP_SELECT_TAB".

Regards,

Ravi Shankar.L

Read only

0 Likes
3,329

Hi,

Thanks.

I am on SAP ECC 6.0 .

I am not there yet.

Regards.

Read only

Former Member
0 Likes
3,330

Hi

There is another method to put the debug in the particular select statement while debugging

1. Go to debug mode, Select the tab script.

2. Press the button "Load the script" , Exact name I forget if u want I share I don't have system connection now,

     BP_*SELECT* press F4 correctly it loads the select statement script.

3.Now press the start script button.

4.It will ask fir the table name enter it.Now go to the "desktop1" tab.

Enjoy this debug.It helps me lot  saves lot of time

Regards,

Ravi Shankar.L