<?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: Unicode - ANSI Interface question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583719#M263202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can select the file encoding in file port definition(Tx: WE21).&lt;/P&gt;&lt;P&gt;If you check unicode, idocs written to file port are UTF-8 else non unicode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've opened SAP UTF-8 file created from non UC system in hex viewer, there's no byte order mark. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2006 14:00:03 GMT</pubDate>
    <dc:creator>sridhar_k1</dc:creator>
    <dc:date>2006-09-14T14:00:03Z</dc:date>
    <item>
      <title>Unicode - ANSI Interface question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583713#M263196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An R3 4.7 interface in a non-unicode system outputs a file in ANSI for a 3rd party system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The R3 4.7 system is then upgraded to Unicode (Oracle UTF-8 database). The 3rd party system still expects the data in ANSI format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this Interface still work? It can be assumed that the data will be LATIN1 characters only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 16:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583713#M263196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T16:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - ANSI Interface question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583714#M263197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the interface program using OPEN DATASET to output the file?&lt;/P&gt;&lt;P&gt;If ENCODING NON-UNICODE option used in open dataset statement, it works&lt;/P&gt;&lt;P&gt;if ENCODEING DEFAULT used, it outputs unicode(UTF-8) file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If GUI_DOENLOAD used to output file, the interface still works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 18:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583714#M263197</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-09-13T18:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - ANSI Interface question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583715#M263198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can used OPEN Dataset with Encoding option if you want the transfer the output file on the application server or else you can use GUI_DOWNLOAD function module for file on the presentation server.&lt;/P&gt;&lt;P&gt;I think ther should not be any issue,the interface would work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 19:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583715#M263198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T19:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - ANSI Interface question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583716#M263199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a number of abaps exporting data via open dataset encoding default (i.e. UTF-8). Also some using CL_FRONTEND_SERVICES GUI UPLOAD. And also IDOCS too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done some searching and it appears as though as long as the characters are all LATIN1 (which all the existing interfaces are) then the UTF-8 output will be the same as ASCI or ANSI because code points 0 - 127 are single byte in UTF-8 and stored the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else had any experience of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 20:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583716#M263199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T20:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - ANSI Interface question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583717#M263200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's right, UTF-8 uses one byte between 0 - 255. The files will be same as ANSI as long as sap don't add byte order mark EFBBBF (standard for UTF-8 files) at the begining of the file. &lt;/P&gt;&lt;P&gt;To verify, open a sap created file in a hex viewer, if first three bytes are EFBBBF, then they should be removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sridhar K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 20:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583717#M263200</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-09-13T20:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - ANSI Interface question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583718#M263201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sridhar, I will open a selection of files and investigate further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what format the IDOCS will be in from a Unicode system? Will there be any change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 07:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583718#M263201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T07:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - ANSI Interface question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583719#M263202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can select the file encoding in file port definition(Tx: WE21).&lt;/P&gt;&lt;P&gt;If you check unicode, idocs written to file port are UTF-8 else non unicode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've opened SAP UTF-8 file created from non UC system in hex viewer, there's no byte order mark. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 14:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-ansi-interface-question/m-p/1583719#M263202</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-09-14T14:00:03Z</dc:date>
    </item>
  </channel>
</rss>

