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

Filtering the Particular table in debugger on select statement not working

sanjay_deshpande4
Participant
0 Likes
1,725

All,

I have applied breakpoints on SELECT keyword and filtered breakpoint on table ADRC/KNA1 in XD02 tcode.

However break-point getting applied on all select statement and not just on ADRC/KNA1 tables.

I referred the blog: Break point for SELECT statement with Table Filter | SAP Blogs

In the past it worked for me but now its not working.

Can anybody kindly guide how to fix this.

Regards.

capture.jpg

1 ACCEPTED SOLUTION
Read only

sanjay_deshpande4
Participant
0 Likes
1,410

Actually what happened is BREAK-POIINT gets applied on all select query, but on execution it gets filtered.ALso column in BREAK-POINT/Watch point tab doesnt changes.So confusion (-:

Thanks for replying Sandra!

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
1,410

There should be no problem if you apply exactly what is indicated.

Test with a custom test program that you create which does different SELECT.

Depending on the exact context, it may not work by default (different debug types, etc.)

Read only

sanjay_deshpande4
Participant
0 Likes
1,411

Actually what happened is BREAK-POIINT gets applied on all select query, but on execution it gets filtered.ALso column in BREAK-POINT/Watch point tab doesnt changes.So confusion (-:

Thanks for replying Sandra!