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 pdf

Former Member
0 Likes
1,386

Hi all,

Can anyone let me know.........

what is the process to convert spool request into PDF.

Thanks & Regards,

Rico Parker.

1 ACCEPTED SOLUTION

Hi all,

Can anyone let me know.........

what is the process to convert spool request into PDF.

Thanks & Regards,

Rico Parker.

9 REPLIES 9
Read only

Former Member
0 Likes
1,334

Use FM : CONVERT_ABAPSPOOLJOB_2_PDF

Read only

Former Member
0 Likes
1,334

Hi,

Checke these threads

Regards,

Satish

Read only

Former Member
0 Likes
1,334
Read only

Former Member
0 Likes
1,334

Hi rico,

For convert spool to pdf check the program---RSTXPDFT4

Thnaks,

Read only

Former Member
0 Likes
1,334

Hi Rico,

There is a function module to know the spool type( ABAP or OTF) by passing the spool number.

If you get the type of the spool, you can use function modules like convertabapspool to pdf or contvert OTF spool to pdf by giving the spool number

Read only

Former Member
0 Likes
1,334

Hi Rico,

Goto se38 then..

u go execute button then click as list menu. find print.. u got spool number. u remembered it.

then goto se38 then type as RSTXPDFT4 and F8 button its execute then put spool number and its save and transferred to non sap system. its save any name with pdf.

u can found pdf file in ur system..

cheers,

s.suresh

Edited by: suresh selvarajan on Apr 25, 2008 12:41 PM

Read only

Former Member
0 Likes
1,334

Hi Rico,

Please run RSTXPDFT5 program in se38.

Amit.

Read only

Former Member
0 Likes
1,334

Hi everybody, I think that instead of opening a new thread I will re-use this one, for my question is quite similar.

I also want to convert a spool to PDF, but first I have to process it to split into different sub-spools.

At the moment I am using RSPO_RETURN_SPOOLJOB

with RAW so I will get the spool in RAW format but... how can I convert the result table to a PDF file?

Thanks everybody.