Allow Multiple logons in SAP

Hi,
I need to allow a particular user to allow multiple logons to sap system.
can anyone help me, how to proceed about this.
Thanks,
Sailesh K

Hi Sailesh,
If you only want particular users to be able to logon multiple times use parameter login/multi_login_users and the value will be the usernames separate by a comma
For more see,
http://help.sap.com/saphelp_nw04s/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm
Hope this help!
Juan
Please reward with points if helpful

Similar Messages

  • Does XI Adapter (ABAP Proxy)  allows multiple LogOn Languages??

    Hi ALL,
      I have a doubt like whther we can give multiple logon languages in the XI Receiver Adapter ( ABAP Proxy ).
    For example,
      I am getting data in "English" - EN  , "Russian" - RU , "Japanese" - JA etc. Can I give these all languages as "LogOn Language" while configuring the XI receiver adapter? If so how? else, is there any other option for this.
    Thanks,
    Anudeep.

    hi,
    I don't think it's possible to precise dynamically the logon lanaguage which has to be used in the receiver XI adapter (proxy).
    [Help SAP on XI adapter|http://help.sap.com/saphelp_nw70/helpdata/EN/99/115281baba404890d2561617a78409/frameset.htm]
    Maybe a solution could be in the mapping to have a rule which determines the receiver (EN, RU,JA) that should receive a message or another one, and then for each receiver to specific a unique CC. So in your case to define three CC (one for each langauge): EN + RU + JA.
    Anyway I don't really understand the reason to manage that... The interest of logon language is when we want to write a text. But in SAP you can write a Japan text even if you are log-in in English by specifying the Language Code !
    So maybe the solution of your problem, is to send to your proxy the text but also the ISO language code linked to this text, so to do what SAP does in IDoc and BAPI.
    regards
    Mickael

  • Disable multiple logon from SAP NetWeaver Portal

    Hello
    I'd like if there is a parameter inside SAP NetWeaver Poral to disable multiple logon with the same account(like login/disable_multi_gui_login for ABAP).
    Thanks in advace
    Regards
    Stéphane

    Look at service.sap.com
    This authentication only works for S-users (as well as SAP employees) who are active accounts in SAP's AD. That works via the internet for SAP customers and employers (e.g. from each other's networks but their own devices) as well.
    With a SAML IdP you have a lot more flexibility in choosing the source of the first authentication and managing complex access rights through to the backend.
    But you are correct: if there are not too many users to manage and they are smart enough to periodically generate a client certificate and they are physically attached to their own personal devices, then a Certificate Authority or even Open SSL solution is another option.
    I guess it would be usefull to know how many users there are and how the authentication through from the NW portal to the ABAP backend system is going to replaced. Also how much user context information is needed on the backend system still, if at all anymore.
    I think we need more information here still before we can safely conclude that a client certificate is appropriate for an internet scenario.
    I am more worried about all those issues like stolen certificate and so on.
    From my SDN experiences it is more often a case of people loosing their certificates and user IDs than one of other people stealing them..    The vaste majority of the 2 million users are using passwords and those who are active seem to be happy with the password reset service --> also an option.
    Cheers,
    Julius

  • Multiple Logon in Production

    All,
    I am trying to understand the actual risk of allowing users multiple logon in production systems. As of now I believe that should logon credentials be stolen then it's not possible to monitor illegal logons and also a possible data inconsistency.
    Please throw some light, have tried searching with the logon profile parameters in the forum and online, but nothing concrete found.
    Kind Regards,
    AJS

    Hi Avinash,
    Production system should not allow multiple logon.
    Please have a look at below for restrict multiple logins :-
    [Restrict multiple logins for a single user in Portal |/message/6942923#6942923 [original link is broken];
    [Limiting Number of Users Logged On |http://wiki.sdn.sap.com/wiki/display/EP/LimitingNumberofUsersLogged+On]
    Hope it helps
    Regards

  • How to edit "license information for multiple logon" screen

    hey gurus
    i need to know how to edit or modify the 'license information for multiple logon" screen. this screen usually pops up when a user tries for a multiple logon to sap. We have activated the parameter 'login/disable_multi_gui_login' but we would like to modify the screen in such a way that only one radio button which says 'terminate this logon' should exist. we would prefer to remove the option of 'continue with this option and end any other logon'. Now i searched but i could not find anything to implement this so i am here and i need your advice and suggestions.
    thanks in advance.
    cheers.
    nate

    hey bernhard
    many thanks for your reply..i appreciate your help. its just that its not explicitly mentioned we cant modify the screen in the note.
    Is there any other note that specifically say so?
    thanks for your time buddy.
    regards

  • Cannot disable multiple logon

    Dear all,
    I want to disable multiple logon in my system, I have add parameter: login/disable_multi_gui_login value as 1. But it can't disable multiple logon after restart sap. Could you advice?
    Rdgs,
    Emily

    Hello Emily
    1. Try setting the parameter in default profile (DEFAULT.PFL).
    2. The parameter restricts multiple logon throguh sap gui only. I hope you are testing multiple logons through sap gui.
    Cheers,
    Tapan

  • I need a report in SAP which allows multiple Profit centers selection with

    Hi,
        Cany anybody help me with below issue -
    I need a report in SAP which allowing multiple Profit centers selection with :
    - Profit Center #
    - Profit center Name
    - Profit center long text
    - Profit Center group
    - the related PC node showing the BU and the product category group.
    Let me know is there any report which can provide us with all this details.
    With regards.

    Hi,
    I recommend the PCA standard drill-down or interactive reports accessible via the follwoing menu path:
    Accounting --> Enterprise Controlling --> PCA --> Infosystem --> Reports for PCA
    There are several reports which allow entering profitcenter groups or profitcenters.
    Long Text is not possible. Makes also no sense to report on Long Text.
    Best regards,
    Andreas

  • Disable the multiple Logons in ECC6 and allowing few users

    Dear All,
    I need to disable the multiple Logons in ECC6 and allowing few users, can multilogin in system.
    I have seen that the parameter login/disable_multi_gui_login and login/multi_login_users can be set.
    But need to know did any once use in Ecc6 system and what values to be given in login/multi_login_users.
    Please suggest .
    Regards,
    Kumar

    I have found an exmaple on the web of using javascript (it opens a child window that polls the parent window, and invalidates the session if the parent window is closed). I agree there always appears to be loop holes around most of th e solutions i've come across.
    I had the same idea about invalidating any previously known session for the same userid, I'm pretty new to the java/web app world so I'm struggling with finding the information I need. I couldn't find any methods to call to invalidate another session, I only came accross example where the current session invalidated its own session via call to the session object, do you have any idea how I would do that for other sessions.
    Mant thanks for your input.
    Derek.

  • Allowing Multiple Login of users in Production system

    Hello,
    In my office there are total 4 employes which all use SAP but they all use one username and password so it isn't possible for them to work at same time. Only one employe can work, then after he completes his task he must log-off, and then other employe logs-in and so on... So Multiple Logon option is disabled. I would like to enable Multiple Logon option but as I read it somewhere Mult.logons in productions system of users musbe set to off?
    I am not sure what do do because I need to have option for employes to lgoin at the same time with one username/password.
    If this is not possible is there any other way to achieve this? Also is there any way that one employe can enter/view data and other three employes can login at same time only to view data?
    Any help is appreciated and <removed_by_moderator> !
    Greetings,
    Adi
    Edited by: Julius Bussche on May 30, 2011 4:28 PM

    P1071191 wrote:
    Hi,
    >
    > In the default parameter, set the paramater login/multi_login_users,
    >
    > Set the value of this paramater login/multi_login_users UID1, UID2, UID3, UID4.
    >
    > May this solve your problem.
    >
    > Regards,
    > Vinod.
    >
    > Edited by: gvk1305 on May 31, 2011 8:36 AM
    gvk1305 wrote:
    Hi,
    >
    > In the default parameter, set the paramater login/multi_login_users,
    >
    > Set the value of this paramater login/multi_login_users UID1, UID2, UID3, UID4.
    >
    > May this solve your problem.
    >
    > Regards,
    > Vinod.
    >
    > Edited by: gvk1305 on May 31, 2011 8:36 AM
    @Jurjen Heeck
    Hello Jurjen,
    I have no intention to voilate any of license agreement, I had to do it once in emergency.
    @David Berry
    Hi David,
    There are four users in my office but I am not sure of exact total number of SAP users in my company.
    @R. Voerman
    Thank you very much for this information. I will try this definetly. Could you tell when I enter this parameter, then
    multi_login_users option is ON, right?
    @Julius Bussche
    You can also assign it selectively to more users than the length of the system parameter field allows...
    Hello Julious,
    how do I this in transaction SU01, what do I need to change?
    It's no problem form me to change this parameter but I am not sure if this is good because of security issues?
    http://sap-basis-security.blogspot.com/2009/01/how-to-restrict-multiple-logons-of.html
    Note:
    "Multiple logons of users must be set to 1 in sap production systems. This can be allowed in DEV systems. But in production it must be restricted."
    Edited by: samnovice on May 31, 2011 10:27 AM

  • Limited login in multiple logon blocked condition

    Hello Expert
    we are using ECC6.0 EHP4, we blocked multiple logon on PRD system but now want to allow multiple loggin on some ID
    but apart from that we also want to resrtict no total no. of logon session by 4 only.
    suppose USER1 is SAP ID on which we want to permit multiple logon with this permission we also want to restriction as only 4-5 logon session are allowed (on the same front-end system or different-different front-end system) for this SAP ID.
    plz help us to get this.
    best Regards
    Deepak Singh

    Hi Deepak,
    Refer SAP Note # Note 142724 - Prevention of multiple SAPGUI logons
    you can disable multiple user login acrocss SAP instance via profile parameter :login/disable_multi_gui_login =1
    however , further you can add exception list via SAP profile parameter:login/multi_login_users= <userID>
    as per your requirement , you further want restrictions by allowing above exception list with only 4 sessions , which you can control via SAP profile parameter : rdisp/max_alt_modes = 6
    pls check if it works , but mind changing SAp profile parameter requires SAP system restart to reflect changes
    Regards,

  • SAPGui for Windows Multiple Logon with Portal

    Hi,
    We are using SAPGUI for Windows in Portal in the external window, we are also using it the SAPConsole form the desktop. While using from desktop, the multiple logon (within same client) complains / comes with the pop-up with two standard options.
    We would like achieve the same functionality of popup (Restricting multiple logons for the same client) within the portal, any ideas?
    I came across certain threads and also notes but none seem to provide a solution....
    [Restrict multi logon to R/3 system from portal using single sign on.    |Restrict multi logon to  R/3 system from portal using sigle sign on.;
    [SAP GUI 7.10 and SSO - multiple logons issue. How to restrict it?    |/thread/1623980 [original link is broken];
    Note 142724 - Prevention of multiple SAPGUI logons
    Thank you in advance.
    Best regards,
    Dharmi
    Edited by: Dharmi Tanna on Jun 25, 2010 2:09 PM

    Lonny,
    The best way to authenticate users when they logon using SAP GUI for Windows, is to use SNC authentication in SAP GUi. Then, the browser iview will launch the GUI and the GUI will authenticate the user using their AD credentials issued during the Windows logon. You will need to setup an SNC library on both the ABAP system which the user is logged onto, and the workstation where SAP GUI is installed.
    If you don't use SNC, and you just launch SAP GUI for Windows from browser, then an SSO2 ticket is used to authenticate the user to the ABAP stack, and this is not secure due to the fact that the SAP GUI session which is used to pass the SSO2 ticket is not protected - anybody can intercept the SAP GUI session, take the SSO2 ticket from this traffic and logon as that user - clearly this is bad security and needs SNC to make it secure.
    Thanks,
    Tim

  • How to allow user to change SAP Portal password by themselves

    We would like to allow user to change SAP Portal password by themselves. However, I added role Manage_My_Password and Manage_My_Profile to a user account. After logoned with this user account and opened the option 'Personalize'. I only find the page allow me to customize the page layout. But I haven't find tab for changing profile and password.
    Pls advise.
    Thanks.
    Edward

    Hi Edwar,
    You can hide the pages from portal personalization workset. copy the workset and select the page and click on property -> select Invisible in Navigation Areas ->yes
    You can find the workset under
    Portal content->End user content->Standard Portal Users>Workset->Portal Personalization
    If you want a custom developed application fro change password see the below blog
    A Change Password Application
    Hope it helps
    Regards
    Santosh

  • Multiple logon screen doesnt appear and session end in 30mins

    Hi all,
    I have a problem with my login session.
    Multiple users use the same SAP USER ID to logon. but when i try to logon ( even when others are logged on d same id) i dont get the option for multiple logon screen to terminate/continue without ending the other logons but i get to logon directly without this screen as if i am the only user of this id.
    but when others try to logon (when others are logged on the same id) they get the screen of multiple logon with options.
    and my session termiates after every 30mins but their sessions continue without any termination. please note that no one termites the session by themselves.
    I am not able to figure out what is happening. I changed my pc, my gui, updated to the latest patches, changed the lan ports but nothing changes. i continue to face the same problem. please provide d needful solution.
    thanks.

    Check these parameters
    login/disable_multi_gui_login
    Controls the deactivation of multiple dialog logons
    Available as of SAP Basis 4.6
    login/multi_login_users
    List of excepted users, that is, the users that are permitted to log on to the system more than once.
    Available as of SAP Basis 4.6
    Find the full list of relevant parameters at:
    http://help.sap.com/saphelp_nw04/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm

  • Multiple logon for Microsoft Server 2008 R2

    I currently work for the U.S. Government as a System Administrator.  I'm in the middle of an inspection on my system and one of the inspector asked me about multiple logon for Microsoft Server 2008 R2.
    How many times are you allowed to logon to Microsoft Server 2008 R2 before it lock the system?  And also if I'm the system administrator what is the limit on logging to different systems with my account.
    These are questions that I do not have an answer to and I couldn't find any assistance on the Tech Support website.
    Thank you for your assistance.
    Andre'

    Hi,
    If you mean how many users can log on the same computer, this is limited by the resource:
    If You  refer system administrator as domain administrator, domain administrators have full administration rights to their domain.
    Alex Zhao
    TechNet Community Support

  • Multiple Logon disable

    Dear All ,
    while multiple logon are performed.SAP pop-up a message with 3 options
    1.terminate logon
    2.continue with the logon
    3.continue with the logon terminating other sessions.
    Here we Want to disable the 2 option that is : continue with the logon.
    Here we  came to know : we can add the following parameterto the instance profile
    logon/disable_multi_gui_login
    Pl guide with the steps how to add this & where ( Tcode & procedure ) .
    Regards

    Hi,
    Please go through the below SAPnote to get better clarity on it.....
    Note 142724 - Prevention of multiple SAPGUI logons
    PS: If this parameter is set to value 1, multiple SAPGUI logons (in the same client and with the same user) are blocked by the system. The parameter is effective during the SAPGUI logon. Logons to the system using the Internet Transaction Server (ITS) or Remote Function Call (RFC) are not influenced by the profile parameter. Furthermore, SAPGUI transaction calls (iViews) that are placed through the Workplace or the Enterprise Portal are not controlled with regard to multiple logons...
    Regards,
    PY

Maybe you are looking for

  • Need help with JOB_OPEN, JOB_SUBMIT and JOB_CLOSE

    I am calling a standard Report which popups list of sessions. Out of which, i select one session and the data belonging to that session is deleted from data base. I need to perform the above task using a single report which consists of  JOB_OPEN, JOB

  • CMS import  for SAP ESS component(SP 15) fails with fatal error.

    Hi, We are working on EP 7.0 SP 15. We have a requirement for changes to be made to SAP delivered ESS codes. We have set up the NWDI and and from the checkin tabn of CMS, the components SAP-JEE (7.00 SP18 ), SAP_JTECHS(7.00 SP18 ), SAP_PCUI-GP(SP 18)

  • Can't drag photos to page

    With iWeb '09 I can't drag photos from iPhoto events. It worked with iWeb '08 very well. How do you reset iWeb '09? Milan

  • Credit Note to be approved and released by Maanager before allow to print

    User wanted all credit note to be viewed and released by higher authority before allowing to proceed with printing. If there any configuration I can set for this task? if yes, can anyone guide me on the setup? Thanks a million

  • Set default frame size to "large" instead of "tiny"

    Hello, The title says it all, really. As I do more scripting than animation, I'd like to have large frames by default. This setting is not even saved with the file. Is there any way ? Thanks. PJ