User name conflict

Hi All -
I created a new user JOE SMITH instead of JOHN SMITH. He logged on and saw his profile as JOE SMITH. I went in and corrected it back to JOHN SMITH and asked him to check. He replied back to me as negative. The SU01 screen shows him as JOHN SMITH. He replied back to me as may be in some Database, it might still be JOE SMITH.  How do i change it to JOHN SMITH in his " Goods receipt purchase order " or "Display Material Document "? The reason being, he sent me these 2 screen shots.
Thnx
Reel

> How do i change it to JOHN SMITH in his " Goods receipt purchase order " or "Display Material Document "?
You would need to change ALL of the PO's etc as well.
Joe is now a different user ID than what John is. Data created by John remains untouched.
Same goes for renaming user ID's.
Cheers,
Julius

Similar Messages

  • The Form of the Short User Name

    Hello,
    I have a quick question about setting up accounts, notably about user names, and specifically about the form of the short user name (the one used for the home folder).
    I’m going to have to set up a computer with Snow Leopard for someone who knows even less about this stuff than me, so I’d like to do it properly from the start in order to avoid any problems, either immediately or down the road.
    In Leopard (10.5), Apple clearly says that the short user name should contain only lower-case letters (http://support.apple.com/kb/HT1428). For example, if your full name is “Charlie Brown”, or just “Charlie”, then presumably your short user name would be “charliebrown”, or just “charlie”.
    However, I’ve read that Snow Leopard now supports short user names with capital letters. So, if your full name is “Charlie”, your short user name, and the name of your home folder, can also be “Charlie” (with a capital “C”). This change is apparently not documented by Apple (as mentioned here:
    http://www.tuaw.com/2010/01/02/ssh-and-the-case-sensitive-username-in-snow-leopa rd),
    and there is one previous allusion to it on these forums (here: http://discussions.info.apple.com/thread.jspa?messageID=10722806).
    The use of short user names with lower case letters seems to have been the rule for a long time. I’ve read that this practice is attributed to some kind of Unix convention, although I’ve no idea if this is true (and I’ve even less of an idea of the reasons why Unix might prefer just the lower case to the regular combination of upper and lower case). Anyway, the thing is that I’ve read of problems being created by using capital letters in the short user name, for example when restoring from Time machine (see the last comment on this page:
    http://discussions.apple.com/thread.jspa?threadID=2266359&tstart=225), and so I’m asking myself two questions:
    (1) Is the use of capital letters in the short user name definitely supported now by Snow Leopard?
    And, more importantly, (2) is there is a “best practice” in this regard? In other words, is the use of lower-case letters in the short user name really some kind of a convention, and is this the advisable way to set up a machine? Or does it not matter at all which case one uses in the name?
    As I mentioned, I’d simply like to get things straight from the start in order to avoid future problems, since I know that changing the short user name is not particularly advised.
    Thanks to anyone who might be able to shed some light on this detail to help me understand what is going on here.
    Best regards,
    Stephen

    Thank you, Kappy, for your quick and helpful reply to my (admittedly) not very quick question!
    It strikes me as odd that Apple would appear to make the use of both lower- and upper-case letters possible in the short user-name, leaving the possibility that upper-case letters might lead to some problems/conflicts down the line. It would be helpful if they'd provide some explanation about this. Anyway, as I said, I'm very far from being an expert in all this, and appreciate that people like yourself on these
    forums are willing to provide helpful feedback.
    Best regards,
    Stephen

  • "How to Line Items" - User Name giving RFC_ERROR_SYSTEM_FAILURE

    I have implemented the "How to Line Items" paper using Date and User Name.  When I created the function I just had 0DATE, created a planning modeler test scenario... Voila ... perfect.  I then when back and added 0UNAME to my cube, added the piece of code back into the class for user name, ran back through my planning modeler and now I am getting "Field symbol has not yet been assigned., error key: RFC_ERROR_SYSTEM_FAILURE"
    The short dump is occurring at "<l_chavl> = sy-uname" and says the following:
    This error may occur if
    - You address a typed field symbol before it has been set wit
      ASSIGN
    - You address a field symbol that pointed to the line of an
      internal table that was deleted
    - You address a field symbol that was previously reset using
      UNASSIGN or that pointed to a local field that no
      longer exists
    I looked in notes and 2 seemed to apply:  1057548 which seemed to follow my steps in creation, be we have implemented SP 15.  and 919850. 
    Could it be because the planning modeler has a fixed ABAP user entered in the BI_MODELDATA JCO destination and I am logging into the planning modeler with a different user ID so there is a conflict?  The short dump and the planning modeler created by shows XCOV775 but my login in XCOV673 for instance.
    Any help would be greatly appreciated.
    Cherie

    I don't understand what you are saying.  I used the How to Line Items code and just commented out some items.  This is what I have:
    FIELD-SYMBOLS: <l_chavl> TYPE ANY.
    fill ID
    ASSIGN COMPONENT 'BBP_OBGUID' OF STRUCTURE c_s_chas
                                    TO <l_chavl>.
    CALL FUNCTION 'GUID_CREATE'
    *IMPORTING
    ev_guid_32 = <l_chavl>.
    fill user - need to uncomment the bottom after adding in name.
    ASSIGN COMPONENT 'USERNAME' OF STRUCTURE c_s_chas
              TO <l_chavl>.
    <l_chavl> = sy-uname.
    fill date
    ASSIGN COMPONENT 'DATE0' OF STRUCTURE c_s_chas
                TO <l_chavl>.
    <l_chavl> = sy-datlo.
    fill time
    ASSIGN COMPONENT 'TIME' OF STRUCTURE c_s_chas
              TO <l_chavl>.
    get time field <l_chavl>.
    Edited by: Cherie Murphy on Feb 21, 2008 11:45 PM

  • NWDI: Name Conflict in Consolidation Track

    Hi Experts,
    We transported our development components from Dev(development) to Cons(consolidation) track.
    It is throwing an error name conflict in CONS track.
    I have tried to accept active version in cons track.But it was not allowing me to create an activity.
    Error: FAILED: Checkout inactive DeltaV resource failed (Forbidden [(pre||post)-condition failed: DAV:access-denied]) 
    Could anyone help on this issue?
    Thanks in Advance.
    Best Regards,
    Arumugakarthika S

    Dear Arumugakarthika,
    the problem is most likely that the acl.xml in the following location is too restrictive:
    http://<dtrhost>:<port>dtr/ws/system/config/active/ACLs/byPath/acl.xml
    I assume it contains only access and read privileges for NWDI.Administrators.
    To correct this please proceed as follows:
    1. open up NWDS and log in to DTR with NWDI administrator user
    2. check out the acl.xml file
    3. since you will not be able to edit the acl.xml file from NWDS, locate it on your harddrive and edit it with other editor. Please also remove the read-only flag if needed.
    4. check in the new version of the file through NWDS.
    I add here a sample acl.xml which you can use as starting point for ACL permission settings.
    <?xml version="1.0" encoding="UTF-8"?>
    <acls>
    <acl>
      <resource>/</resource>
      <ace>
        <all />
        <grant>
          <privilege>access</privilege>
          <privilege>read</privilege>
          <privilege>write</privilege>
          <privilege>checkin</privilege>
          <privilege>import</privilege>
          <privilege>export</privilege>
          <privilege>integrate</privilege>
          <privilege>adminA</privilege>
          <privilege>adminX</privilege>
        </grant>
        <description></description>
      </ace>
      <ace>
        <isgroup />
        <principal>NWDI.Developers</principal>
        <grant>
          <privilege>access</privilege>
          <privilege>read</privilege>
          <privilege>write</privilege>
          <privilege>checkin</privilege>
        </grant>
        <description></description>
      </ace>
      <ace>
        <isgroup />
        <principal>NWDI.Administrators</principal>
        <grant>
          <privilege>access</privilege>
          <privilege>read</privilege>
          <privilege>write</privilege>
          <privilege>checkin</privilege>
          <privilege>import</privilege>
          <privilege>export</privilege>
          <privilege>integrate</privilege>
          <privilege>adminA</privilege>
          <privilege>adminX</privilege>
        </grant>
        <description></description>
      </ace>
    </acl>
    </acls>
    I hope this helps.
    Regards,
    Ervin

  • HT204053 Dear Support Team, every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud???

    Dear Support Team,
    Every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud?
    Thanks

    It is not possible to create a new iCloud account using a Windows machine. You must create the account using a Mac (10.7.5 or more) or an IOS device (iPhone etc). Once that is done you can sign into and use the account on your Windows machine.

  • My lock screen just shows a black background and a User Name/Password dialog after opening the screen from sleep. How do I get it back to where it blurs my desktop image with the dialog and my account image displayed?

    I'm not sure when it began, but now my Macbook Air only shows a black background and a User Name and Password dialog box when I wake it from sleep. It used to show my desktop background blurred with my user name and icon displayed with only a text field for entering my password. I'm currently using Yosemite (OS X 10.10.1) and all updates have been done. Any help or suggestions would be greatly appreciated as I know this isn't a real problem, just an annoyance since I couldn't find how to change it back in the System Preferences.

    I just have to point out that after looking at a related post (https://discussions.apple.com/message/22661092#22661092), it brought to memory that my issue most certainly began happening after I added some DoD certificates to the keychain. This obviously has something to do with it, but it still leaves me wondering what actually causes this to happen. :/

  • One account and two user names??? HOW??

    Hi,
    First of all, I own 5 Macs in my company, from iMac 24" to Macmini, the entire line. Use Macs since Classic model, so I'm not totally dumb... or may be I am
    It started with a problem syncing iCal and Contacts. The database files became corrupted. Checked the logs and it seemed an permissions problem. try to fixed but the problem returned.
    Of course I deleted iCal and contact files at Library, create new one and imported from backup - the same problem happened.
    Then I started to dig the problema and when I looked at my keychains I found that I have two user names "sharing" the same user account...how?? one is marcio and other is Marcio Esteves.
    I can't find any reference to this second user name apart from keychain. Tryied to delete the keychain and create a new one but the same... When trying to fix the keychain it show me this:
    Verification started
    Checking keychain configuration for marcio (user ID=502)
    Home directory is /Users/marcio
    Checked login keychain
    Checked default keychain
    Checked contents of ~/Library/Keychains/login.keychain
    No problems found
    Verification completed
    Verification started
    Checking keychain configuration for Marcio Esteves (user ID=502)
    Home directory is /Users/marcio
    Checked login keychain
    Checked default keychain
    Checked contents of ~/Library/Keychains/login.keychain
    No problems found
    Verification completed
    Of course I can format the HD and re-install from the scratch but I'm curious because, as far as I know, user names and accounts can not be duplicated.
    The only thing that occurs to me is when I bought this machine - MB pro 2.4 - I imported the account from my previous MB pro AFTER change user name from "marcio" to "Marcio Esteves", keeping the same home directory name as "marcio" (as still today).
    So, how can I fix it without formatting and installing everything again??

    Every account on a Mac has two names. These names are called different things depending on the version of the OS and whether you are looking at the System Preferences|Accounts panel or the Workgroup Manager on a server. The "Name" or "Full Name" and the "Short Name" or "Account Name". The short name is the typical unix username. and the full name is just that, your full name. The Mac allows you to use either of these in any of the GUI dialog boxes that ask for your user name and password. At the command line I think you can only use your short name. I see that in OS X 10.6, once you create an account, you cannot see the short name in the System Preferences|Accounts panel any longer.
    At a command line (in the Terminal application for example) you can type id or whoami to see your short name.
    I think it is probably normal for entries in your keychain to refer to both or either of these names.
    As for creating new accounts and copying files I think you should be able to do most of that when logged in as an admin user (which you don't normally do, right?).
    Does that help?

  • HT204053 i RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    I RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    Welcome to the Apple community.
    iTunes and iCloud and different accounts, you will need to delete both accounts from your device before adding the new details in their place.
    For iCloud go to settings > iCloud, scroll down and hit the delete button. You can then sign back in using your correct details. For iTunes go to settings >store, tap your account ID and then sign out, you can then sign back in using your correct Apple ID.

  • We have an itunes account on our desktop and my kids have it on their ipod and iphone. I went in and changed our user name from my old e-mail address which is no longer accessible to my new one and now either of my kids can access the itunes store..

    We have an itunes account on our desktop and both my kids have it on iphone and ipod. I went in and changed out user name from an old e-mail address which is no longer accessible to my one I use now... When the kids try to sign onto the itunes store it tells them they have the wrong user name..
    Can this be fixed??

    Did you change the email address or create a new Apple ID?
    If the email address associated with the account was merely changed, sign out of the Apple ID on the devices and sign in using the new credentials.

  • How to find out the user name and email address from SAP user id?

    Hi experts,
    In sto3n I find out the the user id with most navigations. I like to know his name or email address to contact him. Which table stores the user details? how to do it?
    Thanks in advance.
    Sharat.

    hi,
    The below tables will give only the name .
    USER_ADDRS
    USER_ADDR
    USER_ADDRP
    USR02
    i think you need email address .
    you can use this Tcode : su01d
    and give the user name and excute it
    i hope it will help you.
    Ram
    Edited by: Ram velanati on Jun 30, 2008 6:57 PM

  • Cannot send email user name or password is incorrect

    I have an iPhone 3Gs with 6.1.6 iOS software and gmail. Until last week I could receive and send emails on my phone. Last week I tried to email a photo from my iPhone and received the following message "Cannot send email the user name or password is incorrect".  About 30 minutes later I received an email message from google accounts with a sign-in attempt blocked message.  Since then I have not been able to send an email from my phone.  Every time I try to send an email I get the "User name or Password for Gmail is incorrect" - message.  I changed passwords but that didn't help. I can receive emails on my phone but I can't send them. The only way I can send email is by clicking on the less secure apps button on the google accounts settings page..  Why do I get this message now and how can I get gmail working on my phone like it used to?  If I delete my gmail account does it just remove it from the phone where the same account can be reinstalled or is it completely gone for good?

    Hey YodaObi,
    Thanks for the question. If I understand correctly, you are not able to send emails but are able to receive them. I would recommend that you read this article, it may be able to help the issue.
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Log in to your email provider's website to make sure that the account is active and the password is correct.
    Make sure your settings are correct using Mail Settings Lookup.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Tap the affected email account.
    Tap Delete Account.
    Add your account again.
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

  • We purchased a new iPad2 and registered it using a 'new' iCloud email/ID. We are unable to send email from the iPad and iPhone. The error is: Cannot send mail. The user name or password for iCloud is incorrect.

    We purchased a new iPad2 and registered it using a 'new' iCloud email/ID. We are unable to send email from the iPad and iPhone. The error is:>> Cannot send mail. The user name or password for iCloud is incorrect.

    About ~20 hours later, this ended up solving itself. We can send email using the '.icloud' email from both the iPad and iPhone.  Advise would be 'wait' before you start seeking alteranatives like yahoo, hotmail, etc.  This definitely is a convenient way to keep all your 'cloud' information in a centralized place, including the common email...

  • TS3276 Cannot send mail from my iPad...."user name and or password is incorrect"......mail can be sent from my iPhone

    Why do I get the message   "Cannot send mail, the user name and or password for my email outgoing server is incorrect"?  I use the same account, etc. on my iPhone and haven't any trouble sending mail.

    If your email requires a password for the SMTP server you can set it up in the settings in the General mail setup. Some i.e Gmail require a password for SMTP.
    Otherwise you will probably get better answers in the iPad forum.
    https://discussions.apple.com/community/ipad/using_ipad

  • I had a power failure 2 days ago, have power now, but cannot send email from my iPad. Everything was fine before that. The box says cannot send mail, the user name or password for Gmail is incorrect. I haven't changed anything. I need help. Thanks

    Hi
    I had a power failure 2 days ago, my computer is running again, but now I cannot send email from my iPad using Cox or my gmail account. I am receiving mail in my Cox account but not my gmail account.It was working fine until the power failure. It keeps telling me, the user name or password for Gmail is incorrect. I have not changed anything. I don't know what is wrong. Can anyone help me? Thanks

    I agree, unplug and replug your router, then reset your iPad by holding down the sleep and home buttons, ignore the red power down slider, and wait til you see the silver apple. let it reboot and then try your connection.
    Chances are rebooting the router will help. You may also need to talk to cox. They may need to reset something on their end.

  • My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying."

    My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying." How can I make it stop so I can activate iCloud ?

    try using @me.com instead of your service address, i mean hotmail or yahoo or else, thanks.

Maybe you are looking for

  • How to handle Valuechange events, when page bean is in request scope

    Hello balusc and forum mates, I want to know is there any good way to handle ValueChangeEvents events, when the page's bean in request scope. My problem is, I have a page having more than 1 value change event so How can I maintain page values at back

  • From Billing plan invoice raised automatically

    Hi, We create a sales order, copy a billing plan from project plan financial milestones, then as soon as we confirm an activity of financial milestone in project plan automatically invoice get raised in the system and shows in the vf04 finance. But n

  • Adobe AIR ELS meddling with mail.app ????

    All of a sudden, mail.app has decided that, in order to send any email, it needs to have keychain access to something called PrivateEncryptedDatak, which resides in ~/Library/Application Support/Adobe/AIR/ELS/com.apple.com<longStringOfNumbers>/ Any t

  • Demand management -reg

    Hi, I am facing one problem in demand management. I have created PIR in MD61 with VSF requirement type (eg.500 nos)  and run MRP for that material. System has created Planned order for 400 nos. Because there was manual reservation for 100 nos for whi

  • Print dialog options missing on networked print- advice?

    Hi everyone, I am using a small LAN network of three macs.When I try and print to a printer that is plugged into another mac I am missing options from the OS print dialog that appear when the printer is plugged in directly. The items missing are from