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

sort itab

Former Member
0 Likes
1,136

hi Expert,

can i sort iternal table while debuging.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,113

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,112

Hi,

while debugging its not possible

before debugging only possible

Reward if usefull.

Read only

Former Member
0 Likes
1,112

no,it is not possible to sort in debugging mode.

rgds,

bharat.

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,112

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

Read only

Former Member
0 Likes
1,112

No its not possible..

Read only

Former Member
0 Likes
1,112

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.