<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475763#M223107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this..&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms" target="test_blank"&gt;http://sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2006 05:38:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-08T05:38:18Z</dc:date>
    <item>
      <title>in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475760#M223104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in smartforms,o/p of smartform how u convert to pdf format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 05:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475760#M223104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T05:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475761#M223105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use function module "SX_OBJECT_CONVERT_OTF_PDF" or "CONVERT_OTF_2_PDF"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is for Smart Forms to return OTF and for you to convert it to PDF yourself:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the name of the generated function module using the function module SSF_FUNCTION_MODULE_NAME (see also: Integrating the Smart Form into the Application). &lt;/P&gt;&lt;P&gt;To get a device type suitable for the current language, call the function module SSF_GET_DEVICE_TYPE. &lt;/P&gt;&lt;P&gt;Set the device type using the parameter TDPRINTER of the standard parameter OUTPUT_OPTIONS (see also: Output Options). Transfer this parameter, together with the parameters for the OTF output, to the generated Smart Forms function module, as described under Returning a Form as a Table to the Application Program. &lt;/P&gt;&lt;P&gt;Get the OTF output from table OTFDATA of the standard parameter JOB_OUTPUT_INFO (see also: Querying the Output Result). &lt;/P&gt;&lt;P&gt;To convert the OTF output to PDF, transfer the OTF table to the function module CONVERT_OTF. To do this, set the parameter FORMAT to 'PDF'. The output can be returned either as a binary string (parameter BIN_FILE) or as a character table (parameter LINES). SAP recommends the first variant.&lt;/P&gt;&lt;P&gt;You can then store the PDF output using the function module GUI_DOWNLOAD, for example, as a local file on your PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is also possible to send the PDF output in a BSP application to the Web browser for display (as of Internet Explorer 5.5 with Support Package 2). You can display a Smart Form in the BSP application SF_WEBFORM_04 as a PDF in the browser or in a separate window. OTF is converted to PDF (as described above) in the event handler OnInitialization of the BSP page pdfform.pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Help Link...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/27/67443cc0063415e10000000a11405a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/27/67443cc0063415e10000000a11405a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bharat Reddy V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 05:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475761#M223105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T05:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475762#M223106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Check this for smartform to PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms" target="test_blank"&gt;http://www.sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you have to do is call your SF to get OTF and then concert it to PDF. Works like charm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_control_parameters-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;s_control_parameters-getotf = 'X'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION v_func_name "call your smartform&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;output_options = s_output_options&lt;/P&gt;&lt;P&gt;control_parameters = s_control_parameters&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;job_output_info = s_job_output_info&lt;/P&gt;&lt;P&gt;call function 'CONVERT_OTF_2_PDF'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;otf = s_job_output_info-otfdata&lt;/P&gt;&lt;P&gt;lines = t_pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if u need more u can check below links also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below links..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="789362"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="573413"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VISIT THIS LINK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="790560"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ REWARD POINTS IF IT HELPS YOU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 05:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475762#M223106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T05:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475763#M223107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this..&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms" target="test_blank"&gt;http://sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 05:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475763#M223107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T05:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475764#M223108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vanamali,&lt;/P&gt;&lt;P&gt;1.You can use build the OTF table and then pass the OTF table to the FM CONVERT_OTF to convert to pdf and you can use GUI_DOWNLOAD ,if you want to store it in your local PC....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Check this for smartform to PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms" target="test_blank"&gt;http://www.sap4.com/wiki/index.php/Genera_PDF_a_partir_de_Smartforms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.All you have to do is call your SF to get OTF and then concert it to PDF. Works like charm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_control_parameters-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;s_control_parameters-getotf = 'X'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION v_func_name "call your smartform&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;output_options = s_output_options&lt;/P&gt;&lt;P&gt;control_parameters = s_control_parameters&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;job_output_info = s_job_output_info&lt;/P&gt;&lt;P&gt;call function 'CONVERT_OTF_2_PDF'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;otf = s_job_output_info-otfdata&lt;/P&gt;&lt;P&gt;lines = t_pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points for the helpful solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475764#M223108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475765#M223109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with these function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_ABAPSPOOLJOB_2_PDF convert abap spool output to PDF &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONVERT_OTF Convert SAP documents (SAPScript) to other types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'CONVERT_OTFSPOOLJOB_2_PDF' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-smartforms/m-p/1475765#M223109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:09:26Z</dc:date>
    </item>
  </channel>
</rss>

