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

Function Keys - Icons Missing

Former Member
0 Likes
499

How Do Everyone!

I have amended an exitsing ABAP report which displays

information via an ALV grid

i.e. FM 'REUSE_ALV_GRID_DISPLAY'.

It uses the logical database PCH. When the report is

displayed the icons - SAVE layout and SELECT layout

are both missing. But the icon for CHANGE - layout is

displayed.

Does anybody know how I get get the missing icons

(SAVE layout and SELECT layout)to be displayed.

Thanks

Andy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

Hi,

Use the parameter I_SAVE and pass the value as 'A' to get the save layout button in the output.

THanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
431

Hi,

Use the parameter I_SAVE and pass the value as 'A' to get the save layout button in the output.

THanks,

Naren

Read only

Former Member
0 Likes
430

In the 'REUSE_ALV_GRID_DISPLAY' there is a export parameter i_save, pass 'A' to it.