<?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: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776265#M334857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 12:21:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T12:21:17Z</dc:date>
    <item>
      <title>Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776259#M334851</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;we changed from 4.6 to ECC 700.&lt;/P&gt;&lt;P&gt;Most of our problems were easy to solve but this one is difficult because nobody here has experience with this special issue 'code pages'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one report which has to move data to a host.&lt;/P&gt;&lt;P&gt;The data consists of customer information like names, addresses etc..&lt;/P&gt;&lt;P&gt;Unfortunately this is germany and lots of addresses contain umlauts (you know: Ü,Ä,Ö). The host cannot work with them so the report has to convert them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The currently used code is:(example) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE S-KUNDE FROM CODE PAGE '1100' TO CODE PAGE '9103'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code page 9103 is a customer specific one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And both pages are available in table TCP00.&lt;/P&gt;&lt;P&gt;Everything was fine in 4.6, ( so all attributes to be used when converting are available from the code pages.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in ECC700 we have an error when running this report. &lt;/P&gt;&lt;P&gt;'converting from code page 1100 to code page 9103 is not possible'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our ECC 700 is NOT a unicode system!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if I understand this right from some of the few threats about this issue here the used command is not obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can we make it work again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 09:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776259#M334851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776260#M334852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look int abap-help with F1 to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varianten: &lt;/P&gt;&lt;P&gt;1. TRANSLATE dobj [FROM CODE PAGE cp1] [TO CODE PAGE cp2]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. TRANSLATE dobj [FROM NUMBER FORMAT nf1] [TO NUMBER FORMAT nf2]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; your command is obsollete&lt;/P&gt;&lt;P&gt;(my rel. is SAP ERP 5.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776260#M334852</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-01-03T11:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776261#M334853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be you could try this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCP_TRANSLATE_CHARS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where you can specify source codepage and target codepage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776261#M334853</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-01-03T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776262#M334854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Raja!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this function module we could find out that our code page is possibly incorrect now.&lt;/P&gt;&lt;P&gt;It is the code page for our target!&lt;/P&gt;&lt;P&gt;The result when using the FM is: Codepage is empty!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my next question is: where to maintain code pages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me a hint or more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776262#M334854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776263#M334855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this online help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/74/57453c3ff4110ee10000000a11405a/frameset.htm"&amp;gt;Creating a Code Page&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776263#M334855</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-01-03T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776264#M334856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like I have some work for this afternoon learning something new! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more questions are open but they will be easier to solve when we are not running through total darkness!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776264#M334856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776265#M334857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776265#M334857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from 4.6 to ECC700 - error with command TRANSLATE CODE PAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776266#M334858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad i could help. do get back if you still have problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-from-4-6-to-ecc700-error-with-command-translate-code-page/m-p/1776266#M334858</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-01-03T12:22:45Z</dc:date>
    </item>
  </channel>
</rss>

