cancel
Showing results for 
Search instead for 
Did you mean: 

Change Sorting order in F4 Help in BEx Query

Former Member
0 Kudos

Hello All,

My users want to change the sorting order of variable (e.g. Calmonth) in the selection screen (while executing a query).

Currently, by default,the sorting order is ascending on key.

I need to change it to descending on key.

How to change the sorting order for F4 ONLY?

Thanks,

Mainak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can sort the Char.Values by doing settings in Query Designer :

Say for 0calmonth :

In its Display properties tab,You select appropriate options in

Sort Char -> select the name

sort by -> Key/Text

Sort Direction -> Ascending/Descending.

You will then have them in required order.

ALso if you want it only for F4 help:

In F4 help screen,you will see two arrow buttons next to Char. name. they are useful for sorting the values to either descending or ascending.

Hope it helps:)

Edited by: Sriman on Nov 12, 2008 5:17 PM

Former Member
0 Kudos

Hi

Did you find a way to do this? We're looking for a way to sort 0FISCPER DESCENDING.

Cheers,

Andrew

Former Member
0 Kudos

Hello Andrew,

I am yet to get a solution for this.

I shall post the code (ABAP) once I solve this.

Thanks,

Mainak