Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

You want to open Adobe documents using ADS in your ERP ABAP system. You should connect a Java system to realize this need. In our case, we have a Java stack which is integrated to BW ABAP stack. The version of the systems is Netweaver 7.0 EHP1 (NW 7.01) .

1-ADSUSER has been created in BW client (001) of BW ABAP system. Its type is "service" and it's provided a new password. ADSCallers role, which had been created via PFCG as empty, has been added:

2- ADSUSER should be assigned to parent group "ADSCALLERS". This is checked via BW JAVA Visual Admin.

Please click "Policy Configuration" tab and then "Securiyt Roles" tab. When you select ....ServicesAssembly.jar ADSCaller should be visible there.

3-In ERP ABAP system, please create an RFC connection named "ADS". Enter target host and path prefix, service no.

Assign ADSUSER (BW ABAP 001 Client) and its password that you've already provided in step 1:

Connection test should provide result "200 (OK)" :

If it results with an "403 Forbidden" error, apply that solution in the scn link:

http://scn.sap.com/message/6668193

Open your Visal Admin and to go Security provider and choose the Policy Configuration "com.sap/com.sap.engine.services.webservices.tool~wsnavigator". Select the tab "Security Roles". The applied security roles for WSNavigatorRole is most likly "administartors". Please change this to "all" if you want that everyone can at least call the wsnavigator application or restrict it by other criterias, BUT make sure your adsuser can access it! Save your change.

4-Create ADS_AGENT service user in ERP ABAP System (default client to be used) and assign roles:

SAP_BC_FP_ICF , SAP_BC_FPADS_ICF and ADSCallers.

Login to the visual admin on the  BW JAVA system and follow the tabs below. Create HTTP node like in the screenshot. Enter ERP ABAP information and assign the ADS_AGENT credentials.

"Save and Test" . Ignore 404 Error.

5-Activate fp fpads services via SICF, on ERP ABAP System.

6-Follow the tabs on visual admin of BW JAVA, like in the screenshot. Enter ADSUSER (you've created on BW ABAP side - step1) credentials like in the screenshot.

7-Restart services below to get activated:

9-Put the .pfx file that has been provided from OSS in the following path (BW ABAP system)

/usr/sap/<SID>/SYS/global/AdobeDocumentServices/TrustManagerService/trust/credentials

Then from the visual admin open the following tabs and point the .pfx file which you've already put in place. Enter the password which has been provided by OSS.

10-Please execute the report "FP_TEST_00" via sa38 and select LP01 with printer preview. The following screen should show up, if the configuration works proper.

9 Comments
Labels in this area