‎2006 Mar 30 3:36 PM
Hi friends, I need advice,
I need to convert report output to PDF. I am using
SET print on and using write statement getting spool request which is converted to PDF. Now the problem is when user wants to download, he/she needs only specific columsn to be shown in PDF format.
Please help to resolve this.
Thanks
Lakhbir
‎2006 Mar 30 3:43 PM
Hi lakhbir,
1. this kind of filteration
cannot be done while converting to pdf.
2. the report output should be as such.
regards,
amit m.
‎2006 Mar 30 3:55 PM
The only option I cansee is to SUMBIT a new report within the exiting report and new spool request depenign upon the columns selected and convert it to PDF.
I think this is going to work.
‎2006 Mar 30 4:01 PM
Hi again,
1. if that is possible, then best.
2. the final output
will contain only the required columns,
and that can be converted to .pdf.
regards,
amit m.
‎2006 Mar 30 6:30 PM
HI Amit,
Can we fire an Print Request once we selected Push button on the toolbar. I want to create spool request when user select the download PDF button and this spool will contain only the required columns for PDF version.
I could not find Function Module to fire an print request. I need somethign Like we have for %PRI on the Sap application Toolbar .
Thanks
Lakhbir