Application Development 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: 

Layout

Former Member
0 Kudos

How do I restrict layout changes, so that a usere only can create/save and change, user specific layouts?

3 REPLIES 3

Former Member
0 Kudos

Check auth object S_ALV_LAYO and F_IT_ALV. The first one are for access to global layouts and the the second one is specific to some FI layouts.

0 Kudos

>

> Check auth object S_ALV_LAYO and F_IT_ALV. The first one are for access to global layouts and the the second one is specific to some FI layouts.

JC is correct! This is one of our recent projects. We made a support role with access to global layouts "S_ALV_LAYO" and the remaining roles have access only to F_IT_ALV. The security trace will display errors requiring S_ALV_LAYO but the tcode will still work with F_IT_ALV.

Good Luck!

Former Member
0 Kudos

Assume you have the answer by now... if not let me know and I will pass on what I have learned... GARech