<?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: Codepage could not be determined in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976187#M702521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I run this report in the background, SAP throwing the error&lt;/P&gt;&lt;P&gt;&amp;#147;Code page could not be determined &amp;#150; FES 25 E&amp;#148;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 03:20:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-02T03:20:56Z</dc:date>
    <item>
      <title>Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976183#M702517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a little strange problem in my system, When i run HR Program my background scheduled jobs are getting cancelled due to an error called "Codepage could not be determined". &lt;/P&gt;&lt;P&gt;Can any one just tell me their experience if the have encountered similar problem in the past. &lt;/P&gt;&lt;P&gt;It's little urgent as we have stuck with all our background schedules jobs. &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, 01 Nov 2007 11:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976183#M702517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976184#M702518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the oss note 765763(Setting the upload/download codepage for a SAPGUI connection) released for this purpose, as per the documentation of this note, you need to modify the standard program LSFESF03 in order to get rid of this error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the note 882961(File download: codepage conversion error FES024)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976184#M702518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976185#M702519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm still facing this prob (Codepage could not be determined). When i check the version ...its a latest version same with the correction that SAP give in oss note 765763(Setting the upload/download codepage for a SAPGUI connection)... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 02:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976185#M702519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T02:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976186#M702520</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;If you are using Non-English characters in file/database , then you need to pass the CODE PAGE No. to the FM or processing command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Page helps SAP to determine the Character set with which it is dealing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 03:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976186#M702520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T03:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976187#M702521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I run this report in the background, SAP throwing the error&lt;/P&gt;&lt;P&gt;&amp;#147;Code page could not be determined &amp;#150; FES 25 E&amp;#148;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 03:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976187#M702521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T03:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976188#M702522</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;Few questions :&lt;/P&gt;&lt;P&gt;1. Does the program give the same error when executed in foreground ?&lt;/P&gt;&lt;P&gt;2. Are you uploading the flat file from Presentation server. If Yes, then File from presentation server cannot be uploaded in background. You need to upload it from application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 03:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976188#M702522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T03:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976189#M702523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When i run the program in foreground..its ok...no error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I get the data from table in Presentation server after that i want to write it the data into AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i only get error &amp;lt;b&amp;gt;Codepage could not be determined&amp;lt;/b&amp;gt; when i want to execute in background (FES 025).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 03:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976189#M702523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T03:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976190#M702524</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;Please use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET L_FILENAME FOR OUTPUT IGNORING CONVERSION ERRORS. " Ignoring conversion errors should be added&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 04:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976190#M702524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T04:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976191#M702525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use OPEN DATASET L_FILENAME FOR OUTPUT IGNORING CONVERSION ERRORS... i get this error IN...MODE was expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976191#M702525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976192#M702526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OPEN DATASET L_FILENAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. " IN TEXT MODE added
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976192#M702526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Codepage could not be determined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976193#M702527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've try this syntax before but the result still same...with error Codepage could not be determined                      FES          025&lt;/P&gt;&lt;P&gt;Job cancelled after system exception ERROR_MESSAGE                                            00           564&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Mohd.Rafie Ruslan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/codepage-could-not-be-determined/m-p/2976193#M702527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:56:32Z</dc:date>
    </item>
  </channel>
</rss>

