2006 Jul 20 7:54 AM
how to save the report of alv laout and how it is saved
2006 Jul 20 7:58 AM
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_DISPLAYRegards
Prabhu
2006 Jul 20 8:00 AM
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
2006 Jul 20 8:08 AM
Hi
Check the Program <b>BCALV_GRID_09</b>.
Cheers,
Abdul Hakim
Mark all useful answers..