<?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: Get the system language in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088235#M1358162</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;But why you do not want to use this FM ?&lt;/P&gt;&lt;P&gt;I distrust that exist others FMs, but if they exist it have use below logic:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
par_name         = 'zcsa/system_language'.
CALL 'C_SAPGPARAM' ID 'NAME'  FIELD par_name
                   ID 'VALUE' FIELD par_user_wert.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You may create own fm with this logic &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 07:25:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T07:25:17Z</dc:date>
    <item>
      <title>Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088227#M1358154</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;There is FM which can provide the system language which stored on RZ11 ?&lt;/P&gt;&lt;P&gt;i found this FM RSRA_GET_DEFAULT_LANGUAGE   ,&lt;/P&gt;&lt;P&gt;but i need other FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 18:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088227#M1358154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T18:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088228#M1358155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What release are you on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 18:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088228#M1358155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T18:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088229#M1358156</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 did not understand your question correctly but i think system language can be retrived from system variable sy-langu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 18:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088229#M1358156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T18:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088230#M1358157</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;sy-LANGU	will give you SAP logon language key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 18:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088230#M1358157</guid>
      <dc:creator>Noorie</dc:creator>
      <dc:date>2009-09-16T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088231#M1358158</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 working on release 7.0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088231#M1358158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T20:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088232#M1358159</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;Correct but if the system logon from WS call the session is opened with the caller language .&lt;/P&gt;&lt;P&gt;so it not help .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088232#M1358159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088233#M1358160</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;Try this snippet:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: par_name(60).
DATA: par_user_wert(60).
DATA: g_default_language type sylangu.

par_name         = 'zcsa/system_language'.
CALL 'C_SAPGPARAM' ID 'NAME'  FIELD par_name
                   ID 'VALUE' FIELD par_user_wert.
IF sy-subrc = 0.
  g_default_language = par_user_wert.
ENDIF.
WRITE: 'Default language is', g_default_language.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 04:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088233#M1358160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T04:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088234#M1358161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dzed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;but How i can find a FM that do this except RSRA_GET_DEFAULT_LANGUAGE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Nina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nina C on Sep 17, 2009 9:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 06:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088234#M1358161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088235#M1358162</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;But why you do not want to use this FM ?&lt;/P&gt;&lt;P&gt;I distrust that exist others FMs, but if they exist it have use below logic:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
par_name         = 'zcsa/system_language'.
CALL 'C_SAPGPARAM' ID 'NAME'  FIELD par_name
                   ID 'VALUE' FIELD par_user_wert.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You may create own fm with this logic &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 07:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088235#M1358162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T07:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get the system language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088236#M1358163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no Where-Used-List for this "logic" and if you do an F1 on the CALL ' ...statement you will see that the documentation is not meant to be encouraging... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would do a code scan for use of the statement by SAP and try to find a (preferably released) FM or method which encapsulates it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there isn't one, then I guess it is either not foreseen (or even illogical) or a functional deficiency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Nina: Is your concern that the user can logon with a language which is different to the system default language? So you actually want to make it a system mandatory language?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 07:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-system-language/m-p/6088236#M1358163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T07:33:59Z</dc:date>
    </item>
  </channel>
</rss>

