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 List -Save Layout

former_member184739
Contributor
0 Likes
1,482

Hello Experts,

  I am Executing a Report from my custom program and it shows the ALV display.But when i change layout and hit Save Layout button it doesnt open any popup and it just stays.I have passed variant Details(Including Report name & Layout name) and i_save = 'U' to FM 'REUSE_ALV_LIST_DISPLAY' from my Z Program.Any Ideas.Your help is highly appreciated.

Thanks

prabaharan

Hello Experts,

  I am Executing a Report from my custom program and it shows the ALV display.But when i change layout and hit Save Layout button it doesnt open any popup and it just stays.I have passed variant Details(Including Report name & Layout name) and i_save = 'U' to FM 'REUSE_ALV_LIST_DISPLAY' from my Z Program.Any Ideas.Your help is highly appreciated.

Thanks

prabaharan

7 REPLIES 7
Read only

vinoth_aruldass
Contributor
0 Likes
1,241

hi, try using of i_save = 'X'.

hope it helps,

Vinoth

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,241

- Check, again, if you give a correct name to variant parameter ("disvariant" structure) AND user name

- Execute SU53 for failed authority check

- Execute The Consistency Check (if required change REUSE_ALV_LIST_DISPLAY with REUSE_ALV_GRID_DISPLAY for the duration of the test)

Regards,

Raymond

Read only

0 Likes
1,241

Hi Raymond,

1.Disvariant work area holds Report name(FAGL_ACCOUNT_ITEMS_GL) and variant 'SAP1' and Username too.

2.Authorization check is successfull in SU53.

3.I did Consistency check with ALV_GRID which saves layout but the same with List is unsaved.

Please give your inputs.

Thanks

prabaharan

Read only

0 Likes
1,241

"FAGL_ACCOUNT_ITEMS_GL"

Why don't you call FM FAGL_ITEMS_DISPLAY and not REUSE_ALV_LIST_DISPLAY, also I hope you use structure FAGLPOSX to be consistent with current variants of this standard report ?

Regards,

Raymond

Read only

0 Likes
1,241

Hi Raymond,

  I am now hiding two fields in the output.So i changed the catalogue and Layout from Z-Program and then executing it.

Thanks

prabaharan

Read only

vinoth_aruldass
Contributor
0 Likes
1,241

hi, if you want that popup to be appear .

I_save = 'A'. will be better option.

hope it helps,

Vinoth.

Read only

nayan_sahu
Explorer
0 Likes
1,241

Hi,

Use

i_save              = 'A'

hope i will work.

Nayan