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

Adobe Multiple spool Request Merging

Former Member
0 Likes
788

Hi all,

I have a requirement to display mass payslip in one PDF. I have submitted the Hrform print program and bundled all the spool request into 1 spool.

Already the spool are in pdf. How to display this merged spool into 1 pdf as its already in pdf format.

Kindly help to solve this issue.

Regards,

Vijay.

3 REPLIES 3
Read only

Former Member
0 Likes
638

hi Vijay

try this program using your spool id, RSTXPDFT4 convert the spool to PDF.

Regards,

Archer

Read only

0 Likes
638

Hi Archer,

How to merge all the spool into one spool. With merged Spool i can execute as you have specified.

Regards,

Vijay

Read only

0 Likes
638

Hi Vijay,

Have a lock on FM RSPO_RETURN_ABAP_SPOOLJOB, FM RSPO_SR_OPEN and FM RSPO_SR_WRITE.

The first one extracts lines from a spool request. The second one creates a new spool request. The last one write lines into a spool request.

I used these to three to split up huge request into several small requests ...

And after merging your spool requests into one you can convert it to PDF...

this anwser is from Silver

Refer to this link from him, https://scn.sap.com/message/365307

thanks,

Archer