cancel
Showing results for 
Search instead for 
Did you mean: 

Layout changes - is there any authorisation possible?

Former Member
0 Kudos

Hi,

1. We have been facing a problem frequently.

The layout of reports set by an user is changed/deleted by some other user mistakenly/voluntarily.

Is there any way to restrict this.

That is, can we incorporate any authorisation into it.

2. Layouts are currently having the option "system default" and the option "user specific" is inactive.

We require just the opposite case.

Layouts can be mentioned as "user specific" and not "system default".

Please guide.

Thanks & Regards,

Siva

View Entire Topic
former_member212745
Active Contributor
0 Kudos

Hi Siva,

This can be achieved by using certain ALV declarations made by the ABAPER in the program.

In one of the my program I have made such a provision that other using id except mine cannot change the layed delcared.

For this you can take the help of your ABAPER.

PARAMETERS : p_varnt LIKE disvariant-variant DEFAULT 'OT-DEFAULT' .

Reger the above delclaration made by my abaper in my program.