Maintain user profile t-code

Can any one please tell me the t-code or path to reach user profile where we have decimal settings, date settings ect.
Thanks.

In the main menu go to:
System -> User Profile -> Own Data
In the tab strip Defaults change the format that you want
Edited by: Alvaro Achin on Nov 11, 2008 4:01 PM

Similar Messages

  • Settings in SU3--Maintain User profile

    Hi Everyone
    I am facing an issue in export transaction
    In SU3 we maintain user profile
    In default tab we maintain Decimal notation
    We have maintained 1,234,567.89 which working for Indian scenario
    While doing transaction for Export transaction however when i enter 10,000.00000 USD as invoice value in the o/p it shows as below
    10,000,000.00 but while converting into words it is correctly displayed as USD Ten thousand Only
    This is because the entry in the table VBRK is going as 10,000,000.00
    Is there any other specific setting by which I can change this display as 10,000.00000 in the o/p
    Thanks and Regards
    Sunil

    hi,
    when i enter the order quantitty as 100 then in my net value field is capturing as 10,000.00 only.
    in my SU3 also it is as 1,234,567.89. i am working for INDIAN and USA support here.
    please check the same with BASIS person and update the forum
    balajia

  • Maintaining user profiles when upgrading from v24 to newest version 36.X - Enterprise

    Hi,
    Im going to upgrade the Mozilla Firefox for about 500 users ish. The current version is 24.0 and we are upgrading to the newest version 36.0 something.
    But the question is, how do I maintain all of the user settings when doing this upgrade? It is not an option to upgrade using the application itself. We have a centralized Config Mgr 2012 R2 solution. And I need to keep all of the user profiles with bookmarks, saved passwords, etc etc as it is today. The current version they are using have a few restrictions made with predefined and locked prefs in forms of automatic update, homepage, disabling the send data to Mozilla and so on, basically all of the standard enterprise configuration when you want to controll how the browser is for the users.
    I've read a few articles on where to find spesific files, and what they are containting of information for the profile. But when doing a uninstall of the current version mozilla also removes whatever is stored in %appdata%\mozilla firefox\...profiles..
    Is it even possible to "transfer" profiles for Version 24 to the newest version 36.something? Also, this needs automation, its not an option to manually restore each profile from "backup" for about 500 users. All profiles are unique.
    Client computers are running Win 7 - 64bit OS.
    Best Regards

    To answer your question, when you update from 24 to 37 (the actual latest version) your profiles will migrate automatically, there should be no action needed on your part. We try to minimize profile breaking changes, so between versions 24 and 37 there is no need to do any special migration (that is only really a need when going from Firefox 3.6 or older to the latest version).
    HOWEVER, since you are an enterprise and it looks like you only do upgrades every so often, I'd suggest you look into Firefox for Enterprises. https://www.mozilla.org/en-US/firefox/organizations/
    This version only updates major versions once a year (so from Firefox 10 to 17, from 17 to 24, from 24 to 31, from 31 to 38) but it comes out with regular security updates every 6 weeks. This way you don't have to continually re-certify Firefox major versions every 6 weeks, and can simply let automatic updates push out security updates to your users every 6 weeks (With your current model your users are vulnerable to all security holes found until you push the next major update). Then, next year, you have a 12 week overlap between versions to test and make sure nothing breaks before you push to the next major version.
    There is also a mailing list for you to get help and advice with specific Enterprise issues.
    If you decide to go this route (which I would strongly advise) then I'd suggest you wait for a couple of weeks until Firefox 38 comes out, the next ESR version. Then you can certify and not have to worry about deployments until 45 next year!

  • Problem User Profile - Release Code PR

    Hi all,
    I have a situation with release code, a user has in his profile:
    ZIBI_MM_LIB_REQ_RO this role is for
    Release code                   RO
    Release group                  * 
    When i release the PR from RO it goes to RF.
    This user DON'T have the RF role in his profile:
    ZIBI_MM_LIB_REQ_RF
    Release code                   RF
    Release group                  * 
    But he can release the RF too.... how i block him from doing that.
    Regards,
    Dalmo Costa

    Tnks the transaction was very helpfull i didnt know it...
    I'm ABAP and my profile knowlegde is limited, the MM person already discover what was going on, the user has another profile giving him acess to all codes.
    Best Regads,
    Dalmo

  • IAM-3056160:Modify User Profile request cannot set or change attribute Job Code, since it is not defined in the corresponding data set.

    I am trying to modify the value of the field "Job Code" through API I am getting the following error.(OIM11gr2). I do not get this error when updating the other fields. There is a field by the name USR_JOB_CODE in the database. When I poked around I found that there is no Job Code field in the User Form. Any ideas?
    IAM-3056160:Modify User Profile request cannot set or change attribute Job Code, since it is not defined in the corresponding data set.:Modify User Profile:Job Code
    oracle.iam.identity.exception.ValidationFailedException: IAM-3056160:Modify User Profile request cannot set or change attribute Job Code, since it is not defined in the corresponding data set.:Modify User Profile:Job Code
           at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
           at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
           at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
           at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl_1036_WLStub.modifyx(Unknown Source)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
           at $Proxy2.modifyx(Unknown Source)
           at oracle.iam.identity.usermgmt.api.UserManagerDelegate.modify(Unknown Source)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke

    THanks for your reply. Here is the snippet from User.xml that contains info about job code.
    <entity-attribute>Job Code</entity-attribute>
    <target-field>usr_job_code</target-field>
    <field name="usr_job_code">
    <type>string</type>
    <required>false</required>
    </field>
    <attribute name="Job Code">
    <type>string</type>
    <required>false</required>
    <searchable>true</searchable>
    <multi-valued>false</multi-valued>
    <MLS>false</MLS>
    <multi-represented>false</multi-represented>
    <attribute-group>Basic</attribute-group>
    <metadata-attachment>
    <metadata>
    <name>multi-valued</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>user-searchable</name>
    <value>true</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>category</name>
    <value>Preferences</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>bulk-updatable</name>
    <value>true</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>read-only</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>visible</name>
    <value>true</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>encryption</name>
    <value>CLEAR</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>display-type</name>
    <value>TEXT</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>system-controlled</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>max-size</name>
    <value>512</value>
    <category>properties</category>
    </metadata>
    <metadata>
    <name>custom</name>
    <value>false</value>
    <category>properties</category>
    </metadata>
    </metadata-attachment>
    </attribute>
    I am able to retrieve the value of the Job Code attribute without any problem with the following code.
    System.out.println("JOB Code: "+user.getAttribute("Job Code"));

  • The NLS operation failed because the registry key Control Panel\International\User Profile cannot be opened. Error code is 2. Error message: The system cannot find the file specified.

    H,
    Since upgrading Windows server 2008 R2 to Server 2012 Standard edition, we get this repetitious critical error in the event log:
    Event 1001
    Op Code NLS initialization
    The NLS operation failed because the registry key Control Panel\International\User Profile cannot be opened. Error code is 2. Error message: The system cannot find the file specified.
    We originally found that the regional date settings after changing them in regional settings (DD/MM/YYYY) and they did not inherit properly from the upgrade but they are ok now. 
    I've looked at HKCU\.Default\Control Panel\International and nothing looks obviously wrong. Country codes, time & date formats are correct.
    How do we ascertain the  cause of this error and the specific registry key that might be problematic?

    Hi,
    This could be caused by firewall rules or security softwares.
    http://www.tomshardware.com/forum/242579-44-hkcu-control-panel-international-opened
    And in addition, the fix is worth a try.
    Nothing happens when you double-click "Region" in Control Panel 
    http://support.microsoft.com/kb/2958845
    Please Note: Since the first web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

  • To get plant field in my selection screen based on user profile maintained

    Hi All,
    I have plant (WERKS) field in my selection screen. Now I need to get the plant value maintained in the user profile for that user. So how to get the plant value based on the user profile.
    Please let me know if anyone having idea on this. I will reward to you with the valid points.
    Regards
    raghu.

    Hi Raghu,
    I have searched and found this information, check it may help you
    Check the SY-UNAME with the the name of the Plant
    User Plant user data take it from T001W table
    and All logon User data will be in USR02 table
    take the data from corresponding tables and check.
    If you are working in SRM
    Use FM BBP_READ_ATTRIBUTES to get the User plant after passing the User ID to the FM.
    in SUIM go to Users by Complex Selection criterion.
    In that there would be the Authorization Object..select an object which has the value plant in it and enter the value inthat....
    Also u can enter WERKS value as 1120 in the object field and get the list,
    Regards,
    Satish

  • How to auto populte selection screen for variant maintained in User Profile

    Hi,
    I have to auto populate selection screen of Custom Report , with the variant maintained in User profile of User .
    Helpful answers would be awarded .
    Thanks
    Umesh

    Hi,
    use the PARAMETER-ID clausole of the PARAMETERS / SELECT-OPTIONS instructions.
    See help for more informations.
    You have to know the parameter id of the field and also the parameters, must be tight to the right data element (example : parameters : p_mara like mara-matnr and NOT parameters : p_mara(18) ).
    Otherwise, use "get parameter id" in the initialization event to populate the selection screen.
    Bye
    Andrea

  • Rellease code assignment to the users profile

    Hi Experts,
    I have created Release strategy with the three release codes.
    How to assign these three relase codes to the respective users profile.
    Kindly explain ASAP.
    Thanks in advance
    Regards
    KRK

    Hi,
    PL take help of Basis person and ask him to create role -
    Add release Tcode in roles e.g. ME28, ME29N,
    And give authorisations in below objects -
    M_BEST_BSA <OBJ> Document Type in Purchase Order
    M_BEST_EKG <OBJ> Purchasing Group in Purchase Order
    M_BEST_EKO <OBJ> Purchasing Organization in Purchase Order
    M_BEST_WRK <OBJ> Plant in Purchase Order
    M_EINK_FRG <OBJ> Release Code and Group (Purchasing) - In this object give Release code and release grp authorisations.
    Then attach the role to user.
    regards,
    Rakesh

  • At first error code 205, Error code 1 when using new user profile

    Hi,
    I'm using Windows Professional 8.1 with CS6 installed.
    I now decided for CC, but as many other users I'm not even able to install it!
    On my admin account I get the error code 205 when trying to launch CreativeCloudSet-Up.exe.
    I read lots of similar posts and tried everything I found, e.g. creating a new Windows admin user profile - this broughtt me just one step further as the installers quits a little bit later with another error code (1).
    My PC is a Quad CPU with 2.4GHz, 8GB of RAM and a 512GB SSD - so technical limitations (as I figured out might be indicated by error code 1) shouldn't be an issue!
    And it is not even possible to drop an Email to Adobe Support as there is only chat and phone from Mo-Fr 9-17h - this is ridiculous...
    Anyway - why are there no more simple Download-Links for the Apps?
    Obviously Adobe seems not to be able to provide working installers - this whole CC thing is absolutely crap as I'm not able to use it!
    I'd really appreciate if someone who had/has the same problem(s) would come up with a solution - and please - no standard links to dummy Adobe support pages!
    Thanks a lot in advance and best regards
    Carsten

    Error 205 is an network connectivity issue.
    I guess you getting error message as "Installer Failed -Download appears to be corrupted (-60) "
    The recommend solutions are provided in the below link :
    https://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    Tips:
    1)If you are using Wireless/Wifi Internet , try with Ethernet wired connection .
    2)Disable FIrewall, if you are on office or managed corporate network, if it is not possible to disable Network FIrewall , try Adding ports list to network firewall Allow/Whitelist.
    3)Check whether the LAN settings is set to detect settings Automatically.
    4)Try with different Internet connection , possibly different Internet Service Provider.
    If face same issue even using different Internet Service Provider connection , you may contact Adobe Support and inform them regarding the issue.
    Because , it will be necessary to check log files like PDAPP , OOBELIB...etc
    However , for time being , it is smart to install and use the Apps using alternative method .
    There is a direct download links for all CC apps .
    http://prodesigntools.com/adobe-cc-2014-direct-download-links.html
    let me know if you need any help
    Let me know if you are office network or any managed network , I will provide you list of Adobe ports .

  • Transaction VL10 - Assigning user profiles & scenarios to specific users

    Hi Experts
    I have define a user profile 'Z103' (a copy of 0103) and assigned it to a scenario '0103' via Logistics Execution --> Shipping --> Worklists in the Implementation Guide.
    I have also maintained paramenter Id 'LE_VL10_SZENARIO' and parameter value '0103' for the specific user via transaction 'SU3'.
    The result that i am getting for this user is a default role/profile 'Z103' which is correct and default scenario 'VL10' which i think is incorrect. I expected the default scenario for this user to be '0103'.
    Please advise if there is any missing config or master data.
    Thanks, Felix

    Hello Felix,
    The default parameter id LE_VL10_SZENARIO  .  
    Your settings:  
    LE_VL10_SZENARIO  =  '0103'  
    In transaction, VL10CUV  scenario '0103'  =  'Z103'
    Now if you run the VL10 transaction, by default the system takes the scenario '0103' automatically and determines the user role based on the assignment to the scenario in transaction VL10CUV.
    Yes, you are right the system shows the user role 'Z103' correctly but shows VL10 as scenario. This is because of the default parameter id used in SU3.  There is no mistake, and the program is hardcoded like that.
    You can see below the program details:
    You can see where the assignment takes place here:
    Main program     SAPLV50R_PRE
    Source code of   LV50R_PREF04
    PROFIL_DATA_COMPLETE
    Determine szenario name
      PERFORM szenario_determine USING    if_szenario
                                 CHANGING cx_list_profil-szenario.
    Kind regards,
    ALV Ramana

  • Is PGI date beased on system date or user profile time zone date?

    Hi All,
    When doing PGI what date system will take as Actual good issue date ? whether the System Date or User local Time zone date which maintained in User profile. If you have any idea on this please share.
    Regards,
    Lakshmikanth

    Hi,
    You need to check with the basis team for settings this to your local time.
    You can also check the field Personal time zone of the user in t.code SU01. I am not sure this will update the timings in the database when the user performs some action.
    Regards

  • Web - What is easiest way to implement User Security and User Profiles

    Hi, I am new to these forums and kind of new to Java. Sorry if this is in the wrong forum!
    Bit of background to my experience with java
    I have been playing about with java for a number of years and have created a few basic programs such as a screen shot tool that allows you to capture to default locations and look at previews first etc. I am now venturing into web related stuff. I work in IT doing systems testing and have done bits of basic development on various things.
    What I've done so far
    I am using Netbeans IDE 6.7 and MySQL 5.0
    I am trying to learn more complex java and have decided to try build a basic web / database system that basically implements adding / amending / deleting data from a MySQL database through web pages. I am now trying to implement basic user access and profiles. I have so far got the following:
    - MySQL table with user info - username / password
    - JSP page with usual login stuff
    - Servlet that validates the username and password - if correct forwards to main menu page.
    Its as simple as that - there is nothing stopping you just typing in the URL of the main menu page and going from there.
    What I want
    I am wanting to eventually get the following:
    - User authentication so that you have to logon before you can access anything else
    - User profiles that determine what each user can or can't do, restricting the pages / services / options available (i.e. normal user can't delete etc)
    - Would it need some sort of session manager to allow multiple users etc?
    I appreciate this is a fairly open question but what is the easiest way to start implementing this? Not after specific code as I would prefer to try figger things out myself, but a point in the right direction would be great. It doesn't have to be extremely secure as this is just for me at the minute.
    I have spent all day looking at things like session data / url rewriting / security settings in web.xml / bespoke servlets and am now in java overload!

    Hi everyone,
    I've now actually gone back to the tutorial that I linked to above and implemented that using form login and j_security_check.
    Agree with Saish, and although I don't know enough about the other options to give a good reason, using realms and j_security_check just seems to be a bit cluncky and messy. I would also prefer something a bit more generic, that doesn't rely on setting users in glassfish, hence why I started with my own user table.
    Anyway, I will leave it as is for now and maybe come back and try one of the other options.
    The only problem I can see now is that to add users i will need to go through all the steps of adding users in glassfish and web.xml... Is there a way to do this through a servlet or something so I can have a jsp page to add users that also creats all the other bits for it to work?
    Thanks everyone for your help

  • Windows Server 2012 R2 RDS + User profile Disks + App-V = Explorer.exe crashing all of the time

    I have built a new RDS farm on Windows Server 2012 R2 with two Session Hosts and a combined Connect Broker/Web Access server. I had the farm up and running with User Profile Disks and all seemed OK. However, as soon as I installed the App-V 5.0 SP2 RDS
    client on the session hosts, the explorer.exe process started crashing for any user logging in via the Web Access site. The process crashes and restarts every five to ten seconds. It's the same for administrators. If they log in via Web Access explorer.exe
    crashes, but if they RDP directly to one of the session hosts explorer.exe is fine. If I reboot the session hosts, then the first user to log in via Web Access has a stable desktop session (and appears to have a new profile as well). However, if that user
    logs out and back in again, explorer.exe starts crashing again. The only applications I have packaged at the moment are Office 2013 and Firefox.
    I tried disabling User Profile Disks, but this caused a whole bunch of other problems and I eventually lost the ability to log in at all via Web Access (errors about the user profile service). As this is a small pre-production environment I completed scrapped
    all of the servers and rebuilt from scratch. Again, everything appeared fine until I installed the App-V client, then explorer.exe started crashing repeatedly for all users.
    Has anyone come across this issue before? I have tried installing the App-V 5.0 SP2 Hotfix Package 2, but this didn't help. I have read in a few forums that App-V doesn't work very well with User Profile Desks, but I have not heard of this particular issue.
    Similarly, SP2 seems to have a lot of problems, so I am going to try removing App-V RDp Client SP2 and installing SP1. I ahev also deleted User Profile Disks for the test users to recreate their profiles, but this didn't help either.
    Any other suggestions welcome!

    I forgot to include the application event log entry for explorer.exe crashing:
    Faulting application name: explorer.exe, version: 6.3.9600.17039, time stamp: 0x53156588
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.17055, time stamp: 0x532954fb
    Exception code: 0xc06d007e
    Fault offset: 0x0000000000005bf8
    Faulting process id: 0xae8
    Faulting application start time: 0x01cfab3a273787fd
    Faulting application path: C:\Windows\explorer.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: 69210d77-172d-11e4-80c6-0050560102d1
    Faulting package full name: 

  • Reading User Profile Properties pragmatically in SharePoint 2010 Returns Null Values Although it has values returned from AD

    Reading User Profile Properties pragmatically in SharePoint 2010 Returns Null Values Although it has values returned from AD
    I configured the user profile service application and run Sync and user profiles and its properties returned from Active directory but when I want to read it pragmatically it returns null values.
    this is my code...
       void runQueryButton_Click(object sender, EventArgs e)
               // Get the My Sites site collection, ensuring proper disposal
                using (SPSite mySitesCollection = new SPSite("http://sp/my"))
                    //Get the user profile manager
                    SPServiceContext context = SPServiceContext.GetContext(mySitesCollection);
                    UserProfileManager profileManager = new UserProfileManager(context);
                    UserProfile profile = profileManager.GetUserProfile("Contoso\\user");
                    foreach (Property prop in profileManager.Properties)
                       // if (prop.Name == "Department")
                        resultsLabel.Text += prop.DisplayName + ":" + profile[prop.Name].Value + "<br />"; ;

     Hi,
    Please try with the following code
          PrincipalContext principalContext = new PrincipalContext(ContextType.Domain);
                                SPServiceContext context = SPServiceContext.GetContext(site);
                                UserProfileManager profileManager = new UserProfileManager(context);                        
      foreach (Property prop in profileManager.Properties)
                       // if (prop.Name == "Department")
                        resultsLabel.Text += prop.DisplayName
    + ":" + profile[prop.Name].Value + "<br />"; ;
    Thanks,
    Vivek
    Please vote or mark your question answered, if my reply helps you

Maybe you are looking for

  • Many external hard drives - stop asking to use Time Machine!

    I do a lot of video editing on my machine, and have a lot of clients' external drives plugging into my machine. Usually, we are doing this under a tight deadline, where every extra little mouse click counts -- and with each new drive, Time Machine al

  • Send Smartforms Output as pdf Attachment in E-Mail

    Hi! I've searched quite a long time and tried to use different examples I've found in the forum but it doesn't work for me. I tried to do the following: Send output of smartforms by mail to a specified e-mail adress. Sometimes there have to be sent 2

  • How does the iPod Touch Respond to Multiple Album Artworks?

    iTunes allows you to put more than one artwork as the file's album art ... does it ever cycle through them, or is it just "there", taking up precious bytes?

  • Condition type EDI1 in PO: Condition ignored (requirement 053 not fulfilled)

    Hi, I am trying to change price in condition type EDI1 of a line item, but I am getting following error: PO has AB confirmation and GR also has been done. Still getting this error. Please suggest how to rectify this. Thanks and Regards, D. Krishna Bh

  • Export Panorama in InDesign CS6

    Hi folks, This is my problem. I have this panorama photo in InDesign working. When i watch it in preview folio it works. Now i need to export it to get it the users. What way is the right way to export it and still have the panorama photo work? I hop