2006 Dec 01 7:48 AM
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>
2006 Dec 01 8:03 AM
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
2006 Dec 01 8:48 AM
Hi
create the spool of output and convert it using FM 'CONVERT_ABAPSPOOLJOB_2_PDF'
Rgds
Raghav.T
2006 Dec 01 9:18 AM
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