Table for full user name and contacts

Can anyone tell me the table names where (1) the user name field is stored and (2) Vendor contacts are stored?  On the user name I want the full name (meaning if my SAP id is SSMITH I want to get "Sam Smith"?
Thanks!

Hi,
for user contacts table names are
USR01 User master record (runtime data)
USR02 Logon data
USR04 User master authorizations
USR06 Additional Data per User
USR14 Surchargeable Language Versions per User
USR21 Assign user name address key
for vendor contacts check out the table LFA1
<REMOVED BY MODERATOR>
Regards,
Adarsh Srivastava
Edited by: Alvaro Tejada Galindo on Mar 5, 2008 12:08 PM

Similar Messages

  • HT4906 I want to download the new updates I think to the 10.9 but our mac was given to us and when it comes to the last page it asks for the user name and password but this mac was wiped clean. How do I find out this info so I can get iPhoto?

    I want to download the new updates I think to the 10.9 but our mac was given to us and when it comes to the last page it asks for the user name and password but this mac was wiped clean. How do I find out this info so I can get iPhoto? To be honest I'm not even sure what type of Mac I have and don't know how to find out what kind it is
    I'd also like to make address labels and don't know where to find that either

    You would make address lables with the Contacts app.
    If you don't have the user name and password used to set up the machine then you need to purchase the apps for yourself.

  • Itunes keeps asking me for a user name and password when I first open it.

    I do not allow apple to access my library or my hard drive because you guys are predators, and I have NO interest in using the app store.  I have disabled access to the store, so i do not know why it keeps asking me for a user name and password.  You have NO right to see the music THAT I PURCHASED a loooooooooong time ago.  It is my license. I should be able to play it whenever and wherever I like...and NO, I do not burn and copy my music.  I just want to play it on MY MACHINES. So, I do not need your useless snooping, which is probably the reason you want me to log in.  Who do you think you are? You didn't write the songs.  You just sell licenses. Period.  And I purchased mine, thank you.  I no longer use your store for these reasons.  I use Amazon.

    Not control-R. Command-R. Shut the computer down. Reboot it. Hold down cmd-R when you hear the chime. Keep it held down and you should see the Lion recovery partition.
    http://support.apple.com/kb/ht4718
    http://support.apple.com/kb/ts3273
    Matt

  • Trying to install Leopard on my iMac (G5).  Got to the screen that asks for the user name and password and it won't take it.  How do I get out of this and resume the software install?

    Trying to install Leopard on my iMac (G5).  Got to the screen that asks for the user name and password and it won't take it.  How do I get out of this and resume the software install?

    Help here >  Mac OS X: Changing or resetting an account password

  • I just switched to Charter. When going to Mozilla Firefox a box appears saying, Authentication Required and asks for a User name and Password. What do I do?

    I switched from CenturyTel to Charter. I can't use Firefox because a box appears asking me for Authentication Required, User Name and Password. When I hit cancel, this message appears:
    HTTP 401 - Unauthorized
    Authorization is required to access the configuration server.
    You must enter the correct username and/or password.
    When I called Charter, they told me they recommended using Internet Explorer. I told them I didn't want IE, I preferred Firefox. They recommended I go to your support page, so here I am. :o)

    Have you reset the password recently for the email account?
    A real simple fix usually is to delete the mail account (settings < mail contacts calendars, tap the affected account and choose delete at the bottom) Then re add the account.

  • What does DE want when it asks for Adobe user name and unlock code? I have tried my acct ID, user name with my password but that does not work.

    This is the screen I get when I want to add a book to digital editions.
    All I want to know is what they are asking for. I thought it was my user name and password but all kinds of combos or scr name, acct name, login name and password does not open the book

    Maybe this.
    Fix iPhone Apps Stuck "Waiting" During Installation
    Try update the apps one at a time

  • My mba when i connect to wifi safari asking for a user name and password, my mba when i connect to wifi safari asking for a user name and password, my mba when i connect to wifi safari asking for a user name and password

    i am not able to browse through safari with my wifi connection, its asking for usernsme and password
    please help me whath is the issue

    You ca n look in the Password Manager.
    *Firefox > Preferences > Security: Passwords: "Saved Passwords" > "Show Passwords"
    *https://support.mozilla.com/kb/make-firefox-remember-usernames-and-passwords

  • Support for forgotten user name and password

    Forgot username and password to access my account. Followed directions for assistance. Was assured that we would receive a telephone call with a code shortly. Three hours later, not having received the code in a short period of time, I sent another request for assistance and was again assured that a telephone call providing us with a code would be provided in a short time.. Seven hours after the first call, at 4:30 a.m., we were called with a code in response to our first first request. One half hour later, 5:00 a.m., our second request was responded to. In neither case would I consider the response time short as your communication suggested. And to be receiving telephone calls in the middle of the night is not acceptable. I would hope that you can find another way of providing the assistance you offer. 

    Sithless wrote:
    ....Is this some new thing or whats going on ?
    apple_prompting_some_users_for_extra_app_store_security_details

  • I cant get my iphone 4 tolog in to my company wifi. i updated to ios 6 and now it just goes to my companies login screen. i enter my username and password and it just sticks. however it will logon to wifi without a requirement for a user name and password

    I have to log onto my companies wifi by first going thru a log on page that equires a username and password. before i updated to ios 6. it worked fine now it just goes to the login page and when i hit enter it doesnt do anything just stays stuck on that page. however the phone will log onto a regular wifi router that doesnt require any kind of username or password. any ideas on how to fix it. i have tried everything including reseting all network settings.

    1. Settings>General>Reset>Reset Network Settings
    or
    2. Use "Forget This Network"

  • AppleScript: Waiting for a user to enter user name and password

    I'm currently working on an AppleScript designed to automate binding a computer to Active Directory and another script to install a login certificate. While you can create a UNIX shell script for the Active Directory binding, I found that you have to have your user name and password in the script itself and this system will be deployed by multiple people.
    So instead I'm doing an GUI Automation AppleScript of Directory Utility. What I'd like to do is have the script to wait for the admin user (who will be remoting in by ARD) to enter their Network user and password, click okay and then continue the script to quit the program and then run a self-destruct (which I'd also appreciate any advice about doing in AppleScript)
    Here's the script so far, which I've set up successfully:
    activate application "Directory Utility"
    tell application "System Events"
      click text field 1 of row 1 of table 1 of scroll area 1 of group 1 of group 1 of window "Directory Utility" of application process "Directory Utility"
      click button 1 of group 1 of group 1 of window "Directory Utility" of application process "Directory Utility"
      click text field 2 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "EXAMPLE.COMPANY.com"
      click UI element 3 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click radio button "Administrative" of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click checkbox "Allow administration by:" of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 1 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExamplePS NA"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 2 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExampleNA"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 3 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExampleNATemps"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 4 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExampleTeam 1"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 5 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExampleTeam 2"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 6 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExampleTeam 3"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 7 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExampleDesktop Admins"
      click button 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      click row 8 of table 1 of scroll area 1 of tab group 1 of sheet 1 of window "Directory Utility" of application process "Directory Utility"
      keystroke "GroupExampleDomain Admins"
      click button "Bind…" of sheet 1 of window "Directory Utility" of application process "Directory Utility
    <<WAIT LINE HERE FOR NETWORK ADMIN AND AND PASS, THEN USER WILL CLICK OKAY, THEN CONTINUE SCRIPT>>
    <<QUIT ACTIVE DIRECTORY>>
    <<SELF-DESTRUCT>>
    end tell
    It isn't a real command prompt like if you're changing System Preferences or something. It's a specialized prompt specifically for Directory Utility. However, I do need to know how to make AppleScript wait for a password for a standard Password Prompt for adding a certificate to the login keychain through Keychain Access. I've also done pretty much the same thing as above for that script.
    Any tips would be GREATLY appreciated.

    Yeah, I know GUI Scripting is not the best way, but I couldn't find a successful variable system for the following script. The other issue is that I'd prefer to send this by ARD and have ARD ask for a User Name and Password, but I've found there's no way to do that. Then again, I can't send the AppleScript purely remotely either.
    What I mean by self-destruct is simply I only want the Active Directory binding script to run once upon login to the primary admin user and then delete itself so it doesn't get run again. The login certificate script I want to run once on each new user who logs in (so I'll likely be putting it in the "User Template") and then delete itself so it doesn't run the next time they log in. I can't figure out any way to hit those buttons through a shell script.
    Here's the original UNIX shell script: (This is what I'm using temporarily until I figure out a solution that doesn't require my user name and password to be embedded)
    #! /bin/bash
    MACNAME=$(scutil --get ComputerName)
    dsconfigad -add "CORP.DOMAIN.NET" \
    -username USER \
    -password PASS \
    -computer $MACNAME \
    -mobile disable \
    -mobileconfirm disable \
    -localhome enable \
    -useuncpath enable \
    -shell /bin/bash \
    -ou OU=Macs,CN=Computers,DC=corp,DC=DOMAIN,DC=net \
    -force \
    -localpassword "PASSWORD" \
    -groups "GROUPS"
    And here is the Certificate Installation AppleScript
    activate application "Keychain Access"
    tell application "Finder" to open POSIX file "/FolderName/Certificate.crt"
    delay (3)
    tell application "System Events" to tell process "Keychain Access"
      click button "Add" of window "Add Certificates"
      click button "Always Trust" of group 3 of sheet 1 of window "Keychain Access"
    end tell
    Thanks for the help. I really appreciate it. This is a rather new field for me and most of my knowledge comes from Google Searches and about a billion tabs trying to find answers.

  • TG797n v3 log on to 10.0.0.138 User name and Password for wireless set-up

    I have a TG797n v3 on Windows 7 to a Dell XPS via ethernet cable. Has been working fine, but. . . just aquired an iPad Mini for family use.When trying to configure the iPad Mini, I can't get past the log in requirements of the "found" wireless network. My laptops read it OK but the iPad keeps asking for a Password for the Telstra***** wireless network. I have tried every conceivable password I have ever used without success.I tried resetting the TG797, (by switching off the power for 1 minute, and pressing the rest button for 20 seconds, and leaving the power on and pressing the re-set button),and now it is asking for a User name AND a Password to enable log in to 10.0.0.138. I can't even get to the set-up page anymore!! I have re-installed the software from the CD that came with the T-gateway, but at no stage does it ask for a password. It asks for the SSID and the Wireless Key, but nothing else! and connection to the internet is established.(Otherwise I couldn't type this, could I?) So, where, and how, do I either retrieve the Password hidden in the TG or reset the password the iPad is looking for???I have configured the TG797 by disconnecting and re-connecting (no passwords asked for) I have searched all the Help topics and they ALL say " Just enter your User name and Password" . . . yeah, great if you can remember it or even resetit!!  Please, someone, there must be a simple (or complex) answer as a solution. Thanks in advance, Ian King.   (Telstra help, . . . anyone?) 

    Hi dumbojojo, 
    Im sorry to hear that you are having difficulties, 
    The password you need is located on the underside of you modem unless you have already changed it yourself. It will often be listed as a WAP PIN.
    If this doesnt help please see here Change wifi password or here  WiFi Troubleshooting
    Finally, you are still having issues, please contact support on 133933 or Live chat here http://tel.st/hsc3
    Regards - 

  • Safari user name and password for secure sites

    I just sent the following to "Mac OS X Feedback"
    Some secure sites like brokers, e.g., Ameritrade, do no allow autofill in Safari for the user name and password. In fact Safari does not even ask if you want to remember the user name and password just entered for such sites.
    I would like to suggest that something be done for users in such cases:
    1) A dialog box comes up warning that this website does not allow autofill.
    2) A suggestion is made as to what network setting needs to be changed to allow autofill to work
    3) A fix in Safari to take care of this problem
    4) Add something to Safari help
    Does anyone have a work around for this problem?
    Mac Mini (Intel Core Duo)   Mac OS X (10.4.5)  
    Mac Mini (Intel Core Duo)   Mac OS X (10.4.5)  
    Mac Mini (Intel Core Duo)   Mac OS X (10.4.5)  

    Think about what would happen if someone gained access to your Mac, say while you were briefly away from your desk or whatever. They launch Safari, go to the login web page of (for instance) your bank & discover that autofill has helpfully filled in your user name & password so all they have to do to get access to your accounts is click the login button.
    From there, they can transfer all your assets to some other account (theirs!) or invest in FlyByNight.com or whatever -- they can do anything your password lets you do with any password-protected account ... anything!
    Take this a step further. Say you have enabled auto-login to your primary account at startup, or have used an easy-to-guess account password for it. Someone steals your computer ... & with it potential access to all your online accounts with autofill entries.
    Not a pretty picture, is it?

  • E72 Software update, user name and password

    I am trying to update the software on my E72 as it is full of bugs. I do the*#0000# and choose check for updates. The phone searches for updates and for a split second says "recieving data from T-Mobile" but then asks me for a user name and password. I have no Idea what this user name and password relate to? Anyone have any idea??

    Hi, I don't know anything about t-mobile, but I would call them.
    If there is an update for you, you could try to use NSU or ovi suite?
    Check here for updates: http://europe.nokia.com/support/download-software/device-software-update/can-i-update

  • I need to know if there is a user name and password associated with accessing a certain website.

    I'm not sure if at one time there was a username and password given so that I automatically could access a site. The site is the home page for my department on the intranet of the company I work for, and they've activated a new vpn. If I use Safari, after activating the vpn opening Safari, it asks me for a user name and password for some proxy server and from there on out I can navegate the external web or the company intranet. Using Firefox, I do not get prompted for a user name and password but I cannot access my homepage yahoo.com or any public website; I can, however access my company's intranet. The IT guy says there must be some user name & pw to access the site that I've previously asked Firefox to memorize but which I can't see. I don't think so but I can't figure out where to find the list of sites that Firefox has memorized passwords for.

    You ca n look in the Password Manager.
    *Firefox > Preferences > Security: Passwords: "Saved Passwords" > "Show Passwords"
    *https://support.mozilla.com/kb/make-firefox-remember-usernames-and-passwords

  • PL/SQL Function to check user name and password

    Hi,
    I am new to PL/SQL. I have a table that stores user name and password. I want to write a PL/SQL function that checks if the entered user name and password is correct, by validation against the values in the table... Can someone help me with the code? Both user name and password is varchar2

    First of all, I believe you mean a procedure that would check the application username and password. Fot, if you mean a PL/SQL procedure, that runs in the database, and that means it has to be executed after the client application is connected to the database.
    Maybe you need a procedure like this:
    procedure check_pass(p_user varchar2, p_pass varchar2) is
    pragma autonomous_transaction;
    v_passwd varchar2(200);
    begin
    select passwd into v_passwd
    from password_table
    where user_name=p_user;
    if v_passwd!=p_pass then
    update password_table set
    last_unsucc_logon=sysdate
    ,unsucc_logon_n=nvl(unsucc_logon_n,0)+1
    where user_name=p_user;
    commit;
    raise_application_error(-20101,'Invalid username/password!');
    end if;
    exception
    when no_data_found then
    raise_application_error(-20101,'Invalid username/password!');
    end;
    Study this piece of code and see if this will do.

Maybe you are looking for