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

F4 help for layout

Former Member
0 Likes
518

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.

1 REPLY 1
Read only

Former Member
0 Likes
386

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.