cancel
Showing results for 
Search instead for 
Did you mean: 

SAP report in PDF format

Former Member
0 Kudos

Hello Gurus,

How to get all the ECC repots in PDF format? I have tried doing the distiller as default printer, but didn't work out.

I am using SAP ECC 6.

Thanks and Regards,

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Auto convert SAP spool output to PDF file

As of Release 4.6D, PDF format (Adobe Acrobat data format) can be created via the SAP spooler by using the device type "PDF1".

As a workaround, a report (RSTXPDFT4) is made available for the missing "direct PDF printing", which can read spool requests, convert to PDF and perform a frontend download.

Read OSS Note 317851 - Printing PDF files in 4.6C/4.6B/4.5B

Note the restrictions specified in Note 323736 with the print output with PDF.

Caution when modifying device type ZPDF1, see Note 437696.

Version < 4.6D

If you are in version less than 4.6D, you can configure an output type to convert the spool automatically into a PDF format into your local harddisk but not do a "direct PDF printing".

When you print to this PDF output type, it will prompt you to enter the file name of your PDF file to be stored into your local harddisk.

First you have to add a printer using

Windows -> Start -> Settings -> Printers -> Generic / Text Only -> Port : Print to File

Next create a new device type e.g. ZPDF -> Select device type ZPDF1

Options for HostSpoolAccMethod -> Host spool access method : F : Printing on Frontend Computer

Host Printer : __DEFAULT or Generic / Text Only

Save your entries.

When you print to the device type ZPDF, choose Generic / Text Only for the Frontend Computer if it is not the default type.

A user prompt Print to File will appear to let you specify the Output File Name.

Regards

ismail KARAYAKA

Answers (2)

Answers (2)

0 Kudos

Hello Dear,

If I have written small very handy code to generate PDF Output File from any Reports in few steps.. and you can give to Users also..

For Detail & Screen Shots with Source Code , Please Go through

http://sapabapcodes.blogspot.in/2012/05/convert-any-alvclassical-report-to.html

Former Member
0 Kudos

Hi Anup,

I have CutePDF on locally on my Laptop. Use the SAP Local Printer option and then select the CUTEPDF printer driver. This will print all your reports to an PDF. It will prompt you for a file name and save the report.

Hope this is useful to you.

If you have anymore question I could send you a screenshot.

You can email me on mazafar@yahoo.com

Thanks

Adil