Creating a User in AS ABAP for Basic
Authentication
When your system is an ABAP+Java system the user ADSUser is created during the execution of the wizard-based configuration. This user is required for the secure communication between the ABAP system and the Java system where the Adobe document services are installed. You have to proceed the following procedures manually when your system is not an ABAP+Java system.
...
1. Log on to the AS ABAP with an admin user, in the client that is used for the UME authentication.
2. Choose Tools → Administration → User Maintenance → User (transaction SU01).
3. Enter ADSuser as user name and choose Create.
4. Choose system user as type for ADSUser.
5. Enter a password and save your settings.
...
1. Choose Tools → Administration → User Maintenance → Role Administration → Roles (transaction PFCG)
2. Create a role ADSCALLERS (no authorizations required).

The ADSCallers role in SAP NetWeaver AS ABAP appears automatically as the ADSCallers group in the NetWeaver Administrator.
3. Activate the role.
4. Assign user ADSUser to this role.
...
1. Navigate to http://<server>:<port>/useradmin to start the User Management.
2. Choose Role and search the role named SAP_ADSCALLER.

This UME role was created during installation.
3. Go to the Assigned Users tab. Under Available Users, search for the user ADSUSER and press Add to assign this user to the role SAP_ADSCALLER.
4. Save your changes.