2003 Nov 21 11:57 AM
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
2004 Jan 28 8:30 PM
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.