‎2009 Aug 11 2:15 PM
hi all,
i have copied the FBL5N(Report - RFITEMAR) to ZReport and added one field, and changed the name of the report to ZReport
wherever the standard program name has been hardcoded.
now the report is working fine for me, whereas while others using the same report, if there are trying to save the layout and check the F4 help they are not able to see the layouts they are created,but i am able to see the layouts i have created.
could anyone please let me know any default settings need to be done or any changes need to be made anywhere else.
thanks in advance.
‎2009 Aug 12 5:59 AM
please check the value passed to the parameter I_SAVE in the funtion module for displaying report in ALV.
Below is the documentation on what values can be passed and their usage
Value range
' ' = display variants cannot be saved
Defined display variants (e.g. delivered display variants) can be selected for presentation independently of this flag.
Changes can not be saved.
'X' = standard save
Display variants can be saved as standard display variants.
User-specific saving is not possible.
'U' = only user-specific saving
The user can only save display variants user-specifically
'A' = standard and user-specific saving
The user can save a display variant user-specifically and
as standard display variant. The user chooses in the display variant
save popup.