ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Disable Multiple Logins in Same Client

Print This Post Email This Post Written by admin on Oct 7th, 2008 | Filed under: Basis

To Disable multiple logins in the same client,  implement the parameter in the instance profile.
login/disable_multiple_gui_login = 1

If you do not use this parameter in your system, users have the ability to ignore this warning window at the time they try to login to the same client. Activating this parameter in your system will make you look good incase you are audited.Now, what if you want to allow logins for some users but not all. There is a workaround for that too.
Implement the parameter login/multi_login_users
You can list the users ids that should be ignored if the first parameter is active.

Share

If you like this post, you may as well like these too:

  1. Client Dependent and Client independent tables There are certain tables, in SAP, which when changed will not affect similar tables in other Clients. These are known as Client-Dependent tables. All Client-dependent tables have MANDT as their...
  2. Disable “Import All” in STMS Queue Login to your Transport Domain Controller. Run STMS –> Overview –> System Choose the system you want to disable “Import All” button. Goto transport tool tab. Add/Create Parameter “NO_IMPORT_ALL” set...
  3. Maintain Multiple Shift Depreciation The following steps are needed to maintain multiple shift depreciation: The variable depreciation portion as a percentage rate is to be maintained in the detail screen of the depreciation area....
  4. Assing Multiple G/L Accounts in Purchase Order We can assign multiple G/L accounts in the Purchase order for the same line item. The costs can be allocated on a percentage or quantity basis. If the partial goods...
  5. Installation of Multiple SAP Systems in MSCS: Oracle How to Install multiple SAP Systems. Download from Rapidshare or Mediafire. Contents Chapter 1 Introduction Chapter 2 System Configuration in MSCS 2.1 SAP System Components in an MSCS Configuration 2.2...
  6. ABAP Programs: Appending multiple lines REPORT ZSOURCE1205.* Work area for a database tableTABLES CUSTOMERS.* Defining internal tablesDATA: ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE, OLD_CUSTOMERS LIKE CUSTOMERS OCCURS 10 WITH HEADER LINE.* Filling both...
  7. ABAP Programs: Deleting multiple entries from a database table REPORT ZSOURCE1308.* Work areaTABLES CUSTOMERS.* Internal table for deleted entriesDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 50 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS WHERE CITY...
  8. ABAP Programs: Modifying multiple entries in a database table REPORT ZSOURCE1306.* Work areaTABLES CUSTOMERS.* Internal table for changed entriesDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 50 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS WHERE CITY...
  9. ABAP Programs: Updating multiple entries in a database table REPORT ZSOURCE1304.* Work areaTABLES CUSTOMERS.* Internal table for changed entriesDATA CHANGED_CUSTOMERS LIKE CUSTOMERS OCCURS 50 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS INTO TABLE CHANGED_CUSTOMERS WHERE CITY...
  10. ABAP Programs : Inserting multiple entries in a database table REPORT ZSOURCE1302.* Work areaTABLES CUSTOMERS.* Internal table for new entriesDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.* Filling the internal tableALL_CUSTOMERS-ID = ’12345678′.ALL_CUSTOMERS-NAME = ‘Brown’.APPEND ALL_CUSTOMERS.ALL_CUSTOMERS-ID = ’11111111′.ALL_CUSTOMERS-NAME =...
  11. What is a Client? A client is a independent unit in the SAP system from an organizational point of view. Each client has it’s own data environment. The client concept allows for the joint...



One Response to “Disable Multiple Logins in Same Client”

  1. Hi!, Very interest angle, we were talking about the same thing at work and found your site very stimulating. So just had to com­ment a huge thank you for all your effort. Please keep up the great work your doing!

Leave a Reply