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: 

Use of search help

Former Member
0 Kudos
213

Hello,

I want to cerate a search help where the sorting of the rows should be descending on a certain column instead of ascending.

How can i achieve this. (define the search help in a specific way , use a view or ... ?)

It would be nice if anybody could help me out here!

Bertil Rebergen

1 REPLY 1

Former Member
0 Kudos
73

You have to use a search help exit for this. There does not seem to be any good documentation on these exits, but there is a lot of functionality available. I found the function module F4UT_PARAMETER_SORT which looks like it might be doing what you want... and it has documentation!!! It is used in search help exit SCI_F4_EXIT_OBJS which is used in search help SCI_OBJS... you can test it from there and see what it does.