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: 

what is the purpose of i_save in reuse_alv_grid_display?

Former Member
0 Kudos

Hi....

what is the purpose of i_save in reuse_alv_grid_display?

thanks and regards,

k.swaminath reddy

3 REPLIES 3

abdulazeez12
Active Contributor
0 Kudos

Variants can be saved

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.

Former Member
0 Kudos

Hi,

It is used to save the layout of the ALV in desired format.

Like if u provide variants feature in your ALV, then u need to pass this attribute to decide, if u want to save the changed layout, user defined layout or not.

Thanks,

Rashmi.

Former Member
0 Kudos

Hi,

I_SAVE will Controls the save mode, for this one the Parameter IS_VARIANT is filled accordingly.

I_SAVE = ' ' ---> 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.

I_SAVE = 'X' --> Standard save mode

Display variants can be saved as standard display variants.

Saving display variants as user-specific is not possible.

I_SAVE = 'U' --> User-specific save mode

Display variants can only be saved as user-specific.

I_SAVE = '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

Sudheer