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

Global Layout

Former Member
0 Likes
1,548

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
866

Ask from your basis to give you authority to S_ALV_LAYO authorization object

5 REPLIES 5
Read only

Former Member
0 Likes
866

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[].

Read only

0 Likes
866

can you give me stepwise details with transaction code as I am PP Consultant and new to ABAP but have authorisation for ABAP.

Read only

Former Member
0 Likes
866

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.

Read only

0 Likes
866

I am not able to remove this tick for user specific layout.what is other way to remove this tick?

Read only

Former Member
0 Likes
867

Ask from your basis to give you authority to S_ALV_LAYO authorization object