‎2009 Feb 09 8:08 AM
Hello,
some users unbale to use change layout option.
I am using transaction FBL1N as you all know this tcode generated an ALV list.
In the generated ALV list change layout option is grayedout (unable to use the change layout option) for some users and for some users it is working fine.
Can any one tell me what is the reason.. how to solve this problem.
thanks
‎2009 Feb 09 8:22 AM
Hi,
Some users might have been configured to be able to change layouts.
‎2009 Feb 09 8:27 AM
That should come from an authorization check like :
authority-check object 'S_ALV_LAYO'
id 'ACTVT' field '23'.Try to use SU53 when connected with an user not allowed to change and save layout.
Or you may use S_BCE_68001430 or an equivalent transaction to compare a user allowed and another not allowed.
Regards