Disabling Companies for an ABAP Data Source
Use
By configuring an SAP NetWeaver Application Server (AS) ABAP as the data source, the user management engine (UME) automatically retrieves the list of user groups from the ABAP system. This enables the AS Java to use the delegated user administration of the AS ABAP. If you do not want to use delegated user administration on the AS Java, you can disable the creation of companies from the ABAP user groups.
Reasons for disabling companies include the following:
- You do not want to make your delegated user administrators in the AS ABAP members of the groups for which they are responsible.
- You simply do not want to use delegated user administration in the AS Java.
More Information:
Prerequisites
This procedure requires you to restart the AS Java, so you should plan for the required downtime.
Procedure
- Configure the required UME properties.
For more information about editing UME properties, see Editing UME Properties .
- Set the UME Property ume.tpd.companies= 0 .
- Set the UME Property ume.tpd.imp.class .
You can use one of the following two assignments:
- ume.tpd.imp.class=com.sap.security.core.tpd.SimpleTPD – this value is updated to com.sap.security.core.tpd.abap.R3GroupTPD after a restart of the system;
- ume.tpd.imp.class=com.sap.security.core.tpd.abap.R3GroupTPD.
- Restart the AS Java.