‎2006 Sep 11 8:24 AM
I want that the Default layout will appear whatever the sequence of fields in the cod has been written coz many times user make their own layout and make it default, but i want when the report is execute the default layout will be the asm sequence as in the code after that the user can select his layout
can it be possible.
‎2006 Sep 11 8:26 AM
check this :
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 Sep 11 8:30 AM
hi,
in the FM - >REUSE_ALV_GRID_DISPLAY
variable IS_VARIENT = ' '.
ur problm will be solved.
if helped don 4gt to reward points
rgrds,
anver