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

Spool Request.

Former Member
0 Likes
532

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

4 REPLIES 4
Read only

Former Member
0 Likes
517

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.

Read only

Former Member
0 Likes
517

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.

Read only

0 Likes
517

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.

Read only

0 Likes
517

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