<?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: Problem with 'CONVERT_OTF' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899147#M1596601</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;Please check the Material converison in your system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 11:19:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-19T11:19:13Z</dc:date>
    <item>
      <title>Problem with 'CONVERT_OTF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899146#M1596600</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;We send email confi to the customer along with a PDF attachment that contains the information regarding the material, quantity, price etc. In the program I used CONVERT_OTF to convert OTF format to PDF and sending the mail using 'SO_DOCUMENT_SEND_API1'. The problem is, the material number 'VJ0402A3К3KXJ' is converted to 'VJ0402A33KXJ' (observe carefully character 'K' 9th position is removed ) automatically. &lt;/P&gt;&lt;P&gt;Similarly 'VJ0402A7К7KXJ'  is converted to 'VJ0402A77KXJ' ;'VJ0402A9К9KXJ'  is converted to 'VJ0402A99KXJ' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not have any material conversion in the program logic. Can you please let me know the reason/solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899146#M1596600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T11:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'CONVERT_OTF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899147#M1596601</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;Please check the Material converison in your system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899147#M1596601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T11:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'CONVERT_OTF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899148#M1596602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I confirmed that the conversion is happening in the function module 'CONVERT_OTF'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899148#M1596602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T11:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'CONVERT_OTF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899149#M1596603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;That is not a "K" (Unicode Character 'Latin Capital Letter K' (U&lt;EM&gt;004B)).  It is a different character &lt;STRONG&gt;"К".&lt;/STRONG&gt;  I believe it is Unicode Character 'Cyrillic Capital Letter KA' (U&lt;/EM&gt;041A).  On a windows machine, ALT+41A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is usually undesirable from a business perspective to mix similar Roman and Cyrillic characters in the same object.  It sounds like your conversion routine is not expecting Cyrillic characters.  Before you invest much time with this, ensure that the Material number has been properly created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;DB49&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 21:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-convert-otf/m-p/7899149#M1596603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T21:12:04Z</dc:date>
    </item>
  </channel>
</rss>

