cancel
Showing results for 
Search instead for 
Did you mean: 

Layout_Variant

Former Member
0 Kudos

can we control the creation of Layouts for Lists at the User level

i.e only a particular or a group of user's should be able to create and save layout for a particular List

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Try the Parameter IS_VARIANT in the FM REUSE_ALV_GRID_DISPLAY.

Description

Controls the save mode

Prerequisite:

Parameter IS_VARIANT is filled accordingly.

See also the documentation on IMPORTING parameter IS_VARIANT.

Value range

' ' = Display variants cannot be saved

Defined display variants (such as delivered display variants) can be selected for presentation regardless of this indicator. However, changes cannot be saved.

'X' = Standard save mode

Display variants can be saved as standard display variants.

Saving display variants as user-specific is not possible.

'U' = User-specific save mode

Display variants can only be saved as user-specific.

'A' = Standard and user-specific save mode

Display variants can be saved both as user-specific and as standard

variants. Users make their choice on the dialog box for saving the

display variant.

Regards

S.Senthil

JL23
Active Contributor
0 Kudos

Authorization object S_ALV_LAYO controls whether a user can create system wide layouts or just user specifc layouts.

Remove the object from roles that are assigned to user that shall only be able to create user specific layouts.