2007 Dec 11 7:16 PM
i am displaying a report through a simple ALV
i called only the FM fieldcatalogs and reuse alv
i need to five the user the option to if he want to download the report in an excel he can do so.
i know that the coding is as follow.
AT USER-COMMAND.
CASE sy-ucomm.
WHEN 'EXCEL'.
/**writing a subroutine to download in excell
ENDCASE.
what i don't get is the meaning of code below what does it do. will the user click on a button if yes where will the button appear. i would like to write the program myself but i'm unable to do so could anyone give me the picture view plzzz
CASE sy-ucomm.
WHEN 'EXCEL'.
2007 Dec 11 7:26 PM
'By Default there should be an icon on top of ALv to download to Excel. you don;t have to write any custom code for that.
A,
2007 Dec 11 7:26 PM
'By Default there should be an icon on top of ALv to download to Excel. you don;t have to write any custom code for that.
A,
2007 Dec 11 7:54 PM
ohhhh really i'm sooo impatient to check this up hopt that u are right .
there'll be less coding to do.
2007 Dec 11 7:59 PM