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

Former Member
0 Likes
982

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
817

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
Read only

Former Member
0 Likes
817

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

Read only

Former Member
0 Likes
817

talking about classic debugger?

Read only

Former Member
0 Likes
817

yes classic debugger

Read only

Sandra_Rossi
Active Contributor
0 Likes
818

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 !