‎2009 Jul 02 12:30 PM
Hi friends,
I have got spool output in an internal table with the FM 'CONVERT_ABAPSPOOLJOB_2_PDF'.
Now I want this spool output to save on Application Server as a PDF file.
If anybody come across this issue, Please let me know that process.
Thanks in advance,
Sreenivas Reddy
‎2009 Jul 02 12:35 PM
Hi Sreenivas,
Try using "OPEN DATASET " and "CLOSE DATASET " to save it to application server.
Regards,
Manish
‎2009 Jul 02 12:42 PM
Thanks for your reply,
but the issue is 'The data in internal table is being displayed as some junk data' because it has come from a spool.
If I save it on application server directly with 'OPEN DATASET', can it be saved properly as PDF file. Do we need any conversion
function module etc?
Thanks,
Sreenivas Reddy
‎2009 Jul 02 3:03 PM
We have to loop the through PDF internal table which we have got from above FM and use TRANSFER statement to upload the data to application server