Hi Sandy,
To my knowledge this is the one you are looking for - I have done the same settings in my environment ( Indeed, I have not mentioned anything about importing credentials - For Adobe interactive forms )
ADS configuration - Admin perspective
Step1 : Create a user with type as service in the ECC system (ADS_AGENT) with the roles
SAP_BC_FP_ICF --> if AS ABAP and AS Java (with ADS) are on the same system
SAP_BC_FPADS_ICF --> if AS ABAP and AS Java (with ADS) are on different systems
Step 2 : In case, if your system has VA in the EP system - please follow the below settings and for the new releases - Please use the NWA settings
Creating the Destination
- Log on to the Visual Administrator.
- On the Cluster tab, choose Server <x> ® Services ® Destinations. Under Runtime, select HTTP. The available destinations are displayed.
- Choose the destination you want to change. The information that applies to a selected destination is displayed in the right pane. Proceed with step 6.
- Choose New in the navigation panel, if the destination does not exist, yet.
- In the dialog box that follows, enter the name FP_ICF_DATA_<SID>, where <SID> is your ABAP system, for the new destination and choose OK.
- a. Under Connection Settings, enter the message server (or Web Dispatcher) of the SAP NetWeaver AS ABAP in the URL field: http://<hostname>:<HTTP_port>
- Enter the appropriate client number of the system, where the service user ADS_AGENT exists into the client field. Keep the other fields System ID and Language empty.
- Under Logon Data, choose BASIC in the Authentication field.
- Enter ADS_AGENT in the Username field and enter the same password as given for this service user in the SAP NetWeaver AS ABAP in the Password field.
- d. Choose Save.
Step 3 : Create a ADSUSER ( Type as System) with the roles as ADSCALLERS in the UME Authentication
Step 4 : Assinging the security role in Java
- Log on to the Visual Administrator. (See How to Start the Visual Administrator)
- On the Cluster tab, choose Server <x> ® Security Provider.
- On the User Management tab, choose the Tree tab in the left panel.
- In the User Tree, ensure that the user you created in ABAP appears under the ADSCallers group.
- On the Policy Configurations tab, in the Components area, select com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar.
- On the Security Roles tab, select ADSCaller from the Security Roleslist.
- In the Mappings area, choose Add, which is assigned to Users. A dialog Choose Users or Groups is displayed.
- Choose the Tree tab.
- 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.
Step 5 :Creating RFC - Setting up Authentication
- Log on to your SAP Web AS central instance host.
- Call transaction SM59.
- Choose Create.
- Enter at least the following:
- e. RFC destination: ADS
- f. Connection type: G
- Description: <your description>
- Choose ENTER
- Choose the Technical settings tab and enter at least the following:
Target Host:-
Enter the host name of the J2EE Engine that runs the Adobe document services or of the SAP Web dispatcher if applicable.
Service No:-
Enter the HTTP port number of the Target Host you have specified (The following naming convention applies: 5<J2EE_instance_number>00 (50000, for example, if your J2EE instance is 00).
Path Prefix:
Enter exactly the string /AdobeDocumentServices/Config?style=rpc
Hint: A warning is displayed: Query String Not Allowed. Ignore this warning by pressing Enter.
- Choose the Logon/Security tab, select Basic Authentication.
- In the User and Password boxes, enter the user name ADSUser and the password of the portal system
- Save your settings.
Step 6: Basic authentication in JAVA
This procedure applies for the scenario of interactive forms. Set up Basic Authentication to access the Java version of the PDF object.
- Log on to the Visual Administrator.
- On the Cluster tab, choose Server <x> ® Web Services Security.
- Choose Web Service Clients ® sap.com > tc~wd~pdfobject ® com.sap.tc.webdynpro.adsproxy.AdsProxy*ConfigPort_Document.
- From the Authentication list, select BASIC.
- In the User and Password boxes, enter as Username ADSUser and a Password.
- Choose Save.
- The authentication data must be activated. For doing this navigate to Services ® Deploy.
- Choose the button Application.
- Choose sap.com/tc~wd~pdfobject in the tree.
- Choose Stop Application.
- For restarting the application choose Start Application.
Step 7: Check the configuration settings by running the report
Checking by Executing Test Report FP_TEST_00
Use the printer which is defined for PDF printer (Device type should be appropriate)
Note : I have copied the content from help site and modified according to my easy understandings with my own documents --> So most of the thing it resembles the SAP help site
Hope this should helps
Regards
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.