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

how to make user specific button activated

Former Member
0 Likes
512

Hi,

when you run the alv report and see the output then at the

top of alv report you find the three layout 1. change layout 2.choose lay out

3. SAVE LAYOUT. when you click on SAVE LAYOUT there are two option

1.USER-SPECIFIC 2. DEFAULT SETTING . My problem is that i want to activate

the USER-SPECIFIC option. can anyone help me how to do it.

thanks

Dinesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
470

Take a look at the documentation for the parameter I_SAVE when calling function REUSE_ALV_LIST_DISPLAY. There is a similar parameter for other forms of ALV I believe.

Values allowed:

' ' = display variants cannot be saved

'X' = standard save

'U' = only user-specific saving

'A' = standard and user-specific saving

Andrew

Take a look at the documentation for the parameter I_SAVE when calling function REUSE_ALV_LIST_DISPLAY. There is a similar parameter for other forms of ALV I believe.

Values allowed:

' ' = display variants cannot be saved

'X' = standard save

'U' = only user-specific saving

'A' = standard and user-specific saving

Andrew

2 REPLIES 2
Read only

Former Member
0 Likes
471

Take a look at the documentation for the parameter I_SAVE when calling function REUSE_ALV_LIST_DISPLAY. There is a similar parameter for other forms of ALV I believe.

Values allowed:

' ' = display variants cannot be saved

'X' = standard save

'U' = only user-specific saving

'A' = standard and user-specific saving

Andrew

Read only

hymavathi_oruganti
Active Contributor
0 Likes
470

Yes, I_SAVE = 'U' / 'A' will server ur purpose