2007 Dec 19 11:17 AM
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
2007 Dec 19 11:32 AM
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
2007 Dec 19 11:30 AM
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.
2007 Dec 19 11:32 AM
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
2007 Dec 21 9:26 AM
Hi,
I need to combine 2 or more OTF spools into a single PDF file.
Can u plz write ur idea.
Narendra
2007 Dec 19 11:36 AM
2007 Dec 19 2:26 PM
: How to combine 2 spool id into a single PDF file
Can u plz send the complete code for the above mentiones question