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

Layout

Former Member
0 Likes
506

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

3 REPLIES 3
Read only

Former Member
0 Likes
450

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.

Read only

0 Likes
450

>

> 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!

Read only

Former Member
0 Likes
450

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