Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Spool to Application Server

Former Member
0 Likes
641

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

3 REPLIES 3
Read only

Former Member
0 Likes
517

Hi Sreenivas,

Try using "OPEN DATASET " and "CLOSE DATASET " to save it to application server.

Regards,

Manish

Read only

0 Likes
517

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

Read only

Former Member
0 Likes
517

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