Specifying the Client to Use for Logon
Tickets
When issuing logon tickets, it is necessary to make sure that the user’s ID for which the logon ticket has been issued is unique. For the case when the accepting system is AS ABAP, this includes determining the system ID and the client where the user exists. These attributes are necessary when maintaining the access control list in accepting systems and are therefore included in the user’s logon ticket.
When the AS Java is the ticket-issuing system, its system ID is used as specified in the installation. Although the AS Java does not have a client, it still needs to provide a client value to use for logon tickets so that the tickets can be accepted by other systems, for example, an AS ABAP system. The default client for the AS Java is 000, however, you can configure the use of a different value.
You configure the client ID with the UME property login.ticket_client.
...
1. Using the identity management functions of the SAP NetWeaver Administrator, enter the AS Java client ID as a value for the UME property login.ticket_client.
For more
information, see
Editing UME
Properties.
2. Restart the AS Java.