Hi Soumik,
There are couple of easy steps to achieve it.
I need some clarification WRT the requirement.
Is there a need to send the file as an Attachment or is it only for Print Preview.
Points Need to follow to achieve Merging PDF files into one. (Print Preview)
- In order to bundle the PDF files, you need to Call all the forms in between the same FP_JOB_OPEN and FP_JOB_CLOSE.
- For the Output Params you pass it to the FP_JOB_OPEN Function Module,
* Set output parameters and open spool job.
fp_outputparams-nodialog = 'X'.
fp_outputparams-getpdf = 'M'.
fp_outputparams-bumode = 'M'.
fp_outputparams-assemble = 'X'
Please let me know if any additional details required
Regards,
Sivanand Ala