cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring ADS

Former Member
0 Kudos

Hi, From few days I am facing an issue regarding printing of PDF forms. Solution discovered is to install ADS, but main concern is my system doesn't have JAVA stack installed. Can anyone help me on this?

Regards,

Srinivas.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

to configure ADS.

you need a JAVA stack either on the same system or you can connect to any JAVA stack system or ABAP + JAVA stack system in your Landscape.

your single JAVA system can cater number of ABAP system for ADS.

on portal( JAVA STACK) there is component as ADS need to be install.

and there is few configuration need to be done for the connectivity after that u can see the PDF in internet browser.

JAVA STACK is requird as it open the PDF in browser. with the help pf ADS component having PDF plugins in it.

and for PDF form there is setting need to be done on ADOBE software install on the machine u r working on

Former Member
0 Kudos

Hi, Thanks for the info provided, in my landscape there is a BI system which has JAVA stack. Please let me know if configure ADS on that machine, how can I connect my required server(ECC DEV (Unix on Oracle)) to the ADS installed JAVA stack system?

SandipAgarwalla
Active Contributor
0 Kudos

Srini

You should look into the ADS installation and configuration guide. It has the detailed steps..

Here is the link to download the above guides

https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000659894&_OBJECT=01100035870000072618...

sandip

premsukh_bishnoi
Contributor
0 Kudos


1.  Log on to the SAP System with an admin

   user, TCODE : SU01.
   choose create, Username : ADSUser, User Type : “system user”
   with standard password.

1.2.
       TCODE : PFCG, create a role ADSCallers (no authorizations required).
        Activate the role. Assign user ADSUser to this role.Assigning
the Security Role in Java


1.1. Log on to the Visual Administrator.
2.2. On the Cluster tab, choose Server
<x> → Services→Security                  Provider.
3.3. On the User
Management tab, choose the Treetab
in the left panel.
4.4. In the UserTree,
ensure that the user you created in ABAP appears under the ADSCallersgroup.
5.5. On the Policy
Configurations tab, in the Componentsarea,
select com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar.
6.6. On the Security
Roles tab, select ADSCallerfrom
the Security    Roles list.
7.7. In the Mappingsarea,
choose Add,
which is assigned to Users. A
dialog Choose Users or Groups is
displayed.
8.8. Choose the Treetab.
9.9. In the User
Tree,
under the ADSCallersgroup,
select the ADSUseryou
just created and choose OK.
This assigns the new user to the ADSCallersecurity
role.


Create
a  RFC destination ADS
(connection type G).
Target Host: J2EE engine name where ADS is
installed

  Service No: J2EE engine http port


Path Prefix: /AdobeDocumentServices/Config?style=rpc

–Choose
the Logon/Security
tab and select Basic
Authentication


Enter ADSUser
and the earlier specified password.

–Create
User ADS_AGENT
in ABAP with “service” user type.

Assign the role SAP_BC_FP_ICF this user.
if AS ABAP and AS Java (with ADS) are
on the same system (Double-Stack or Java Add-In).

Assign the role SAP_BC_FPADS_ICF this user.
     if AS ABAP and AS Java (with ADS) are on
different systems

SICF
activation

   Transaction:
SICF

   Choose the service Default_host
__MCE_ITEM__®
sap __MCE_ITEM__®
bc
__MCE_ITEM__®
fp
activate it


Creating
http-destination for Web AS in admin tool.

Tool:
Visual Admin  __MCE_ITEM__®  Destination
service Under
HTTP,
create entry FP_ICF_DATA_<SID>
where SID is ABAP  backend.

URL:http://<ABAP server>:<ABAP http
port>/


Authentication
type: Basic


User:
ADS_AGENT

Password:
configured by previous step


Save your changes.

In 700 ADS is installed by default along
with the AS JAVA but in 710, We have to select it as a separate Usage Type, if
not selected during the installation then we can install these Adobe services
separately.

\Note:Verifying the ADS Destination as a
part of Configuration.


a.n SE38 check the version of the ads
using the report FP_PDF_TEST_00.
b.n SE38 check if you can get a pdf
output using report FP_PDF_TEST_01

Sap note :894009
:  Adobe Document Services: Configuration Guide (SAP NW 7.0)

SAP note: 944221
:Troubleshooting if problems occur in forms


Links:

Configuration
Guide:


http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ffd...

I hope these are some useful information.

Regards, Premsukh Bishnoi

Former Member
0 Kudos

is ADS comonent is deployed on it.

for ADS configuration check SAP Note 944221 and for interavtive adobe form check Note 834573.

regards,

Meenakshi

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi all,

Can I configure QAS System with same EP-DEV (ECCDEV-EPDEV connection exists?. I Dnt have EP-QAS here. I want to configure ADS in ECCQAS too.

Thanks,

Srinivas.

varun_vadnala3
Active Participant
0 Kudos

Hello,

You can configure the QAS system also.
Please login of the same user id and password.Run the file and then restart the system.

Regards,

Varun

Former Member
0 Kudos

hi,

you can configure QAS but with the risk that if your with which your ADS is configured is down then QAS adobe service also  effected.

use adsuser and u can configure the that system also and making ADS hub.

if this issue is resolved . close this thread

varun_vadnala3
Active Participant
0 Kudos

Hello,

 

The execution of following prgrams tells the status of ADS.

 

FP_TEST_00 -- if the out put of the program is succesful,then the ADS configuration is correct. 

FP_PDF_TEST_00 -- If the system displays version number of ADS,configuration of the RFC

connection is correct.

FP_CHECK_DESTINATION_SERVICE-- If the system displays the file size of the generated pdf,with and without check box,then the configuration of destination server is correct.

For further Info on ADS you can check the Snote : 944221

Regards,

Varun

Former Member
0 Kudos

Yes this is done..

Former Member
0 Kudos

if you are done.

flag it as answered.

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Moved this to right space

Former Member
0 Kudos

Thanks all for your support, ADS is working fine. Solution for the above post is an programming error in HCM forms - reply from SAP.

Former Member
0 Kudos

Hi, Can any one help me by sending ADS Configuration guide for NETWEAVER 7.3.

Former Member
0 Kudos

Hi,, thanks for fast response, I have been going through the same link, but am very new in basis and this is very confusing that i cant go through the process. If possible, can you send me other link which guides in detail?

Former Member
0 Kudos

for ADS configuration on netweaver 7.3.

there is nothing to do. you have to run 2 wizards.

go to http://<hostname>:<port>/nwa->  Configuration->Scenarios-> Configuration wizard->Functional Unit Configuration UI->Adobe Document Services-> Enable auto.

when its finish then go to

http://<hostname>:<port>/nwa->  Configuration->Scenarios-> Configuration wizard-> search Task

(Configuration of the Adobe document services as a hub). Run it . provide the input.

run this wizard provide the input and you are done.

and you can see what all it is doing in the logs.

regards,

Meenakshi

SandipAgarwalla
Active Contributor
0 Kudos

Refer this blog by Puneet

http://scn.sap.com/people/sunny.pahuja2/blog/2012/01/04/ads-configuration-in-netweaver-73

it has the steps with screenshots..

Former Member
0 Kudos

Hope i have done with all the configuration, now when I tried to run FP_TEST_00 in SA38, it navigated to a PDF page but when I tried print preview using tcode PC00_M40_EPF - status is "no job started"  Can u guys help me again?

Former Member
0 Kudos

Hi gurus,

I am able to generate pdf files in PRD but failing in DEV system "no job started" is the reply.

Can anyone suggest?

Regards,

Srinivas

Former Member
0 Kudos

For printing PDF forms you must have JAVA stack installed on any system in your landscape. For example, you can use Solution Manager System.

Kind regards

Roman