cancel
Showing results for 
Search instead for 
Did you mean: 

SFP - Form Printing transaction?

former_member202077
Participant
0 Kudos

Hello

Recently we upgareded to ECC 6.0, pls. let us know,

1) To develop a custom Adobe Print Form via SFP transaction, do we need ADS server seperately?

2) Does ADS server processes the data or just renders the layout?

3) In order to open any standard SAP's Adobe Print Form in SFP transaction, the local PC must have installed the Adobe LiveCycle Designer (just for view purpose)?

4) JCo is the connnection between SAP ECC and ADS?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

sandeep_katoch
Contributor
0 Kudos

Hi MSR,

Yes ADS is must for developing and testing print adobe form

Check this for installation

http://help.sap.com/saphelp_nwpi711/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/content.htm

2: ADS is used to provide the acrobat reader rights to your form. In the link provided above your second question will be answered

3: No Adobe LiveCycle designer only allows you to develop layout in sfp. If you will not be having ALD in local machine then you will not be able to open layout and design layout in sfp transaction.

4: Connection between ADS and ECC is done via rfc. This also will be clear when you will read the configuration steps in link above.

Hope it helps

Rgds,

Sandeep katoch

former_member202077
Participant
0 Kudos

Thank you.

I have gone thru the provided link, but pls. let me know, how SAP and ADS shares the tasks? i mean, each of the below tasks, where takes place?

We developed a custom interactive form w/ WDA

1) Say, i have provided a button with caption of LAUNCH THE ADOBE INTERACTIVE FORM FOR USER DATA ENTRY and user clicked the button, then pls.let me know how SAP and ADS comes into picture?

2) After data entry the user has clicked the other button of SUBMIT. now how the ADS plays role?

3) When developer is developing the form, we enter a name, say MY_TEST_ADOBE in SFP and clicked CREATE button, then how the ADS comes into picture?

4) My understanding is: ADS do NOT store any user entered data and even ADS will not take any role in sending & receiving the user enetered data back & forth? is my undertading is correct? alwyas, its sole role is just rendindering the layout with propritery rights?

Thank yoy

sandeep_katoch
Contributor
0 Kudos

Hi,

1: As soon as user clicks the button for launch adobe interactive form and it is online form then there is a job opened at beckend that calls for ADS and the form with all the acrobat properties is generated for user entry. Remember one thing the form if it is online gets generated everytime in ADS JAVA stack server and is then returned to SAP with all the rights as soon as the job is closed.

2: When the data is entered and user press submit then ADS does not come into picture as the form is already generated with all the rights needed for acrobat user.

3: When a developer clicks on create then again ADS does not come into picture but yes as soon as the developer will try to activate the form there is a call to ADS server from SAP for form generation and if ADS is not installed then form itself will not be generated.

4: Yes , ADS does not store user data but it is important for form generation as if it is not installed or is incorrectly configured then form itself will not be generated.

Hope now the doubt is clear

Rgds,

Sandeep Katoch

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

I believe there's a need for clarification. SAP Interactive Forms by Adobe can be used in two (at least) very different scenarios. First one is "print forms" (like order confirmation or invoice). Second one in "interactive forms" (like using nice PDF form with fields to send data to SAP for processing and storage).

What scenario are you planing to use ADS for? While the tools and technologies used for both are generally the same, there are some differences in configuration and licensing.

former_member202077
Participant
0 Kudos

Thank you, yes, you are correct that there is differences in licensing and am aware that part.

What am confusing here is the ADS role in perspective of SFP's Adobe  (Print and Interactive), i mean, when it get into picture and when it is disconnected from SAP and what actuualy it will do?

I guess, Sandeep answered nicely, Thank you.

I am curious to know further, if any expert like you sheds light

Thank you both