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: 

ALV Layout

bruno_silva2
Explorer
0 Kudos

Hello,

I have a alv report and i want that the users get acess to all global layouts, however the users can only change the layouts that have been created by them.

With the option save_layout = 'U', the user´s can acess and change the layouts that have been created by them.

With the option save_layout = 'A' the user´s can acess all layout´s but they can change every one.

Is possible define that the users can acess every the layout´s and change only the layouts that have been created by them???

Thank´s

Best Regards

Bruno Miguel Silva.

5 REPLIES 5

ravi_lanjewar
Contributor
0 Kudos

Yes it is possible with save_layout = 'A' .

Rgds

Ravi Lanjewar

bruno_silva2
Explorer
0 Kudos

Hi Ravi,

That is correct, the mode 'A' allow that user has access to all layouts, but also allows it to change all layouts, and this I don´t want.

What I want is:

Ensure that the user´s has access of all layouts, but only can change the layouts that have been created by themselves.

Thanks.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

The "user-specific saving" needs a special authorization:

Authority-check object 'S_ALV_LAYO' id 'ACTVT' field '23'.

You can avoid this authorization with IS_LAYOUT-NO_AUTHOR = 'X'

Kindly visit these links:

1. http://help.sap.com/SAPHELP_NW04S/helpdata/en/2b/c670f702cf11d3b497006094192fe3/content.htm

2. http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

3. http://sap-partner.hu/ABAP_HELP_INFO/An%20Easy%20Reference%20for%20ALV%20Grid%20Control.pdf

May it helps you.

Regards.

Deepak Sharma.

.

0 Kudos

Hi Bruno,

Please let me know if you have found a solution for this requirement.

I have the same requirement in my project.

Regards,

Remo