Application Development 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: 

How to Print PDF Format In SAP SCRIPT

Former Member
0 Kudos

Hi All,

I have a requirement to print the output in PDF format.

First we can pass the parameter from Excel sheet,through on the parameters , we can fetch the output and print the PDF format.

Please help me.

regards

raghava

3 REPLIES 3

Former Member
0 Kudos

Hi Ragha,

SAP has created a standard program RSTXPDFT4 to convert your Sapscripts spools into a PDF format.

You will get the spool number from transaction SP02.

Also go through the following document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49e15474-0e01-0010-9cba-e62df824...

Regards,

Nitin.

Former Member
0 Kudos

hi,

i think print of a script and print of pdf will be the same. what diff you want in print??

Former Member
0 Kudos

hello,

check these FM's

SO_DOCUMENT_SEND_API1

SO_NEW_DOCUMENT_SEND_API1

'CONVERT_OTFSPOOLJOB_2_PDF'

Thank u,

santhosh