cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Split 1 spool into multiple PDF's

Former Member
0 Likes
2,757

Hi All,

Using the Std. pgm RSTXPDFT4 im able to convert my spool into a PDF document but is there anyway that i can split spool and then convert into PDF.

For ex. if my spool has 4 pages is there anyway that i can generate 2 PDF's with 2 pages each?

Thanks in Advance.

Regards..!

View Entire Topic
Former Member
0 Likes

what are u working on?

Scripts or forms?

кu03B1ятu03B9к

Former Member
0 Likes

im working in scripts

Former Member
0 Likes

W_OPTIONS LIKE ITCPO .

W_OPTIONS-TDGETOTF = 'X'.

use it in fm OPEN_FORM OPTIONS exporting parameters.

u'll get otf data here

call function 'CLOSE_FORM'
 TABLES
    OTFDATA                        = IT_OTFDATA

кu03B1ятu03B9к

Edited by: kartik tarla on Mar 6, 2009 9:14 PM

Former Member
0 Likes

Script to OTF has already discussed.

OTF to PDF conversion:

# Use function module
CONVERT_OTF to convert OTF to PDF (set import parameter FORMAT to 'PDF'). The prerequisite for this is that OTF is returned as a table in the application program. 

Regards,

~Satya