Application Development 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: 

Dispalyvariants of REUSE_ALV_LIST/GRID controlled by authorizations

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

i want to control creating/saving of display variants in FM REUSE_ALV_LIST/GRID through autorizations. I_SAVE should always be 'A', but only certain persons should be able to edit/save/create dispalyvariiants. How can i do that?

3 REPLIES 3

Former Member
0 Kudos

Rainer,

My guess - You might have to create a custom auth object / role for this.

I am not aware of anything standard.

But again, you want to apply this authorization on the all the reports across the system. Don't you think this should be report specific, meaning in some reports some users will be allowed to create variants and in some reports they are not.

Regards,

Ravi

former_member188685
Active Contributor
0 Kudos

Hi,

Try with I_SAVE = 'U' instead of 'A'.

Regards

vijay

naimesh_patel
Active Contributor
0 Kudos

Hello,

Assign autho object F_IT_ALV to users to whom you want to allow to save the new layouts.

Like...

authority-check object 'F_IT_ALV'

id 'ACTVT' field '01'.

Regards,

Naimesh

PS : Reward points, if you find this useful..!