Restrict user name in user mapping

Dear All,
We want the portal user should not be able to select or enter his user id of R/3 system while doing user mapping.
say his user ID is ECCuser ,so when he will go to personalization->user profile->user mapping select system from drop down ,he should see username well in advance and he should just able to enter password..Hope i am clear.
Awaiting for reply
Regards
SK

Hi SK,
Either select an ABAP system as the data source during installation (or install a double stack) or follow this procedure:
http://help.sap.com/saphelp_nw04s/helpdata/en/9e/fdcf3d4f902d10e10000000a114084/frameset.htm
-Michael

Similar Messages

  • Link between User Name in user table and Personla number in HR

    Hi
    Could any one let me know the link between the User Name field in User table and Personal number in HR table. Pls let me know the table name which shows the relation between these two fields.
    Regards,
    Ram

    HI Ram
      The table which contains this data is PA0105. The value of field USRTY should be '0001'. For example if u want to get the UNAME related to an employee.
    SELECT usrid
      FROM pa0105
    WHERE pernr EQ p_pernr
          AND usrty EQ '0001'.
    Please award points if u found this helpful

  • Getting the NT user name (Windows user name)

    Hello,
    I am trying to get the windows user name in ABAP program but
    I can not find any useful function.
    Thanks in advance,
    Eitan Iluzz.

    you can use the following code to get the windows logged on user
    data: username type string .
    CALL METHOD cl_gui_frontend_services=>get_user_name
      CHANGING
        user_name            = username
      EXCEPTIONS
        CNTL_ERROR           = 1
        ERROR_NO_GUI         = 2
        NOT_SUPPORTED_BY_GUI = 3
        others               = 4 .
        CALL METHOD cl_gui_cfw=>flush
          EXCEPTIONS
            CNTL_SYSTEM_ERROR = 1
            CNTL_ERROR        = 2
            others            = 3 .

  • NPS: Override User-Name and User Identity Attribute

    After configuring NPS and using http://technet.microsoft.com/en-us/library/dd197535%28WS.10%29.aspx it's possible to authenticate based on MAC Addresses.
    Is it by design that all authentication requests handled, are changed to MAC Address Authentication?
    We want to have three Network Access Policies, two based on Active Directory Account, one based on MAC Address.
    After entering the registry values and rebooting the server, it's only possible to authenticate based on MAC Address.
    Do we need seperate NPS servers, one for MAC based authentication and one for A.D. account authentication?
    Thank you in advance.

    Hi GerardVU4,
    Thank you for your post.
    Is it by design that all authentication requests handled, are changed to MAC Address Authentication?
    To always use the MAC address as the user identity, on the NPS server set the Override User-Name registry value to 1.
    If you set Override User-Name to 1 and the User Identity Attribute to 31, the authenticating server can perform
    only Automatic Number Identification/Calling Line Identification (ANI/CLI)-based authentication. Normal authentication by using authentication protocols, such as Microsoft Challenge Handshake Authentication Protocol (MS-CHAP) and Extensible
    Authentication Protocol (EAP), is disabled.
    So please remove Override User-Name registry entry on your NPS server first.
    Do we need separate NPS servers, one for MAC based authentication and one for A.D. account authentication?
    No, you could set up three Network Access Policies on same NPS server.
    Network Access Policies based on MAC Address, just select Authentication Methods PAP in policy Constraints TAB.
    Network Access Policies based on Active Directory Account, Keep the default Authentication Methods MS-CHAP-v2& MS-CHAP.
    If there are more inquiries on this issue, please feel free to let us know.
    Regards,
    Rick Tan

  • RFC function module always creating BPs with the same user name (RFC user )

    Hi All
    I posted the below question in a different area before. But thought it would be more suitable here.
    Moderators - Please let me know if am doing any mistake.
    Question:
    I have a RFC function module in CRM that creates Business Partners in ECC (XD01 tcode).
    I am using a dialog RFC destination configured in SM59 in CRM.
    But my RFC function module in CRM is always creating the Business Partners in ECC with the RFC user id (the user that we maintain for the RFC destination in SM59).
    This is a problem for the users because they are not able to track the actual person responsible for creating these Business Partners.
    Can somebody please let me know how to solve this problem?
    Thanks
    Raj

    Hi.
    You may use the trust relationship between CRM and R/3 and in SM59 instead of set a specific username, you set the flag "current user".
    With this flag, the system will access R/3 system with the user logged in CRM system. The Trust relationship must be created between CRM and R/3 in order to the system doesn't ask for a password to login in R/3.
    If you need more details please reply.
    Kind regards,
    Susana Messias

  • Table for User Name and User ID?

    Hi Experts,
    I hv User ID, that Logs in. So, I waanna to pull the corresponding Name.
    So,
    Wher Can I find these data i.e. Which is the best Table/source?
    ThanQ.

    Yo ucan alternatively use SUSR_USER_ADDRESS_READ.
    The exporting parameter user_address would have the full name of the user in the field name_text.
        DATA: user_address LIKE  addr3_val.
        CALL FUNCTION 'SUSR_USER_ADDRESS_READ'
          EXPORTING
            user_name                    = sy-uname
    *       READ_DB_DIRECTLY             = ' '
          IMPORTING
            user_address                 = user_address
    *       USER_USR03                   =
          EXCEPTIONS
            user_address_not_found       = 1
            OTHERS                       = 2.
        IF sy-subrc = 0.
           write:/ user_address-name_text.
        ENDIF.

  • Change of user name = new user?

    i 'accidently' changed my username on the left-side of the finder box. but afther restarting, i think it made a new user: i lost all of my settings, my language preferences, my mail-accounts, etc...
    i managed somehow to reset it, but i think i have a lot of double folders now and in a different language (e.g.: the 'library' folder appears under 'macintosh hd', under my username and once under the system folder...
    is it normal? should/could i merge it?

    Hi,
    but i think i have a lot of double folders now and in a different language (e.g.: the 'library' folder appears under 'macintosh hd', under my username and once under the system folder... is it normal?
    I'm not sure what you mean by it being in a different language, but yes it is normal for there to be Library folder in those 3 different locations, so do not merge them.
    /System/Library/ - is used by the operating system
    /Library/ - is for items that apply to all user accounts on your system
    /Users/YourUsername/Library/ - applies just to your account

  • How to get user name of user who uploaded to the Knowledge Directory?

    Greetings,
    How can I find out who uploaded a document to the Knowledge Directory?
    My users want to know who uploaded the documents they are viewing in the KD. I hope there is some option other then creating "Related Experts" for each folder.
    The Collab. Server displays the user who uploaded the documents.
    Thanks in advance,Justin

    May be you can try to use WHEN-CREATE-RECORD trigger.
    Description
    Fires when Oracle Forms creates a new record. For example, when the operator presses the [Insert] key, or navigates to the last record in a set while scrolling down, Oracle Forms fires this trigger. Definition Level form or block

  • User Name limitations in SQL Developer

    I am using SQL Developer from past 1 year. I am facing some issues with some of my connections which are with Numaric User Names ( Ex. User Name : 12312). In older versions it was giving error ' Invalid User name / Passoword' And in Version3 its giving *' Un Supported Verifier Type , Vendor Code: 17451'*.
    Am able to connect with same user from TOAD and Command Prompt. And with alpha numaric name i able to connect from SQL Developer also.
    Is it a limitation in SQL Developer to have user as alphanumaric only ( Starting with Charectar) ? Can somebody help me if i need to change any setting to use *'Numaric User name'*
    Thanks,
    Ram
    [email protected]

    Thanks Jim for the reply. i tried using double quotes but still the same issue. And i am able to connect from commadprompt, SQL + and from Toad. Only issue with SQL developer.

  • POP3 -Keep asking for user name & Password

     
    Hi,
    We have exchange 2003 server with Service pack 2. We have user who check their mails through   Outlook 2003, Outlook web access & some users are using POP3 to download the messages.
    Since last few weeks, we are getting the complained that when engineers are trying to configured users account in Outlook with POP3 configuration, its keep asking for user name & password. But with same user name & passwords user is able to check their mail through Outlook web access.
    In some of our site, users are able to download messages through pop3 account but this account was configured long back.
    Kindly advise.

    HI,
    This is happening mainly when
    1. user changed his password through Outlook web access next time its keep poping up for password & it will not accept the new passord.
    2. if user is using  OWA & when we try to configured his mail in Outlool with POP3 .
    See if i remove exchange attributes from user's account & then delete the users from AD & Recreated with same  user name, Password & reconnected  to that user to his old mailbox, it;s work fine.
    Regards,
    Chetan
    POP3 is enabled by default for all the users.

  • Workflow ECC User name Issue

    Hi ! Work flow Experts!
    I am triggering work flow from crm to ECC vise versa,I am unable to get Initiator User name it shows only CRM user name (RFC USER).
    I want to get ECC server User names in CRM. I am running an remote function module  from  ECC to CRM, so i am getting only CRM user name,could any body advice me how to get an ECC server user names Its Urgent.
    Regards and Thank you In Advance,
    Raghava.V

    Since the workflow is initiated from CRM initiator will always be the one in CRM (crm user name).
    To get ECC server user name in CRM you will have to use rfc to fetch data from ecc and get it in CRM. Initiator for for one workflow will always be one, if you want another agent then capture the name and create another conatiner element and use it.
    THanks,
    Shweta

  • How to change my user name?

    I want to change the user name in "Users and Groups"
    I changed it so that in the upper right hand corner of the desktop it reflects the new name, but when I open the Users folder, it still has the old name.  I want to change the name of the main users folder.  However, I would rather not change my Apple ID (which is my old user name).

    More Like This ---------------->
    https://discussions.apple.com/message/12135072#12135072

  • Add User Name to Indesign CS3

    We are printing lots of indesign CS3 documents to a number of laser printers. I have taken the Date and time option and changed PM and AM to the initials of the user of that computer. Makes it easier for someone to grab files from printer and return them to user. Problem is .... Does not work 100% of the time.... Is it possible to have an applescript to put users name somewhere on page outside the cropping area???

    Hi Dave,
    This simple script creates a text frame below the first page outside the cropping area and inserts the user name (File > User...) into it.
    I assume that ruler units are set to millimeters, page size to Letter, bleed - 5 mm.
    tell application "Adobe InDesign CS3"
    set myName to user name
    set myDoc to active document
    tell page 1 of myDoc
      set myTextframe to make new text frame with properties {contents:myName, geometric bounds:[290, 0, 300, 50]}
    end tell
    end tell
    Kasyan

  • SOHO Network-Admin/Chg user names

    I'm a little confused here. I have a soho network consists of 4 computers. 3 run 10.4.11 and one 10.5.2. The 3 are a G4 sawtooth (upgraded processor), MDD and iMac FP800 (original). The one running 10.5.2 is a MBP 2.4G.
    First question: I have a user account on each. Unfortunately, I have used the same user name for each so it gets confusing when in a user directory knowing which computer I'm working from/to. Is it possible to change the user name?
    Second: I have a difficult time remembering which server address is which computer. Can server addresses be appended to include like MDD and iMacFP and MBP and Sawtooth?
    Third: I am denied access to my user directory when accessing from one computer to another. My acct info is the same for each, both user name and password. Why when I log in to computer 'B' am I denied access to my user directory? I have to supply my password to make the server connection and when connected don't have the access I need.
    I have file sharing enabled and Admin privilege on each.
    Thank you

    It is not, but your config info says you are using Tiger which is why I suggested it. If you are using Leopard that program will not work. For Leopard you do the following:
    Changing your User account name (short name) in Leopard
    Open Accounts preferences, click on the lock icon and authenticate. Select your account then CTRL-click or RIGHT-click to display the contextual menu. Select Advanced Options from the list. A dialog will appear.
    To change the name of your Home folder enter the new short name in the field labeled Short Name:. In the field labeled Home Directory: replace the portion of the entry that is your old user name with the new user name - change /Users/oldname to /Users/newname. Click on the OK button. Restart the computer.

  • Tip: searching the forum with user name

    Hello,
    The forum software was recently upgraded. Unfortunately, very important and useful feature – searching the forum according to user name or user ID – was actually downgraded. It was simply removed from the user interface, and by that can seriously impair the daily “work” of all the users.
    The odd angle of this issue is that it seems that the searching capability was not removed from the search engine itself, just from the user interface. The searching URL recognize a parameter called ‘&userID=…’, and that one will filter the search result by the user ID (unfortunately, I couldn’t find a similar parameter for the user handle name). For example, the following URL will give you Joel’s posts with the key word ‘translatable’, in the last 90 days –
    http://forums.oracle.com/forums/search.jspa?threadID=&q=translatable&objID=f137&dateRange=last90days&numResults=30&userID=148363The following will give you all Scott’s posts with the key words ‘page’ and ‘cache’ (without date limit) –
    http://forums.oracle.com/forums/search.jspa?threadID=&q=page+%26%26+cache&objID=f137&dateRange=all&numResults=30&userID=57434As can be seen, this URL is long, complicated, and includes escape codes. In order to make it a bit simpler, I’m using the regular user interface to define all the search criteria available there, make the search and them manually adding, to the end of the search engine created URL, the ‘&userID=…’ parameter.
    As this parameter is using the users ID numbers, I’ve compiled the following liste, which include my “top forum users”. Everyone welcome to add their owns.
    User Name   -  User ID
    Scott Spadafore  -  57434
    Joel Kallman  -  148363
    Carl Backstrom  -  354238
    John Scott (Jes)  -  422290
    Denes Kubicek  -  15826
    Andy (ATD)  -  503936
    Patrick Wolf  -  132282
    Dimitri Gielis  -  570759
    Tyler Muth  -  283901
    Arie Geller  -  229120I would like to thank Scott for giving me the initial tip. I hope this will help us make better use of this great knowledge pool.
    Regards,
    Arie.

    Arie,
    Great! I was really missing this feature...I'd give you 10 points for that if I could ;)
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

Maybe you are looking for