Application Development 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: 

how to SORT internal table in descending order without using SORT keyword?

Former Member
0 Kudos

how to SORT internal table in descending order without using SORT key word?

(SAP_SCRIPTS)

3 REPLIES 3

brad_bohn
Active Contributor
0 Kudos

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?

former_member182040
Active Contributor
0 Kudos

In ABAP have some good statement and command then why u don't want to use ?

awin_prabhu
Active Contributor
0 Kudos

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..