‎2007 Feb 27 12:33 PM
hai Experts ,
how to download alv output list to excel .
is there any code , if there is any code means pls send to me.
thanks and Regards ,
Nagendra.
‎2007 Feb 27 12:38 PM
The ALV Toolbar itself will have a button upon clicking which, you can download the ALV into Excel.
REgards,
Ravi
‎2007 Feb 27 12:40 PM
hi,
you have that option in ALV tool bar.
other wise you have to download data from the internal table u r passing to ALV,
to an excel sheet.
Regards
Anver
‎2007 Feb 27 12:41 PM
U can do as Ravi said, otherwise if u want to download from program directly then u have to code after getting the output into the final table.
Refer this for download.
Downloading files to PC(Presentation Server):
-
http://www.sapdevelopment.co.uk/file/file_downloadpc.htm
Downloading files to SAP(Application Server):
-
http://www.sapdevelopment.co.uk/file/file_downloadsap.htm
Check if file exists before downloading:
-
http://www.sapdevelopment.co.uk/file/file_updownpop.htm
Reward if helpful.