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 GRID PROBLEM

Former Member
0 Likes
508

HI ALV EXPERTS,

Is there any option of hidding the field name in the fieldcatalog of the ALV Grid but it sholud get displayed in the excel sheet when i download it.

The problem i am facing here is i am able to hide the ALV grid column during the display but when i download it the same column doesn't appear in the excel sheet.

This is the crucial problem for me can anyone help me on this.Thanks in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
477

try out with

fieldcatalog-NO_OUT = 'X'.

regards

Srikanth

Read only

Former Member
0 Likes
477

Set the NO_OUT as 'X' in your fieldcatalog for the particular field.

<i>I haven't tried the particular option but check if it is possible to set the output length as 0 !!</i>

Message was edited by: Anurag Bankley

Read only

0 Likes
477

Hi friends,

as i have said already if i set NO_OUT as 'X' it will not be in the output screen but also it willnot get downloaded in EXCEL sheet.I had tried it but ended in vain.

Read only

uwe_schieferstein
Active Contributor
0 Likes
477

Hello Rajkumar

I would suggest you add an additional button to the ALV grid toolbar. When the user clicks on this button you call in your event handler method for USER_COMMAND the method CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD with the entire itab.

Regards

Uwe