‎2007 Sep 13 11:35 AM
Hi,
I have report for FI Related (G/L Accounts ) which takes lot of time to give output.
So, we will run it in the Background. When we run in the Background after creating spool , when we open spoll it is not showing all columns. Because the width of the report is very large. when we select the option show in maximum width in the spool then it is showing all the columns. But when we download it to Excel all <b>Rows</b> are not comming. when we download it in the text file it is giving all the rows. How do we solve it ?
Where exactly the spool will store ? can we get spool by programming and can we upload it in the Excel ?
Thanks and regards,
Satya.
‎2007 Sep 13 11:45 AM
Hi..
When the Report is Run in Background:
SPOOL : will store the Output of the report which can be send to an output device like printer and downloaded to a File.
Excel files will have Limit for number of rows(Like 65536) . May be bcoz of that all the rows are not transferred.
So you have to Transfer to Text file..
Reward if Helpful
‎2007 Sep 13 11:55 AM
But in the Report Consists of 500 to 700 lines only.
Still I am getting this problem.
bye,
satya.
‎2007 Sep 13 12:07 PM
well u can try downloading the data directly into ur excel file by fm gui_download .
Thanks
Rohit
Reward if helpful