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 setings issue

Former Member
0 Likes
615

Hi,

I see menu : Settings -> Layout -> Layout management is disabled in my ALV report. Similarly, I see menu Settings -> Layout -> Choose and

menu Settings -> Layout -> Save are disabled. I am using CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

to display ALV report. Can some one please let me know what I need to do to enable this menu.

Regards

Sudhaker

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

Hi Sudhakar,

To enable that

in the FM REUSE_ALV...

pass the parameter i_SAVE = 'X'.

'X' Global Saving

'U' User-specific saving

'A' corresponds to 'X' and 'U'

Edited by: Chandrasekhar Jagarlamudi on Feb 22, 2008 11:40 AM

Hi,

I see menu : Settings -> Layout -> Layout management is disabled in my ALV report. Similarly, I see menu Settings -> Layout -> Choose and

menu Settings -> Layout -> Save are disabled. I am using CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

to display ALV report. Can some one please let me know what I need to do to enable this menu.

Regards

Sudhaker

3 REPLIES 3
Read only

Former Member
0 Likes
590

Hi,

Can you just check if you are populating any function codes to be disabled while displaying the output for ALV? There is one option where you can suppress the standard ALV toolbar options by populating and passing for IT_EXCLUDING parameter. If you have disabled the choose/edit/save functionality of the ALV toolbar, u cannot even have the same functionality in the settings also.

<REMOVED BY MODERATOR>

Thanks & regards,

Prakash Ghantasala

Edited by: Alvaro Tejada Galindo on Feb 22, 2008 6:06 PM

Read only

Former Member
0 Likes
591

Hi Sudhakar,

To enable that

in the FM REUSE_ALV...

pass the parameter i_SAVE = 'X'.

'X' Global Saving

'U' User-specific saving

'A' corresponds to 'X' and 'U'

Edited by: Chandrasekhar Jagarlamudi on Feb 22, 2008 11:40 AM

Read only

Former Member
0 Likes
590

Chandrashaker - Thank you very much. <REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 22, 2008 6:07 PM