‎2014 Oct 17 2:54 PM
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
‎2014 Oct 17 3:04 PM
Hi,
Do a google using search operators:
site:wiki.scn.sap.com disable ALV tool bar buttons
Regards.
‎2014 Oct 17 3:07 PM
I think Tony have already done this, but he would like to block user to manage it through the layout managment
regards
Fred
‎2014 Oct 17 3:35 PM
Hi,
Thanks.
I was under the impression that this will do the trick .
Is that another SAP feature ?
Regards.
‎2014 Oct 17 3:18 PM
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
‎2014 Oct 17 3:36 PM
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