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: 

global layout setting

Former Member
0 Kudos

Hi experts,

I have a query on the default layout setting.

I could not create a global layout, only user specific layouts are allowed.

I found that we need to set authorization object S_ALV_LAYO with ACVT = 23 to maintain & change global setting.

But still it is not possible to create a global layout. The option with user specific is set and greyed out, so I cannot change it.

Regards,

Pri

11 REPLIES 11

Former Member
0 Kudos

Hi,

You may have to give 02 as well under S_ALV_LAYO object and try again.

Rgds,

Durga.

0 Kudos

Hi Durga,

In S_ALV_LAYO, only 23 exists. There is no Activity 02.

Regards,

Pri

Former Member
0 Kudos

Hi Priya,

As of Release 4.6C, authorization object S_ALV_LAYO is available with which you can control the authorization for display variant maintenance.If you would like to use or save the Excel view in your layout, you also require the additional authorization S_BDS_DS with activity 01,02,03,06,30; CLASSNAME ALVLAYOUTTEMPLATES and CLASSTYPE OT.Furthermore, there are applications that have their own authorization checks installed.

In some ALV lists, you can only save user-specific layouts. In these cases, the indicator "user-specific" is active , on a grey background and unable to be changed. This is related to the parameter I_SAVE. This controls which options you have to save the layout.To be able to define default layouts, the parameter I_DEFAULT must have the value 'X'.

Refer to SAP Note 409190 and 601803.

Thanks,

Saby..

0 Kudos

Hi Priya

Where is this parameter maintained??

I_DEFAULT

I am having the same problem where the user cannot save a layout with the default setting.

this option is greyed out.

by the way we have just recently upgraded to EEC6

Regards

Charmaine

0 Kudos

Hi Saby..

Can you advice where does this object I_SAVE & I_DEFAULT exists?

When I add them manually it says "Auth.object does not exists..."

Pls help. We are also in ECC6.0

Thanks,

Pri

0 Kudos

Hi Priya,

The I_SAVE & I_DEFAULT are not authorization objects which you can add manually.These are parameters to which values can be passed & are coded in the program by developers.

Plz go thru the notes that i'd provided earlier.

Also, Chk out the following link which will be helpful.

http://help.sap.com/saphelp_erp2004/helpdata/EN/2b/c670f702cf11d3b497006094192fe3/content.htm

Thanks,

Saby..

0 Kudos

Hi Pri

I dont think this is an object, I have already tried.

I also don't think that this is a PID that needs to be maintained on the UMR. The system does not recogise this.

Does anyone know where this object is maintained??

Charmaine

charmaine_greene
Explorer
0 Kudos

H Sabyasachi

Just seen your recent post and will check this out.

Many thanks

Charmaine

charmaine_greene
Explorer
0 Kudos

Hi

Has anyone managed to crack this issue yet?

I spent most of the day looking at this with a developer but did not make any progress.

Regards

Charmaine

0 Kudos

read sap note 399716 that might help

Former Member

Request can be closed.