<?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: Getting error for 'CONVERT_OTF_2_PDF' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179489#M463252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreeram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U didn't mentioned the exact error what it is giving&lt;/P&gt;&lt;P&gt;Instead of CONVERT_OTF_2_PDF better to use CONVERT_OTF..&lt;/P&gt;&lt;P&gt;If any non-English characters were there in the output then those fonts should be installed in the Acrobat Reader.  This is important&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 06:34:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T06:34:20Z</dc:date>
    <item>
      <title>Getting error for 'CONVERT_OTF_2_PDF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179488#M463251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;   While Calling the FM: 'CONVERT_OTF_2_PDF' in the below way, I am getting conversion error, Can anyone give me an idea to correct this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: l_ty_tab_objbin TYPE solisti1 OCCURS 0.&lt;/P&gt;&lt;P&gt;data: l_otf TYPE STANDARD TABLE OF itcoo.&lt;/P&gt;&lt;P&gt;DATA: l_objbin TYPE l_ty_tab_objbin.&lt;/P&gt;&lt;P&gt;DATA: l_docs TYPE STANDARD TABLE OF docs.&lt;/P&gt;&lt;P&gt;data: i_line TYPE STANDARD TABLE OF tline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERT_OTF_2_PDF'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USE_OTF_MC_CMD               = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_INDEX                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BIN_FILESIZE                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    otf                          = l_otf&lt;/P&gt;&lt;P&gt;    doctab_archive               = l_docs&lt;/P&gt;&lt;P&gt;    lines                        = i_line&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;   ERR_CONV_NOT_POSSIBLE        = 1&lt;/P&gt;&lt;P&gt;   ERR_OTF_MC_NOENDMARKER       = 2&lt;/P&gt;&lt;P&gt;   OTHERS                       = 3&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;write:/ 'Failure'.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 03:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179488#M463251</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-04-24T03:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for 'CONVERT_OTF_2_PDF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179489#M463252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreeram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U didn't mentioned the exact error what it is giving&lt;/P&gt;&lt;P&gt;Instead of CONVERT_OTF_2_PDF better to use CONVERT_OTF..&lt;/P&gt;&lt;P&gt;If any non-English characters were there in the output then those fonts should be installed in the Acrobat Reader.  This is important&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179489#M463252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for 'CONVERT_OTF_2_PDF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179490#M463253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl. try using the funtion module CONVERT_OTF for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Convert OTF Data  To PDF Format&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CONVERT_OTF_DATA_TO_PDF.&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;       IMPORTING&lt;/P&gt;&lt;P&gt;            BIN_FILESIZE          = WS_FSIZE&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            OTF                   = I_OTFDATA&lt;/P&gt;&lt;P&gt;            LINES                 = I_PDFDATA&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;            OTHERS                = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maheshwari V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179490#M463253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for 'CONVERT_OTF_2_PDF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179491#M463254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 07:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-for-convert-otf-2-pdf/m-p/2179491#M463254</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-22T07:26:21Z</dc:date>
    </item>
  </channel>
</rss>

