Application Development 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: 

How to combine 2 spool id into a single PDF file

Former Member
0 Kudos
295

Hi,

I need to combine 2 or more spool id into a single PDF file.

i.e the downloaded PDF file should contain the data of all the specified spoll ids

Thank U

Narendra

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos
117

Hi,

Use FM "RSPO_RETURN_ABAP_SPOOLJOB" to get the spool into internal table.

Append the internal table with data of another spool & then pass the internal table to the FM mentioned in above reply.

Best regards,

Prashant

5 REPLIES 5

Former Member
0 Kudos
117

Hi, you could use the function

CONVERT_OTFSPOOLJOB_2_PDF

to get the several spools into several internal tables. Then append the internal tables to get only one and download as a binary file.

hope it helps.

former_member223537
Active Contributor
0 Kudos
118

Hi,

Use FM "RSPO_RETURN_ABAP_SPOOLJOB" to get the spool into internal table.

Append the internal table with data of another spool & then pass the internal table to the FM mentioned in above reply.

Best regards,

Prashant

0 Kudos
117

Hi,

I need to combine 2 or more OTF spools into a single PDF file.

Can u plz write ur idea.

Narendra

Former Member
0 Kudos
117

Hi Narendra,

Check this Post, May help you

Regards,

Satish

Former Member
0 Kudos
117

: How to combine 2 spool id into a single PDF file

Can u plz send the complete code for the above mentiones question