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

SAVING LAYOUTS PROBLEM

Former Member
0 Likes
505

hi experts,

In ALV and other standard reports there is an option for changing layout but we cannot save it ..I need to solve this ..what shall i doo..

in sd i solved it by putting sd_variant_maintain parameter ..like that is there anyother thing for FI or in general..????

mani

4 REPLIES 4
Read only

arpit_shah
Contributor
0 Likes
478

Hi,

in program

if you are using FM REUSE_ALV_GRID_DISPLAY or other

then

check in that I_SAVE = 'A'.

or check

check the authorization part,

if there is authorization for layout save or not.

Rgds,

Arpit

Read only

0 Likes
478

ya thanx aprit ,,that authorisation for saving only we have to give some parameter ...what is that???

like for sd reports we have

sd_variant_maintain parametrer like that what we have for finance

regards,

mani

Edited by: manikandan muruganandham on Aug 12, 2008 11:34 AM

Read only

0 Likes
478

after executing that report,

create new session for SU53.

and check what authorization is missing.

and whr u r using this...sd_variant_maintain parametrer

Read only

Former Member
0 Likes
478

Hi,

Try this.

There is a parameter named IS_VARIANT, set the parameter to save the layouts in ALV.

Sharin.