View previous topic :: View next topic |
Author |
Message |
yadav2005 Intermediate

Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Tue Sep 18, 2007 10:41 am Post subject: internal table sorting logic needed |
|
|
Members,
I need a help in which i am reading from a file record by record and i am reading empno one by one which is unsorted and and they are all unique and i am storing them in an internal table.Now i would like to sort the internal table based on empno and then display it in the sysout.Can anybody share a sample code for internal table logic ?
I know that we can sort the file based on the empno and load it in the internal table and display one by one but i would like to do it thru a program logic internally.Please help me out. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|