cancel
Showing results for 
Search instead for 
Did you mean: 

sorted int. tables

Former Member
0 Kudos

hi experts,

one int. table is already sorted but again if it has been sorted by using sorted int. table then what happens?will it work?

thanks & regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat,

You can sort a standard or hashed table in a program. If you sort a table several times by the same key, the sequence of the table entries will change in each sort.

Check this link to get more information on SORT statement

http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3800358411d1829f0000e829fbfe/frameset.htm

Thanks,

Vinay

Answers (1)

Answers (1)

Former Member
0 Kudos

it sorts again ,output will come based on internal table.

Bottom line - Nothing will happen,it will work.

Thanks

Seshu