Show TOC Start of Content Area

Procedure documentation Creating a User in the SAP NetWeaver ASABAP for Basic Authentication  Locate the document in its SAP Library structure

Use

When your system is not an ABAP+Java system the user ADSUser was not created during installation. This user is required for the secure communication between the ABAP system and the Java system where the Adobe document services are installed. Proceed the following procedures:

Creating a User in the SAP NetWeaver ASABAP:

...

       1.      Log on to the SAP system 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.

Assigning a Role in ABAP

...

       1.      Choose Tools  ®  Administration  ®  User Maintenance  ®  Role Administration  ®  Roles (transaction PFCG)

       2.      Create a role ADSCallers (no authorizations required).

Note

The ADSCallers role in SAP NetWeaver AS ABAP appears automatically as the ADSCallers group in the J2EE Engine.

       3.      Activate the role.

       4.      Assign user ADSUser to this role.

Assigning the Security Role in Java

...

       1.      Log on to the Visual Administrator. (See How to Start the Visual Administrator)

       2.      On the Cluster tab, choose Server <x>  ®  Services  ®  Security Provider.

       3.      On the User Management tab, choose the Tree tab in the left panel.

       4.      In the User Tree, ensure that the user you created in ABAP appears under the ADSCallers group.

       5.      On the Policy Configurations tab, in the Components area, select com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar.

       6.      On the Security Roles tab, select ADSCaller from the Security Roleslist.

       7.      In the Mappings area, choose Add, which is assigned to Users. A dialog Choose Users or Groups is displayed.

       8.      Choose the Tree tab.

       9.      In the User Tree, under the ADSCallers group, select the ADSUser you just created and choose OK. This assigns the new user to the ADSCaller security role.

 

 

 

 

End of Content Area