cancel
Showing results for 
Search instead for 
Did you mean: 

Import PDF in SAPSCRIPT

Former Member
0 Kudos

Hi,

I need to printout a .PDF file using SAPSCRIPT (or smartform).

Now i must before export .PDF file to a .PCL o .TIFF file and then import it in a standard text (using report RSTXLDMC) and include it in SAPSCRIPT.

Sapcript will then print this .PDF file and other SAP information on other pages of the SAPSCRIPT.

But i need a way to import direct .PDF file, wihtout creating before a .PDF or .TIF file. Is it possibile?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

ravi_lanjewar
Contributor
0 Kudos

Hi,

You can create the PDF file directly form script. Run script with no-dialog and OTF output set 'X'. Script function moudle give to you OTF data. Which you have to convert into PDF.

You can also print script file directly setting open_form function module parameter to print directly.

Kind Rgds

Ravi Lanjewar

Former Member
0 Kudos

Hi,

i do not need to create a .PDF file.

I already have a .PDF file and I want to printout using SAPSCRIPT (because i nedd to print 2 pages : one with this .PDF file , and other page with SAP information (example. production order information). ps: the PDF file is different every time i print, so i must include it to the sapsscript everytime I print a form.

Is it possbile?

regards