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

PDF Converter

Former Member
0 Likes
678

Hi Experts,

Is ther any SAP standard transaction to convert Smartform or SAP Script O/P to PDF document.

Thanks in Advance.

<i>-Harkamal</i>

Hi Experts,

Is ther any SAP standard transaction to convert Smartform or SAP Script O/P to PDF document.

Thanks in Advance.

<i>-Harkamal</i>

3 REPLIES 3
Read only

Former Member
0 Likes
597

when you print a smartform or script to the spool you can convert the spooljob to a pdf file , see programm RSTXPDFT4

hope this helps you're question

kind regards

arthur

Read only

Former Member
0 Likes
597

Hi

create the spool of output and convert it using FM 'CONVERT_ABAPSPOOLJOB_2_PDF'

Rgds

Raghav.T

Read only

Former Member
0 Likes
597

hi,

when u call the smartform set the OTF = 'X' in the CONTROL_PARAMETERS of the smart form..

then get the output from JOB_OUTPUT_INFO-OTFDATA.

use the function module CONVERT_OTF_2_PDF.pass the value of OTFDATA to OTF in the Fm to get the file in PDF format.

Message was edited by:

Sandeep S