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

Problem with ALV layout

Former Member
0 Likes
503

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

2 REPLIES 2
Read only

dev_parbutteea
Active Contributor
0 Likes
444

Hi,

Some users might have been configured to be able to change layouts.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
444

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