‎2008 Apr 02 10:14 AM
‎2008 Apr 02 10:23 AM
hi,
u can do sorting while debugging.
on debugger then click on settings->display and change all.
in the window which appears,
click on "check sorting before binary search'.
please refer the link
http://www.sappro.com/downloads/Settings&SystemAreas.pdf
please reward point if useful
regards
sandhya
‎2008 Apr 02 10:15 AM
Hi,
while debugging its not possible
before debugging only possible
Reward if usefull.
‎2008 Apr 02 10:16 AM
no,it is not possible to sort in debugging mode.
rgds,
bharat.
‎2008 Apr 02 10:23 AM
hi,
u can do sorting while debugging.
on debugger then click on settings->display and change all.
in the window which appears,
click on "check sorting before binary search'.
please refer the link
http://www.sappro.com/downloads/Settings&SystemAreas.pdf
please reward point if useful
regards
sandhya
‎2008 Apr 02 10:36 AM
HI
IN DEBUGGING YOU DON'T HAVE EXTRA FUNCTIONALITIES LIKE SORTING ETC..
JUST IF YOU WRITE THE CODE FOR SORT IN THE CODE THEN IT IS POSSIBLE TO SEE THE SORTED TABLE IN THE DEBUGGING
DIRECTLY IN THE DEBUGGING IT IS NOT POSSIBLE TO SORT A INTERNAL TABLE
‎2008 Apr 03 9:21 AM
‎2008 Apr 03 9:31 AM
Hi,
During debigging sorting an int table not possible.
If u want,u can upload the contents of the internal table and can sort it there.