<?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 FLAG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327177#M1227573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi;&lt;/P&gt;&lt;P&gt;have u tried with the new file since it might corrupt.&lt;/P&gt;&lt;P&gt;For unicode please find the details&lt;/P&gt;&lt;P&gt;[Link|http://help.sap.com/saphelp_nw70/helpdata/EN/79/c55458b3dc11d5993800508b6b8b11/content.htm]&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2009 05:10:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-13T05:10:07Z</dc:date>
    <item>
      <title>UNICODE FLAG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327173#M1227569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie all , i'm trying to run a program that uses open data set in ECC 6, but i keep getting a runtime error saying the file can not be open. i have checked , the file is not in use by any other program and it exists. i have tried both getting from application server (c:\rapidsap01.txt')and dev server (&lt;BR /&gt;umdev\usr\interface\rapidsap01.txt')but stil nothing. i read somearticle that talked about setting the unicode flag , does anyone have an idea where i can do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         DATASET_NOT_OPEN&lt;/P&gt;&lt;P&gt;Exception              CX_SY_FILE_OPEN_MODE&lt;/P&gt;&lt;P&gt;Date and Time          12.03.2009 10:59:11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 10:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327173#M1227569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T10:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: UNICODE FLAG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327174#M1227570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    The intended file might not be opened in your  systems due to many of reasons like no authorization, file doesn't exist etc. check for sy-subrc just after OPEN DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327174#M1227570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: UNICODE FLAG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327175#M1227571</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;data : obj type ref to cx_root.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try .&lt;/P&gt;&lt;P&gt;open dataset ........&lt;/P&gt;&lt;P&gt;catch CX_SY_FILE_OPEN_MODE&lt;/P&gt;&lt;P&gt;into obj&lt;/P&gt;&lt;P&gt;endtry.&lt;/P&gt;&lt;P&gt;now the program will not go to dump but still it will not solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So For setting the any object for unicode&lt;/P&gt;&lt;P&gt;SET UNICODE ON\OFF&lt;/P&gt;&lt;P&gt;use open dataset..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327175#M1227571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T11:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: UNICODE FLAG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327176#M1227572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try by using OPEn DATASET...&lt;STRONG&gt;IGNORING CONVERSION ERRORS&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 04:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327176#M1227572</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2009-03-13T04:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: UNICODE FLAG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327177#M1227573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi;&lt;/P&gt;&lt;P&gt;have u tried with the new file since it might corrupt.&lt;/P&gt;&lt;P&gt;For unicode please find the details&lt;/P&gt;&lt;P&gt;[Link|http://help.sap.com/saphelp_nw70/helpdata/EN/79/c55458b3dc11d5993800508b6b8b11/content.htm]&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 05:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327177#M1227573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T05:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: UNICODE FLAG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327178#M1227574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx, helped so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 16:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-flag/m-p/5327178#M1227574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T16:39:33Z</dc:date>
    </item>
  </channel>
</rss>

