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 Changed Layout Cannot be saved .

Former Member
0 Likes
363

IN an ALV report if i changed the layout with selected fields .i cannot save it

the save button on standard toll bar is disiabled

as well as menu items to save the laout ...

i can only chane the layout..

..please guide me in how to allow the end user to save the layout .....

IN an ALV report if i changed the layout with selected fields .i cannot save it

the save button on standard toll bar is disiabled

as well as menu items to save the laout ...

i can only chane the layout..

..please guide me in how to allow the end user to save the layout .....

1 REPLY 1
Read only

JozsefSzikszai
Active Contributor
0 Likes
333

hi Vijay,

when you call the ALV FM, beware of importing paramter i_save:

CALL FUNCTION 'REUSE_ALV_...

...

i_save = 'A'

hope this helps

ec