<?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 return message using - TEXT Elements run time language change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413895#M1548448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am using text element in bapi  for return messages, I want to chnage text elements language at runtime, to return message in particular language. Translations are already uploaded in system. I tried with set language. but its not working. is there any way to do so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Nov 2010 08:53:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-10T08:53:59Z</dc:date>
    <item>
      <title>return message using - TEXT Elements run time language change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413895#M1548448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am using text element in bapi  for return messages, I want to chnage text elements language at runtime, to return message in particular language. Translations are already uploaded in system. I tried with set language. but its not working. is there any way to do so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 08:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413895#M1548448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-10T08:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: return message using - TEXT Elements run time language change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413896#M1548449</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;Check with the basis team if the language is imported and supplement (client dependent) is done for that language.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 09:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413896#M1548449</guid>
      <dc:creator>Noorie</dc:creator>
      <dc:date>2010-11-10T09:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: return message using - TEXT Elements run time language change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413897#M1548450</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;U need to pick up the text element of report, try to use the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TEXTPOOL &amp;lt;PROG&amp;gt; INTO itab LANGUAGE &amp;lt;LANG&amp;gt;. 

Where &amp;lt;PROG&amp;gt; = SY-REPID and &amp;lt;LANG&amp;gt; is your language, the system will put all text element  in an internal table

DATA: ITAB TYPE STANDARD TABLE OF TEXTPOOL WITH HEADERLINE.

READ TEXTPOOL SY-REPID INTO ITAB LANGUAGE 'D'.

READ ITAB WITH KEY KEY = '010'.
WRITE ITAB-ENTRY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the solution above makes a sense if you need a text in a language different that logon one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 09:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413897#M1548450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-10T09:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: return message using - TEXT Elements run time language change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413898#M1548451</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;You need to translate the text so that when you login with that particluar language it will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 09:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-message-using-text-elements-run-time-language-change/m-p/7413898#M1548451</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-11-10T09:11:03Z</dc:date>
    </item>
  </channel>
</rss>

