Users by default logon language

Hi
I am trying to find out how many users logon to our global EEC5 system from different regions/countries, due to the lack of information entered in SU01 during the creation of users, I think the only reliable information to search on is 'Logon Language' in SU01 defaults, as we do setup the users to logon via their region logon language in the defaults, this should give me a rough guide at least !
Looking at SU01 and the reports in SUIM, I cannot find a report where I can search using logon language as the key? I've had a look in the technical information for field logon language in SU01 and the field name is LANGU, but when I use this field name in SUIM --> Users by complex selection criteria (RSUSR002) -- > field name LANGU and value as language key = DE for example no matching results displayed, even though we have over 00 users with a logon language default set as DE.
Does anyone know a way I can list the users by logon language set as their default?
Thanks for any help.

This details can be found from the Report RSUSR200 (users by Logon date and password chage). Please deselect all options and keep the following selected:
Users Valid Today
Users Not Locked ; Users Locked
Users with no incorrect Logon attempts
Dialog Users
Users with Productive password
Users with initial Password
users with deactivated password
Execute and check / download the list.
Regards,
Dipanjan

Similar Messages

  • Chinese Symbols in "Check Status" with Logon Language German

    Hello Colleagues,
    We have a strange problem in our Quality system (SRM 4.0). When a user from Germany (logon language "DE") logs on to SRM and clicks on "check status" several descriptions of the columns like "item description", required on", "status" and "price" are displayed in chinese charakter.
    In which table or transaction can I change those descriptions. We do have an UAT soon and this might look strange to the tester.
    Thanks in advance
    Jens

    not relevant anymore - upgrading to new release.

  • How to read user - logon language (Urgent)

    Hi All,
    I have written the below code to display the language in english if it exists if not in french & so on, but i would like to know how i can read the language in which the user has logged on & use that as the first criteria.
    Eg: S_SPRAS = User Logon language
    SELECT SINGLE MAKTX FROM MAKT INTO Y_MAKTX
      WHERE MATNR = MARC-MATNR
        AND SPRAS IN (S_SPRAS,'EN','FR','IT',' ').
    Hope my problem is clear, await inputs.
    Vivek

    Hi,
    Let me try to explain the problem
    Mtl-A, has description in 3 languages. (En, Fr, It)
    Mtl-B, has description in 1 language only. (It)
    Mtl-C, has no description
    First i want to check for a given mtl if description exists in the user's logon lang, if it does not, then check if description is maintained in English, if not check in French, if not Italian.
    Eg1: User logs-in with En language,
    Then the description for mtl-A is displayed in english, for Mtl-b description is displayed in Italian (as only italian description is maintained) & for mtl-c no description is displayed as it is not maintained.
    Eg2: User logs-in with It language.
    Then description for Mtl-A & B is displayed in Italian & for mtl-c it is blank as no description exists
    But when i use the below code, the system by default picks up EN which is my default lang, even if i login in French or Italian lang, the description is shown in english only.
    SELECT SINGLE MAKTX FROM MAKT INTO Y_MAKTX
      WHERE MATNR = MARC-MATNR
        AND SPRAS IN (SY-LANGU, 'EN', 'FR', 'IT').
    Hope i was able to put across my problem clearly.
    Await inputs.

  • Changing the default keyboard language for all users via command line

    I have about 250 computers, that I set the wrong default language on.
    I am hoping someone here can help me. I have 3 keyboard languages installed in my labs,
    En-English (United States)
    Fr-French (Canada)
    En-English (Canada)
    I'd like to make the Fr-French (Canada) the default keyboard language for all users that login I have tried the following xml but it's not working. I do not see the problem any help would be appreciated.
    I tried to run it by doing this
    control intl.cpl,, /f:"FR-DefaultKeyboard.xml"
    The following code below is called FR-DefaultKeyboard.xml file.
    <gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">
    <!--User List-->
    <gs:UserList>
    <gs:User UserID="Current"/>
    </gs:UserList>
    <!--User Locale-->
    <gs:UserLocale>
    <gs:Locale Name="FR-CA" SetAsCurrent="true"/>
    </gs:UserLocale>
    </gs:GlobalizationServices>

    <gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">
    <gs:UserList>
    <gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/>
    </gs:UserList>
    <gs:InputPreferences>
    <!--English US EN-->
    <gs:InputLanguageID Action="add" ID="0409:00000409" Default="false"/>
    <!--French CA CA FR-->
    <gs:InputLanguageID Action="add" ID="0c0c:00000c0c" Default="true"/>
    <!--English CA EN-->
    <gs:InputLanguageID Action="add" ID="1009:00001009" Default="false"/>
    </gs:InputPreferences>
    </gs:GlobalizationServices>
    This worked, thank you

  • Using JSP Get User's Default Language

    Hi!
    I have to get the User's Default language using JSP that the client is accessing website and u want to rederict him automatically to his default language which he is using. Like in google aur other websites.
    If it is also possible in Javascript then it is also acceptable for me.

    this can only be done if the request has the Accept-Language header set. You can read this using either request.getHeader("Accept-Language") or request.getHeaders("Accept-Language") for an enumeration of all the languages that the user will accept. Look at this page for details on the Accept-Language header: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Note that the user agent (browser) does not have to provide this information (my Netscape browser does not, and I always get English from Google. My IE browser does, so I will get German if my default lang is set for German).

  • Urgetn - User Decision Text in logon language

    Hi,
      I am using a user decision step in my workflow with the workitem text 'Select one of the following'. I want to <b>display the text in logon language .</b>
    Can anyone tell me how to do this???
    Thanks,
    Sivagami

    Hi,
    As I thought if I metion as 'Urgent' it will be answered quickly. Hereafter I wont do this...
    Do we need to do the specified setting for each user separately? Is there any other way of doing it all together?
    Also will this setting also applicable for workflow in the logon language??
    Also the setting is changing only the translated texts & not the standard text like 'Cancel and keep workitem in inbox'.
    Thanks,
    Sivagami
    Message was edited by:
            sivagami rathinam

  • Supress default logon box after invalid logon via SSO

    Hi,
    We are using SSO to authenticate to the database. If the SSO authenication fails, Oracle Forms automatically brings up the default logon box. For example -
    A user registers and their userid and password are stored in the OID. The user's password is then reset by a DBA. The next time the user tries to access the application, the credentials stored in the OID are incorrect. The on-error trigger in the form fires and brings up an error message. Then the default logon box pops up. I would like to just display a message and then exit the form. I do not want the user to have the option to enter a userid and password. I have tried putting an exit_form in the on-error trigger, but it says that exit_form is a restricted procedure. No other triggers fire before the default logon box pops up.
    Does anyone know how I can supress the default logon box?
    Thanks,
    Kim

    Hi Caíque,
    Yes, we allowed pop-ups  and cokies in the browser and disabled the firewall.
    When we click a button on the CRM UI in internet explorer, the error message is
    -Invalid argument
    "http://acsmrcrm03.com:8000/sap(====)/bc/bsp/sap/bsp_wd_base/popup_buffered_frame_cached.htm?sap-client=100&sap-language=EN&sap-domainRelax=min"
    -Object does not support this property or method"

  • SAP CRM to ECC - SSO Configuration - Logon Language Setup

    Hi All,
    I am a BASIS consultant currently handling one CRM project. I need a help in configuring SSO between CRM and ECC. Now SSO is not configured, so When I click on the External Link created in CRM calling an ECC transaction, it requests for Client/UserID/Password/LogonLang for the ECC system. Here it takes Logon Language as same as what I have logged in CRM. Hope once SSO configured it will check only for the userID and log into ECC without requesting any further details. But the issue here is we are planning to have additional languages in CRM but not in ECC. So whenenver user logs in CRM with language other than EN - english (eg. FR), and when tried to login to ECC with the external link from CRM, by default ECC login needs to be logged in with language EN, as FR will not be available in ECC. I do not find any logon language configuration in SSO, how can we achieve this, logging into language FR in CRM, logging in EN when clicking External ECC link? Configuring Logon Data defaults (in SU01) in ECC, restricting to logon language EN, will not help I hope. Please advise.
    Thanks in advance.
    Regards,
    Shahul

    Hi Srikishan,
    Thanks for the response. When user from CRM logged in another language than EN for eg. FR, clicks on external link in CRM, takes to EN, only if that language FR is not installed in ECC, else it will take to the same language in which CRM user logged in. This cannot be controlled in SSO configuration. Is this correct?
    In case if FR is installed in both the systems, ie CRM and ECC, but user wants to log only to EN when clicked the external link(to ECC) from CRM, how we can configure this, Is any parameter can control or SSO setup configuration available? Please advice.
    Regards,
    Shahul Hameed

  • MII ignores SAP ERP logon language settings

    Hi everybody,
    I have currently a problem with the logon language of MII (to sap erp).
    I call a function module with rfc and I get standard error messages in englisch which is not really a problem for me but the messages are saved and a user has to look at them.
    What I did: I changed the logon language in MII SAP server editor to "DE" but the messages are still in english. If I call the function module direct in SAP with my user with the german logon language the error messages are saved in the german language.
    Thanks for your help.
    Regards,
    Matthias

    Michael,
    yes they are set to DE (we tried it also without an language setting - default of our SAP system is DE).
    The BAPI_MESSAGE_GETDETAIL helps us a lot, thank you for that, but it is not very nice. We don't need it in a different language we always want it in the german language.
    As a workaround we will now ask if sy-langu = 'E' call BAPI_MESSAGE_GETDETAIL in our function module with language 'DE'. That is not really nice but it works.
    So if you have another idea what there could be wrong it would be glad to hear from you.
    Regards,
    Matthias

  • Logon Language in Java WebDynpro iViews

    Hello,
    I do not see the Logon Language or Forced Language parameters on the standard delivered Java WebDynpro iViews at all. I want an iView to always open in EN regalrdless of the Browser language. I can do that in ABAP WebDynpro and URL iViews; any idea how the same can be done on the JWD iViews?
    Thanks,
    Nakul

    Selecting English locale in IE is the only easy way to ensure the langugage is always English
    There may be ways to try to set the language to english for
    I have seen some situations where the JCO is defined in language English
    - however if the user can still change IE locale - this might supercede any default languages
    set in SAP or produce mixed results
    Best wishes
    Stuart

  • How to set default logon domain RD Gateway and/or RD Web

    I'm using Win2k8 R2 servers with WinXP clients.  When I logon to the RD Web page, and again to RD Gateway, I -have- to enter domain\username to authenticate.  Anyone know how I can set the default logon domain?  My users don't even know how to spell their username most of the time, let alone what domain they're in, and I only have one domain. 
    Thanks
    Mark

    Hello Mark,
    Thanks for your feedback.
    Based on your reply, I understand that you want to add a default domain name into Remote Desktop Web Access page, which helps the clients to know the domain their accounts are in.
    You can finish this task by customizing the default login page shipped with Remote Desktop Web Access services role. However, we don’t recommend you to do that in general, because:
    ·          The customization of the system-shipped page may cause unexpected risk or instability.
    ·          The future updates or service packs for related products may overwrite the modified version you customized.
    Based on the factors above, if you really need to do this customization, please note to backup both the original version and modified version of the login page, during the following customization steps:
    1.     Login to the Remote Desktop Web Access role-based server with local administrative permissions.
    2.     Navigate to the following location:
    %windir%\Web\RDWeb\Pages\<The Language of Your Location>\
    3.     Backup the login.aspx file to another location.
    4.     Right click the login.aspx file, and select Edit. The file will be opened with Edit status in your default HTML editor.
    5.     Change the original code section:
    <input id=”DomainUserName” name=”DomainUserName” type=”text” class=”textInputField” runat=”server” size=”25” autocomplete=”off” />
    to be:
    <input id=”DomainUserName” name=”DomainUserName” type=”text” class=”textInputField” runat=”server” size=”25” autocomplete=”off” value=”domainname\” />
    6.     Save the modification. Backup the modified version.
    Please test the issue again after the steps above. Let us know the result if possible. Thanks for your cooperation again.
    Lionel Chen
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact [email protected]

  • Hi All,i am currently working on a flex application that will allow the user to change the language

    Hi All,i am currently working on a flex application that will allow the user to change the language within the application from english to Japanese and vice versa. And everything works fine.
    I am using flex 4.5
    We allow the user to save records with english or japanese texts.
    problem
    When the user manually enters Japanese text and tries to save it the record defaults back to the default name (which is in english). But if you copy the entered text and paste it and then save it.It works fine.
    Any idea , why this is happening?
    Please let me know if the question is not clear.
    Looks like there was already a bug
    https://issues.apache.org/jira/browse/FLEX-28894?page=com.atlassian.jira.plugin.system.iss uetabpanels:all-tabpanel
    Not sure why does it say , Resolved .
    -KB
    Message was edited by: bKartik.b

    By Payal integration , you mean paypal button html ? or payment gateway setup etc ? If its a gateway configuration for your site domain then single page for all layout will work , but if you are using button code for all renditions then you would need to create separate pages for all.
    Thanks,
    Sanjit

  • Change default logon/startup/lock screen in windows 8 pro

    Hi,
    I want to change my default logon screen, the one that appears when I boot. I have changed the lock screen within my account, but I can't change the one (that I beleive is) for the default user. I have seen some complicated steps to copy over a file
    in systemdata folder for the default user profile, but It seems really awful to do it in my notebook (which is not joined to a domain, and it is Windows 8 Pro). So, is there a simple way to do it? Why my personalized lock screen isn't shown?
    Regards,
    MarianoC.

    Thanks MarianoC, you got me closer to solving my lock screen problem.  Sorry about your lock screen presets issue, glad that is not an issue for me, as I see you have given up.  I wanted to post my more detailed solution description
    here, since this was one of the fist places I landed while researching this.
    I fixed mine by replacing the default Lock Screen image files. 
    You can find them here C:\ProgramData\Microsoft\Windows\SystemData\S-1-5-18\ReadOnly  
    Caution---You have to have hidden files visible, and you also have to understand how to take ownership of folders and assign ownership and permissions (it's not that difficult, search if
    you don't know how).
    I had 2 folders in that location W and Z;
    The W folder already had my selected Lock Screen picture. 
    The W folder may have been the result of a previous tweak I tried, it had the newer photo I had selected already, if your W doesn’t have your photo and you have issues maybe replace it too.
      If you don’t have a W folder I wouldn’t sweat it for now.
    I had my luck with the Z folder, it contained the default space needle picture in 2 versions; dimmed and plain (I didn't look for a visual difference). 
    I replaced both of them with my chosen lock screen picture.
    There are 2 ways to do this;
    1st is to rename your original file (add a 1 to the name, you can go back to original easier this way). Replace it with picture of your choosing with the exact same name as original. 
    You must assign full permission to the system account. 
    Warning. This method seems safer but I could not figure out how to assign permission to the trusted installer account, which existed previously for this file, this could inhibit some future compatibility.
    2nd way preserves system and trusted installer permissions. 
    Create your lock screen pictures in a separate folder, with exactly the same names as your 2 original files. 
    Copy/Paste the files into the Z folder, you will get asked to replace existing. 
    If you say yes it should preserve security settings but update the photo.

  • How to allow user to select multiple languages in ESO

    Hi Expert,
    I need your help on ESO languages capability.
    I need to allow end user to change language options like from english to chinese or from chinese to spanish. Now we have this option only tied to profile like user can select only one language in profile in "display langauge" option.
    Please help me how to do this in ESO as i am new to this application.
    Thanks much for your cooperation and help in advance.
    Regards,
    Gurvi.

    use transaction SE63 in order to translate the texts -> menu Translation / ABAP Objects / Short texts then choose OTR in tree
    to find object name, use the matchcode and specify the development class (or package) as collection
    SAP will display texts according to logon language of user

  • Character Set based on Logon Language

    Hi expert,
    We have an issue here after upgrade from ECC5 to ECC6.
    - In ECC5 (non-unicode), if we login with language ZH (chinese), the character set automatic set to Simplified Chinese.
    - In ECC6(unicode), if we login with language ZH (chinese), the character set remain be Western European.
    How can we set the system to automatic set the correct character set based on user logon language?
    Currently in ECC6, user have to go to application toolbar -> Customize Local Layout -> Character Set to select the correct character set.
    Any advice will be very appreciate.
    Thank you.

    Hi,
    Does someone has any idea on my issue?
    Thank you.

Maybe you are looking for