Application Development 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: 

ALV report Layout

Former Member
0 Kudos
77

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

rvinod1982
Contributor
0 Kudos
37

Hi,

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

Regards,

Vinod

2 REPLIES 2

rvinod1982
Contributor
0 Kudos
38

Hi,

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

Regards,

Vinod

venkat_o
Active Contributor
0 Kudos
37

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