Application Development and Automation 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: 
Read only

saving the alv layout

Former Member
0 Likes
689

how to save the report of alv laout and how it is saved

how to save the report of alv laout and how it is saved

3 REPLIES 3
Read only

Former Member
0 Likes
654

Hi ,

FU REUSE_ALV_GRID_DISPLAY        I_SAVE
____________________________________________________
Text
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.

Default
SPACE

Function Module
REUSE_ALV_GRID_DISPLAY

Regards

Prabhu

Read only

Former Member
0 Likes
654

Hi

If you are using function modu8les for developing ALV reports, in the function module REUSE_ALV_GRID_DISPLAY

there are exporting paremeters which you have to pass.

I_DEFAULT = 'X' .

I_SAVE = 'X'.

after you execute your program you will get an option to change th layout with the help CHANGE LAYOUT button and you can save that layout

Read only

abdul_hakim
Active Contributor
0 Likes
654

Hi

Check the Program <b>BCALV_GRID_09</b>.

Cheers,

Abdul Hakim

Mark all useful answers..