<?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: Text element translation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607318#M597719</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;To solve this problem you can "translate" your text to same english text&lt;/P&gt;&lt;P&gt;in SE63 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yossi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2007 08:18:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-08T08:18:15Z</dc:date>
    <item>
      <title>Text element translation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607315#M597716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several text elements in my BSP application and there is no translation for them. When I logon in the portal in English, everything works fine but when I logon in other languages, there is no translation.&lt;/P&gt;&lt;P&gt;Is it possible to set default language English?&lt;/P&gt;&lt;P&gt;If no tranlsation exist, display english translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Karim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 08:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607315#M597716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T08:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text element translation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607316#M597717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text element maintenance is a tool in the ABAP Workbench that makes it easier to maintain program texts in different languages. Any text that a program displays on the screen can be maintained as a text element. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintaining Text Elements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this tool to create, maintain, and translate text elements for your program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text elements include: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List and column headers that appear in ABAP lists&lt;/P&gt;&lt;P&gt;Selection texts on selection screens&lt;/P&gt;&lt;P&gt;Text symbols that you use with the WRITE statement. &lt;/P&gt;&lt;P&gt;See also the text symbol documentation in the ABAP User's Guide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text elements are stored separately from the program in language-specific text pools. Your program automatically uses the text elements in the user's logon language. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create and maintain text elements without having to change the source code of your program. You can also create standard text elements that you can copy and use in other programs. If you work exclusively with text symbols, and do not hard-code any texts in WRITE statements, your programs will be fully multilingual. All you then need to do is to translate the text elements from their original language into the required foreign languages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Translators can use the ABAP Workbench to translate the text pool of the original language into other languages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List and column header creation and maintenance &lt;/P&gt;&lt;P&gt;Selection text and text symbol creation and maintenance &lt;/P&gt;&lt;P&gt;Selection text and text symbol comparison &lt;/P&gt;&lt;P&gt;Text element copy &lt;/P&gt;&lt;P&gt;Text element translation&lt;/P&gt;&lt;P&gt;Starting the Text Element Maintenance Tool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several ways of starting the text element maintenance function: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the R/3 initial screen, choose Tools--&amp;gt; ABAP Workbench &lt;DEL&gt;&amp;gt;Development&lt;/DEL&gt;&amp;gt; Programming environ. --&amp;gt; Text elements.&lt;/P&gt;&lt;P&gt;From the Repository Browser, choose the Program objects for a program and select Text elements. &lt;/P&gt;&lt;P&gt;From the ABAP Editor, choose Goto--&amp;gt; Text elements. &lt;/P&gt;&lt;P&gt;From the initial screen of the ABAP Editor, enter the program name. Then, in the sub-objects group box, select Text elements, and chose Display or Change. &lt;/P&gt;&lt;P&gt;All of the above lead to the ABAP Text elements screen: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link it is best with screen shots&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.mis.cmich.edu/sap-abap/abap05/sld019.htm" target="test_blank"&gt;http://sap.mis.cmich.edu/sap-abap/abap05/sld019.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a05eb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a05eb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a0beb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a0beb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a0eeb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a0eeb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a08eb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a08eb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a11eb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a11eb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a14eb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a14eb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a17eb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a17eb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 08:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607316#M597717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T08:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text element translation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607317#M597718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set your language in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LANGUAGE &amp;lt;lg&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here for informations&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_webas620/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm"&amp;gt;http://help.sap.com/saphelp_webas620/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 08:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607317#M597718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T08:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text element translation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607318#M597719</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;To solve this problem you can "translate" your text to same english text&lt;/P&gt;&lt;P&gt;in SE63 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yossi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 08:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607318#M597719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Text element translation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607319#M597720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there no way to make English as default language?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 08:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607319#M597720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T08:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text element translation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607320#M597721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at my previous answer :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LANGUAGE &amp;lt;lg&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 09:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-element-translation/m-p/2607320#M597721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T09:03:59Z</dc:date>
    </item>
  </channel>
</rss>

