OK, I'll bite - why don't you explain WHY you don't want to use SORT? Surely, if this is SAPScript, you can use a callback to perform any operation you need?
In ABAP have some good statement and command then why u don't want to use ?
Hi Surya,
Like Brad said, if u want to SORT internal table in SAPSCRIPT, call a ABAP subroutine from script.
Inside the Subroutine use SORT statement.
http://help.sap.com/saphelp_47x200/helpdata/en/d1/803279454211d189710000e8322d00/frameset.htm
Thanks..
Add a comment