<?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 Changing the system language without logon in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017064#M1497509</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;I'm looking at a web application which allows a SAP user to logon using basic authentication (username/password). Therefore, the logon language will be chosen by default. The application also maintains its own user settings in a Z-table, in which the user can change the application language. This leads to an inconsistency:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) all texts (labels, longtexts etc.) will be read correctly using the application language&lt;/P&gt;&lt;P&gt;b) any error messages that might occur as a result of MESSAGE statements or exceptions will be in the logon language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given that no language can be specified upon logon, I'd like to be able to set the system language to always equal the application language. Would it suffice to set the variable sy-langu? Is there a better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jun 2010 08:32:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-25T08:32:03Z</dc:date>
    <item>
      <title>Changing the system language without logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017064#M1497509</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;I'm looking at a web application which allows a SAP user to logon using basic authentication (username/password). Therefore, the logon language will be chosen by default. The application also maintains its own user settings in a Z-table, in which the user can change the application language. This leads to an inconsistency:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) all texts (labels, longtexts etc.) will be read correctly using the application language&lt;/P&gt;&lt;P&gt;b) any error messages that might occur as a result of MESSAGE statements or exceptions will be in the logon language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given that no language can be specified upon logon, I'd like to be able to set the system language to always equal the application language. Would it suffice to set the variable sy-langu? Is there a better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017064#M1497509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T08:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the system language without logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017065#M1497510</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;I don't think it is possible to change system language without logon,&lt;/P&gt;&lt;P&gt;In your case , you can synchronise the user setting to sap user master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017065#M1497510</guid>
      <dc:creator>pole_li</dc:creator>
      <dc:date>2010-06-25T08:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the system language without logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017066#M1497511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the hint. This would imply that any SAP user had the authority to change his master data. Would this be the usual thing? Would it be possible to selectively grant authority to change only the relevant parts of the user master data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 09:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017066#M1497511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the system language without logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017067#M1497512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you run a backgroud program to synchronise the user setting to SAP(Say, every day), then you don't need to grant authorization to end user.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 09:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017067#M1497512</guid>
      <dc:creator>pole_li</dc:creator>
      <dc:date>2010-06-25T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the system language without logon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017068#M1497513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that will probably serve as  a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should add that in a web application, even if it does not have a language field on the logon screen, it is still possible to influence the logon language through the HTTP header &lt;EM&gt;accept_languages&lt;/EM&gt;, cf. [Determining the Logon Language|http://help.sap.com/saphelp_nw04/helpdata/en/85/81033c42663b34e10000000a11402f/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 10:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-system-language-without-logon/m-p/7017068#M1497513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T10:10:10Z</dc:date>
    </item>
  </channel>
</rss>

