2008 Aug 29 9:40 AM
Hi Friends,
Currently users are able to set their own report layout as the global default layout.
can we provide solution on how to prevent users from setting default layout for reports.
Users should be restricted to set user specific report layout only.
Is there any specific role/profile meant to restric this?
Thanks,
Simha
2008 Oct 06 10:24 AM
Hi Simha,
Just maitain the authorization object value for S_ALV_LAYO ACTVT=NUll (Empty).Users will not be able to change global layout settings.
Hi Friends,
Currently users are able to set their own report layout as the global default layout.
can we provide solution on how to prevent users from setting default layout for reports.
Users should be restricted to set user specific report layout only.
Is there any specific role/profile meant to restric this?
Thanks,
Simha
2008 Aug 29 11:32 AM
Hi Simha,
I think if you check the object S_ALV_LAYO (ACTVT=23) you will find the possibility not to allow global layout settings.
Further information can be found in SAP notes #409190 and #601803.
b.rgds, Bernhard
2008 Aug 29 5:14 PM
>
> Further information can be found in SAP notes #409190 and #601803.
>
> b.rgds, Bernhard
Check the notes posted by Bernhard.
It's basically changing authorization object S_ALV_LAYO to F_IT_ALV.
S_ALV_LAYO = global access
F_IT_ALV = user or local access
2008 Aug 30 2:47 AM
Thanks Bernhard and John,
I will check the notes and update.
Thanks for info.
Regards,
Simha
2008 Oct 06 4:21 AM
Hi Bernhard,
Currently the users have Activity = 23 and with this they will be able to create and change the global layout.
Can you pls help me out on how to restrict users creating and making layout default.
Regards,
Simha
2008 Oct 06 10:24 AM
Hi Simha,
Just maitain the authorization object value for S_ALV_LAYO ACTVT=NUll (Empty).Users will not be able to change global layout settings.