<?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: Error in SMARTFORMS while downloading into pdf in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms-while-downloading-into-pdf/m-p/2880235#M676424</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;Can you please try using function module 'CONVERT_OTF' which will convert smartform into pdf format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_OTF'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          format                = 'PDF'&lt;/P&gt;&lt;P&gt;          max_linewidth         = 132&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          bin_filesize          = ws_bin_filesize&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          otf                   = i_otf&lt;/P&gt;&lt;P&gt;          lines                 = i_pdf_tab&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          err_max_linewidth     = 1&lt;/P&gt;&lt;P&gt;          err_format                 = 2&lt;/P&gt;&lt;P&gt;          err_conv_not_possible = 3&lt;/P&gt;&lt;P&gt;          err_bad_otf                = 4&lt;/P&gt;&lt;P&gt;          OTHERS                   = 5.&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; c_0.&lt;/P&gt;&lt;P&gt;        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 09:30:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-05T09:30:11Z</dc:date>
    <item>
      <title>Error in SMARTFORMS while downloading into pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms-while-downloading-into-pdf/m-p/2880234#M676423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
A RAISE statement in the program "SAPLSTXW" raised the exception
 condition "ERR_CONV_NOT_POSSIBLE".                              
 Since the exception was not intercepted by a superior program   
 in the hierarchy, processing was terminated.                                                                                
Short description of exception condition:                                                                                
Conversion not possible/supported                                                                                
For detailed documentation of the exception condition, use      
 Transaction SE37 (Function Library). You can take the called    
 function module from the display of active calls.              &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTF end command // missing in OTF data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while runtime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagrut Bharatkumar Shukla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jagrut BaharatKumar Shukla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 09:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms-while-downloading-into-pdf/m-p/2880234#M676423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SMARTFORMS while downloading into pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms-while-downloading-into-pdf/m-p/2880235#M676424</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;Can you please try using function module 'CONVERT_OTF' which will convert smartform into pdf format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_OTF'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          format                = 'PDF'&lt;/P&gt;&lt;P&gt;          max_linewidth         = 132&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          bin_filesize          = ws_bin_filesize&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          otf                   = i_otf&lt;/P&gt;&lt;P&gt;          lines                 = i_pdf_tab&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          err_max_linewidth     = 1&lt;/P&gt;&lt;P&gt;          err_format                 = 2&lt;/P&gt;&lt;P&gt;          err_conv_not_possible = 3&lt;/P&gt;&lt;P&gt;          err_bad_otf                = 4&lt;/P&gt;&lt;P&gt;          OTHERS                   = 5.&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; c_0.&lt;/P&gt;&lt;P&gt;        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 09:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms-while-downloading-into-pdf/m-p/2880235#M676424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T09:30:11Z</dc:date>
    </item>
  </channel>
</rss>

