You are on page 1of 10

ADS Configuration in NW 7.

0 (without SSL)

Create User ADSUSER in NW AS ABAP as System User (SU01)

Create Role ADSCALLERS without any authorizations (PFCG)


The ADSCALLERS role in SAP NW AS ABAP appears automatically as the
ADSCALLERS group in the J2EE Engine

Assign the role ADSCALLERS to ADSUSER along with the following roles,
SAP_BC_FP_ICF
SAP_BC_FPADS_ICF
SAP_BC_JSF_COMMUNICATION

Create Service User ADS_AGENT in ABAP (SU01)


Assign the following Roles,

Assign Security role in JAVA

1. Go to Visual Admin
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 Roles list.
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 ADSCALLERS security role.
Create ABAP RFC Connection (SM59)

RFC Destination - ADS


Connection Type - G
In Logon security Tab, enter ADS_AGENT and its password as,

Test the Connection


Activate ICF Services

1. Log on to your SAP Web AS ABAP system


2. Choose transaction SICF.
3. Choose default_host → sap → bc → fp in the tree.
4. Choose Service/Virt.Host → Activate
5. If AS ABAP and AS Java (with ADS) are installed in different systems, and you
want to bundle your forms to improve performance, you also have to activate the
fpads ICF service.

Create following Destination Service (Visual Admin)

FP_ICF_DATA_<SID>

In URL field enter http://<hostname>:<HTTP_port>

If you choose Save and Test, you can ignore the message Error during ping operation:
Received HTTP response 404.
Set up Basic Authentication in JAVA Environment

1. Log on to the Visual Administrator.


2. On the Cluster tab, choose Server <x> → Services → Web Services Security.
3. Choose Web Service Clients → sap.com > tc~wd~pdfobject →
com.sap.tc.webdynpro.adsproxy.AdsProxy*ConfigPort_Document.
4. From the Authentication list, select BASIC.
5. In the User and Password boxes, enter as Username ADSUser and a Password.
6. Choose Save.
7. The authentication data must be activated. For doing this navigate to Services → Deploy.
8. Choose the button Application.
9. Choose sap.com/tc~wd~pdfobject in the tree.
10. Choose Start Application.
To activate the Application,

Configuration Check

I
➢ Go to SA38
➢ Test program FP_TEST_00
➢ If the FP_TEST_00 form is displayed in the print preview, the ADS configuration is
correct.

If the system displays an error message instead of a form, the configuration of ADS is incorrect
. The carry out additional tests. Go for STEP II
II
➢ Now check RFC connection to ADS by Program FP_ADS_TEST_00 in SA38
➢ If the system displays the version number of ADS, the configuration of the RFC
connection is correct. Then Proceed with III
Otherwise You receive one of the following error messages:

1. If the system displays dialog fields for user and password instead of the version
number, the entries for user and password in the RFC connection do not match the entries in user
management.

-> Check the user and the password. Continue with point

2. The system displays a "SYSTEM ERROR" with the following text:

ERROR MESSAGE : SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned


with status code"

-> Check or correct the details for target device, service number and path prefix in
the RFC connection (transaction SM59).

3. If the system displays an error message stating that there is no valid HTTP
connection, then there is no RFC connection to ADS.

-> Correct or create the RFC connection (transaction SM59).

III Check the Setting for Destination Service


III.1 In SA38 call FP_CHECK_DESTINATION_SERVICE
a) First of all, execute the program without selecting the option "With Destination
Service".

b) Now select the option "With Destination Service" and execute the program again. The
system processes the test form, using the destination service.

• If the system displays the same message (file size of generated PDF) as it does in
a), the configuration of the destination service is correct.

If the System issues error message carry out following steps :

1. Enter the following URL in your Web browser:


http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp
2. In the dialog box for the user, enter ADS_AGENT and the relevant password.
If the browser displays an error message instead of the XML file,
a) Call Visual Administrator and navigate to Services -> Destinations
b) Extend the setting in field URLunder Connection Settings to:
http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp
c) Choose 'Save and Test'
If the settings are correct, the system issues the message: "HTTP GET response code 200
Content Type/xml.".
Do not forget to change the URL back to http://<server>:<port>.

IV If you get the error FPRUNX004 while executing any of the above tests do the following,
1. Go to SE37
2. execute the function module FP_GET_LAST_ADS_ERRSTR
After you have called the FP_GET_LAST_ADS_ERRSTR function module, the system will delete the
text internally. A second call will, therefore, not return any results.

Document Prepared by
RENJITH R
RAJESH LS

You might also like