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: 

How to restrict the user to change ALV layout for Standard Report Output

Former Member
0 Kudos

Dear All,

How can i restict the Users to change Output layout of Standard ALV reports,

kindly suggest to solve the issue.

Regards,

Niranjan.G

3 REPLIES 3

Former Member
0 Kudos

Hi NIranjan,

In the ALV function module , the i_save can have the below paramater values.

You can add based on your requirement.

I_SAVE = SPACE Layouts cannot be saved.

I_SAVE = 'U' Only user-defined layouts can be saved.

I_SAVE = 'X' Only global layouts can be saved.

I_SAVE = 'A' Both user-defined and global layouts can be saved.

Check the Authorization Object - S_ALV_LAYO in SUIM (Objects by Complex Search)

Activity -23.

Edited by: Raj on Jul 13, 2010 3:05 PM

Former Member
0 Kudos

We can restrict the layout with the Authorization Objects.

Authorization Object - Tcode - SUIM / SU53 - S_ALV_LAYO - Activity 23

0 Kudos

I have the same situation, I tried removing the Activity 23 for S_ALV_LAYO auth object, but it disabled/ grayed out the user specific check box and not the default check box. Do you know what is being missed here?