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

ALV Layout restriction

Former Member
0 Likes
558

Hello,

for auditing purposes I need a way to restrict a user from changing ALV-Layouts or selecting existent ALV-Layouts.

ONLY the default Layout can be looked. No changes on it.

Is there any simple way? No coding, because there a lot of standard transaction I have to change then

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
487

Perhaps you can try modifying the STANDARD GUI status of the SALV function group? I believe this is used not only for the alv function modules but it's also the default for the object-based alv classes.

Unfortunately, if on an SAP program a non-standard GUI Status was used (usually a copy of SALV-STANDARD), you'll still have that functionality there.

Maybe there's a security setting for this...

Read only

Former Member
0 Likes
487

Do authority check for users -

Authority object for maintaining the standard ALV layout

S_ALV_LAYO

Else.

Try to fill import parameter I_SAVE with a value like space, X, or U

in FM REUSE_ALV_GRID_DISPLAY

Check which one wroks for you.

Good luck,

Thanks!