Application Development and Automation 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: 
Read only

ALV disable descending button(within Layout)

0 Likes
921

Hi,

I need to disable the sort descending button within the ALV. Not on the main toolbar, i have already done that with fc '&SORT_DESC'.

Its the one in choose layout> change layout>sort order>sort criteria(descending button)

Thanks

Tony

5 REPLIES 5
Read only

rosenberg_eitan
Active Contributor
0 Likes
885

Hi,

Do a google using search operators:

site:wiki.scn.sap.com disable ALV tool bar buttons

Regards.

Read only

0 Likes
885

I think Tony have already done this, but he would like to block user to manage it through the layout managment

regards

Fred

Read only

0 Likes
885

Hi,

Thanks.

I was under the impression that this will do the trick .

Is that another SAP feature ?

Regards.

Read only

0 Likes
885

yes - not the main toolbar descending button, but the one on the layout/sort section

in debug, Prog: SAPLSKBH, dynpro: 0820 appears to where its all done, and it looks like it is quite a static piece of code, with no exclusions, but hopefully someone will tell me i am wrong, and get a soln for this

thanks again

T

Read only

0 Likes
885

I know you could get the detail of a layout in internal tables format. Maybe you could do this, remove the IT_SORT and ask for the display. But, it's not a beautiful code

regards

Fred