Disable Multiple Logins in Same Client
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.
If you like this post, you may as well like these too:
- 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...
- 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...
- 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....
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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 =...
- 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...



















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