2010 Jun 15 12:56 PM
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.
2010 Jun 15 5:25 PM
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...
2010 Jun 19 7:21 AM
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!