‎2009 Jul 15 6:58 AM
Hi,
I have made one querry then execute this querry in SQ01.After this I make layout by adding some filter criteria and sorting and save this layout.But this layout is visible to mu user id only not for other users.
So what I have to do so that this layout should be visible to other users also so that they can select this once they excecute querry.
Please explain in details.
Thanks in advance.
‎2009 Jul 15 8:21 AM
Ask from your basis to give you authority to S_ALV_LAYO authorization object
‎2009 Jul 15 7:14 AM
hi lalit
use i_save = 'A' "for setting global layouts visible to all users
in FM ALV_GRID _DISPLAY
CALL METHOD g_grid->set_table_for_first_display
EXPORTING
it_toolbar_excluding = lt_exclude
is_variant = ls_vari
is_layout = gs_layout
i_save = 'A'
CHANGING
it_fieldcatalog = it_fieldcat
it_outtab = t_output[]
it_sort = it_sort[].
‎2009 Jul 15 7:17 AM
can you give me stepwise details with transaction code as I am PP Consultant and new to ABAP but have authorisation for ABAP.
‎2009 Jul 15 7:49 AM
Probably you have save the layout as user specific. The u201Cuser specificu201D is an option at save of layout, uncheck this option and the layout will be saved as global.
‎2009 Jul 15 7:51 AM
I am not able to remove this tick for user specific layout.what is other way to remove this tick?
‎2009 Jul 15 8:21 AM
Ask from your basis to give you authority to S_ALV_LAYO authorization object