Saving report to a PDF file

Saving report to a PDF file

Printing Invoices, purchase orders and checks has always been an painful task in SAP, especially if you are using SAP forms.

Fortunately SAP provides printing reports/documents in a PDF format. You could make your reports appear nearly as "smart" as smart forms using this technique.

Use this function module: CONVERT_ABAPSPOOLJOB_2_PDF, this converts your spool request to a PDF file on your desktop.

As an example look into this program (4.6x): RSTXPDFT4.

Advantages:

1. Voila'! Trendy report printing made really very easy.

On the flip-side:

1. You have to send your report to printer and then print the spool to PDF file, so if the user sets his/her defaults to "print immediately"...boom! waste of paper. But this can be over come by using the function module - GET_PRINT_PARAMETERS to suppress printing but just create spool.

2. You cannot control the font size on reports, so is your PDF file.

Alternate function module: SX_OBJECT_CONVERT_OTF_PDF.

So next time you think about great reports think PDF.


    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

This was first published in April 2002

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.