Download Report into Excel
Hello,
I would like to run a customised report as a background job and then download the output into Excel. Is there any FM that I could use for this?
Depending on what you need to see in Excel, you might be able to get away with delimitting your output columns with commas and outputting the file via DATASET commands (OPEN/WRITE/CLOSE) with a .csv suffix.
It should then open OK in Excel.
Also works for space (.prn) and tab (.txt) delimitting.
_________________
Regards,
Angelis.