<?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: SET LANGUAGE for abap dynpro elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227693#M1912014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="qtext"&gt;SET LANGUAGE&lt;/SPAN&gt; statement does not load the &lt;A class="grey" title="Glossary Entry"&gt;&lt;SPAN style="font-size: 10pt;"&gt;selection texts&lt;/SPAN&gt;&lt;/A&gt; of the language specified. If this is necessary, you should use the READ TEXTPOOL statement. The selection texts read in can then be displayed on the selection screen using the function modules SELECTION_TEXTS_MODIFY and SELECTION_TEXTS_DTEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2015 11:08:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-08-03T11:08:05Z</dc:date>
    <item>
      <title>SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227692#M1912013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a problem when trying to switch language in some custom report. Request is that one report will be displayed completely in English language when user language is different than German.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefor I'm using SET LANGUAGE coding. The report contains several dynpro with dynpro elements like texts, buttons and text elements. Unfortunately the SET LANGUAGE coding does not work for every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. I got a custom dynpro number 100 with a button and a text on it but it will not be translated in English, it stays in German. Translation with SE63 in screen painter fields is done correctly. I've put the SET LANGUAGE coding in LOAD-OF-PROGRAM, INITIALIZATION, START-OF-SELECTION and PBO of the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hint?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 09:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227692#M1912013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T09:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227693#M1912014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="qtext"&gt;SET LANGUAGE&lt;/SPAN&gt; statement does not load the &lt;A class="grey" title="Glossary Entry"&gt;&lt;SPAN style="font-size: 10pt;"&gt;selection texts&lt;/SPAN&gt;&lt;/A&gt; of the language specified. If this is necessary, you should use the READ TEXTPOOL statement. The selection texts read in can then be displayed on the selection screen using the function modules SELECTION_TEXTS_MODIFY and SELECTION_TEXTS_DTEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 11:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227693#M1912014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227694#M1912015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Rudra,but I'm not quite sure about the connection between these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the one side I got the &lt;STRONG&gt;textelements&lt;/STRONG&gt; which I can read with the READ TEXTPOOL statement into a table. On the other side I have the function SELECTION_TEXTS_MODIFY which allows me to change the &lt;STRONG&gt;dynpro texts&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need both, I need 1) to get and change the textelements and 2) to get and change the dnypro texts. So where do I get both, means 1) where to update the textelements and 2) where to select the English dynpro texts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 13:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227694#M1912015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227695#M1912016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I meant was that SET LNAGUAGE will do the job for you for the "Text Element". But selection screen elements text should be modified using READ TEXTPOOL and then those FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note READ TEXTPOOL reads all the elements including selection text which can be identified by ID = S in itab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;READ TEXTPOOL prog INTO itab LANGUAGE lang.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;Read the abap documentation help . I think you will understand. Get back if any more queries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;R&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 13:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227695#M1912016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227696#M1912017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm does not work right for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In itab of READ TEXTPOOL I do not find any dynpro elements, just the textelements with ID 'I' and the header with ID 'R'. I use a custom dynpro 100 with CALL SCREEN 100 and no default selection screen 1000. Maybe is this the reason for it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 13:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227696#M1912017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227697#M1912018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes will not work for Module pool. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 14:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227697#M1912018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T14:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227698#M1912019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try SET LOCALE LANGUAGE Option. If it works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not use it directly rather use these FM in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SCP_MIXED_LANGUAGES_1_INIT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCP_MIXED_LANGUAGES_1_SWITCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SCP_MIXED_LANGUAGES_1_FINISH ( Should be called at the end of program ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;R&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 14:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227698#M1912019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227699#M1912020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I'm not using module pool. It is functionally a report but calls several dynpros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the FM do not work. They made the same like SET LOCALE LANGUAGE and switch the the language like I want it, but as you said it does not have any effect on dynpro elements. I can see when debugging that the language is correctly switched to English but the dynpro elements stay German.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 07:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227699#M1912020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-04T07:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227700#M1912021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Yeah , but you want to update the dynpro elements not the report elements. &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;One option could be to create the dynpro elements in English and force the labels by hardcoded text in English. May be custom data elements without translation. I know it is not good and will not be flexible, but will serve your purpose and that is what you want to achieve.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I just tested it and it works.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 08:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227700#M1912021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-04T08:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227701#M1912022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm yeah, but it is not that flexible then. It should not be in English for every country, so I got the problem the other way round then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isnt there any function etc. where I get the the dynpro elements of a custom dynpro? All the ones I tried look like they work only for standard dynpro 1000 because they do not get any values &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1322/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 09:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227701#M1912022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-04T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: SET LANGUAGE for abap dynpro elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227702#M1912023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure there is any, cause I could not find any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can design two screen and based on the country call them accordingly. One having hardcoded text one with translation. You can have a custom solution to call the screen based on your need. In this way it will be flexible also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 09:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-language-for-abap-dynpro-elements/m-p/11227702#M1912023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-04T09:55:47Z</dc:date>
    </item>
  </channel>
</rss>

