cancel
Showing results for 
Search instead for 
Did you mean: 

Save alv Layout to be used by all users

Former Member
0 Kudos

Hi Gurus,

Currently when i save ALV Layout, it saves as per user ID since the assignment in the ALV settings is USER SPECIFIC.

Does Neone has an idea how to save a view so as to be used by all users...

Best Regards,

Navin Fernandes.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

yeah the user settings for ALV are saved per user - personalization.

You can disable the feature though by removing the link Settings from ALV and disabling Right Click on ALV - follow this thread -

Regards

Manas Dua

Former Member
0 Kudos

Hi Manas,

I think i have not explained to you my requirement correctly..

I do not want to take out settings from ALV..

When u save the ALV Layout say i did set some sort criteria or calculation on basis of some field..

Now i have saved this layout and made it initial..

I can see the alv Output in the desired settings since the ALV OUtput view is saved for my user profile..

( ASSIGNMNET: USER ) in the save as layout POP UP..

I want the saved layout to be viewed by all the users.. which was saved by me..

generalise the Output Layout..

Hope i am clear with my requirement this time..

Best Regards,

Navin Fernandes.

Edited by: NAVIN FERNANDES on Feb 17, 2010 8:22 AM

Former Member
0 Kudos

Hi Navin,

check out this documentation: [Configuring and Personalizing the ALV Output |http://help.sap.com/saphelp_nw70ehp1/helpdata/en/89/9f07ab52734bdbb38ccadf3a014b8c/frameset.htm]

Hope this helps

Stefanie

Former Member
0 Kudos

Hi Stefanie,

I solved with the help of SAP help docu provided by you.

Thanks a lot.

Best Regards,

Navin Fernandes.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the application Parameter tab is there. write a parameter WDDISABLEUSERPERSONALIZATION in the parameter and set its default value as X.

It will not allow the user to right click the screen.

For removing the settings button, so that user can not change the ALV columns and all, use the following code.

l_value->if_salv_wd_std_functions~SET_DIALOG_SETTINGS_ALLOWED( abap_false ).