‎2006 Sep 27 3:57 PM
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.
‎2006 Sep 27 4:00 PM
‎2006 Sep 27 4:03 PM
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
‎2006 Sep 27 4:11 PM
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.
‎2006 Sep 27 9:24 PM
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