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

User specific ALV Layout

Former Member
0 Likes
9,215

In my ALV report - Go to Settings - Layout - Save. The User-Setting checkbox is grayed out. How do I turn it on.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,476

Hi Megan,

try this

When Calling Alv Display Function, REUSE_ALV....

Add check function parameter I_SAVE with 'X'.

'X' Global Saving

'U' User-specific saving

'A' corresponds to 'X' and 'U'

4 REPLIES 4
Read only

Former Member
0 Likes
3,477

Hi Megan,

try this

When Calling Alv Display Function, REUSE_ALV....

Add check function parameter I_SAVE with 'X'.

'X' Global Saving

'U' User-specific saving

'A' corresponds to 'X' and 'U'

Read only

0 Likes
3,476

YA I DEFINE FOLLOWING BUT PL READ MY QUESTION ACTUALLY PROBLEM IN PARTICULAR USER

i_save = 'A'

Read only

andreas_mau
Participant
0 Likes
3,476

Sorry for the late reply probably this git resolved already, but the solution is that this needs some authorization:

Object Class BC_Z Basis - Central Functions

Authorization Obj. S_ALV_LAYO ALV Standard Layout

Authorization Field ACTVT Activity

23

You can get the info when checking transaction SU53 afteryou see the greyed out "user defined" flag even if the programming for i_save is set to 'X' or 'A'.

Read only

alejandro_gruenert
Discoverer
0 Likes
3,476

Hello,

in case anyone comes across this issue.

The following helped my case for transcation CO03 and trying to to save a layout with the "user settings" box greyed out.

Transaction

OKN0 and checking the "Shared" box