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

Former Member
0 Kudos

Hi,

when i m debugging program i am setting following in abap debugger.

Settings -> Display and change all -> clicking check box "Check Sorting Before READ BINARY SEARCH". However it is not showing any dump or error in my program though sort is not included before binary search.

Is there any setting to be done or is there any other method for this ?

Regards,

Santosh

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

maybe it's because the internal table is correctly sorted though there is no SORT statement. In that case, the debugger check should not mention anything !

4 REPLIES 4

Former Member
0 Kudos

Hi

when ever you use read with binary search you must sort the internal table.This should be written in the program itself.

Regards

Srilaxmi

Former Member
0 Kudos

talking about classic debugger?

Former Member
0 Kudos

yes classic debugger

Sandra_Rossi
Active Contributor
0 Kudos

maybe it's because the internal table is correctly sorted though there is no SORT statement. In that case, the debugger check should not mention anything !