Show TOC

Prepare the AS ABAP System as UME Data SourceLocate this document in the navigation structure

Prerequisites

The AS ABAP system has a release status of at least SAP Web AS ABAP 6.20 SP25.

Procedure

  1. Check the following in role maintenance (transaction PFCG) of the AS ABAP system:
    • Do the roles SAP_BC_JSF_COMMUNICATION and SAP_BC_JSF_COMMUNICATION_RO exist, and have their profiles been generated?
    • Do the roles SAP_J2EE_ADMIN and SAP_J2EE_GUEST exist?

      Since these roles do not contain any ABAP authorizations, you do not need to generate their profiles.

  2. In user maintenance (transaction SU01), create the user SAPJSF_<SAPSID_of_SAP_Web_AS_Java> with the user type System, and enter any password for it.
  3. Assign the role SAP_BC_JSF_COMMUNICATION_RO to the user.
    Note

    We recommend that you assign the role SAP_BC_JSF_COMMUNICATION_RO to this user to allow it purely read access to the data with Java tools. For the user to be able to maintain user data with Java tools (for example, changing, creating, or deleting users), you need to assign the role SAP_BC_JSF_COMMUNICATION to the user.

  4. In user maintenance (transaction SU01), create the administration user for the AS Java with the user type Dialog and any password, and assign the role SAP_J2EE_ADMIN to the user.
    Note

    We recommend that you call the user J2EE_ADM_<SAPSID_of_SAP_Web_AS_Java>.

    Caution

    Log on to the AS ABAP once with this user, to change its initial password. Otherwise, the installation of the AS Java will not work.

  5. In user maintenance (transaction SU01), create a dialog user with any password and assign the role SAP_J2EE_GUEST to the user. This user is your guest user for the AS Java.
    Note

    We recommend that you call the user J2EE_GST_<SAPSID_of_SAP_Web_AS_Java>.

    Caution

    Log on to the AS ABAP once with this user, to change its initial password. Otherwise, the installation of the AS Java will not work. You should only use this user for anonymous logons. Therefore, lock the user after the installation, so that it is not used for logons with user names.

Result

You have prepared the AS ABAP system for installation as the UME data source.