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

ALV report Layout

Former Member
0 Likes
510

Hi

We have devloped some Zreport with ALV grid as output. But when we are trying to create a layout the User specific field check box is coming in deactive mode and Default setting check box only is coming in active mode. How to resolve this?

Surprisingly same thing if a database table like MARA is checked then reverse is happening. Means User specific field in active mode & Default setting check box is in deactive mode.

Pls note that when I checked for std report like MM60 or COOIS , both the fields are in active mode.

Why it is like that?

Regds

1 ACCEPTED SOLUTION
Read only

rvinod1982
Contributor
0 Likes
470

Hi,

When calling function module REUSE_ALV_GRID_DISPLAY pass value 'A' to parameter i_save.

Regards,

Vinod

Hi,

When calling function module REUSE_ALV_GRID_DISPLAY pass value 'A' to parameter i_save.

Regards,

Vinod

2 REPLIES 2
Read only

rvinod1982
Contributor
0 Likes
471

Hi,

When calling function module REUSE_ALV_GRID_DISPLAY pass value 'A' to parameter i_save.

Regards,

Vinod

Read only

venkat_o
Active Contributor
0 Likes
470

Hi <li>Pass I_SAVE = 'A' through REUSE_ALV_GRID_DISPLAY. Thanks Venkat.O