<?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: Actual system codepage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315420#M1393470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, but when I enter 'EN' or 'DE' I expect the codepage 1160 and not 1100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 09:55:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-23T09:55:08Z</dc:date>
    <item>
      <title>Actual system codepage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315418#M1393468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can I cat t^he actual active System codepage in a MDMP-System? Something like sy-langu...or is there a table with codepage and language...I found TCP0F, TCP0C both don't get the real information that I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need language -&amp;gt; SAP codepage &lt;/P&gt;&lt;P&gt;DE -&amp;gt; 1160&lt;/P&gt;&lt;P&gt;ZH -&amp;gt; 8400&lt;/P&gt;&lt;P&gt;RU -&amp;gt; 1500&lt;/P&gt;&lt;P&gt;JA -&amp;gt; 8000&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 08:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315418#M1393468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T08:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Actual system codepage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315419#M1393469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;TCP0C is correct.&lt;/P&gt;&lt;P&gt;Example (operating system of your application server: HP-UX_10 / language DE / standard MDMP system):&lt;/P&gt;&lt;P&gt;TCP0C-PLATFORM = HP-UX_10&lt;/P&gt;&lt;P&gt;TCP0C-LANGU = DE&lt;/P&gt;&lt;P&gt;TCP0C-COUNTRY = &amp;lt;empty&amp;gt;&lt;/P&gt;&lt;P&gt;TCP0C-MODIFIER =  &amp;lt;empty&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then TCP0C-CHARCO or TCP0C-CHARCOMNLS  will give you the code page (1100 in this example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use report rscp0013 (Initial screen - Character set of appl server).&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315419#M1393469</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2009-10-23T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Actual system codepage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315420#M1393470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, but when I enter 'EN' or 'DE' I expect the codepage 1160 and not 1100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315420#M1393470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Actual system codepage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315421#M1393471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1160 is the frontend code page&lt;/P&gt;&lt;P&gt;1100 is the code page of the application server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are interested in the standard frontend code page, you need to look at TCP0F:&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;TCP0F-SYSCP = 1100&lt;/P&gt;&lt;P&gt;TCP0F-TYPE = MS&lt;/P&gt;&lt;P&gt;TCP0F-STATUS = S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you &lt;/P&gt;&lt;P&gt;TCP0F-FECP = 1160&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that the system uses 1160 in standard as frontend code page, if the backend (application server) code page is 1100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP uses ISO-8859-x code pages for single byte languages on application server and in case of MS frontends MS code pages on the frontend side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nils Buerckel on Oct 23, 2009 1:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 11:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315421#M1393471</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2009-10-23T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Actual system codepage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315422#M1393472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;many thanks! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 11:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/actual-system-codepage/m-p/6315422#M1393472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T11:52:13Z</dc:date>
    </item>
  </channel>
</rss>

