cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create a pdf form Using Web Dynpro - Java

Former Member
0 Kudos

<b>Hi

Can any one specify how to create a pdf form using the Java Web Dynpro and beyond NWDS what are the other things needed ie Adobe products...</b>

<i>Any valuable suggestions will be rewarded with points.....................</i>

<b>Regards

Chandran</b>

Accepted Solutions (1)

Accepted Solutions (1)

former_member751941
Active Contributor
0 Kudos

Hi Chandran,

To be able to use PDF forms in Web Dynproapplications:

&#56256;&#56442;SAPNetWeaverDeveloper Studio(minimum SPS 11) is installed

&#56256;&#56442;Adobe LiveCycleDesigner7.0 is installed

&#56256;&#56442;Adobe Reader7.0.x is installed

&#56256;&#56442;SAP NetWeaverWeb AS Javacompatible with the DevStudiois installed

&#56256;&#56442;The Adobe Document Servicesare deployed and configured on the SAP J2EE Engine.

&#56256;&#56442;The Active Component Framework(ACF) of the Interactive Forms integration is installed. (not mandatory)

&#56256;&#56442; Internet Explorer(version 6)

Check this links.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2b6db1c4-0801-0010-faa5-ff4b4df5...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e...

/thread/104121 [original link is broken]

Regards,

Mithu

Former Member
0 Kudos

<b>Hi Mithu

Thanks for your suggestion

Actually my task is i am having an Excel sheet with following details (Name,Emp_No, Salary) .

The thing i want is each row in the excel sheet should be taken as value and that details should be populated in separate pfd forms in a separate folder ie 10 record are there means 10 pdf files should be created.

I hope you understand my task

Can you give suggestions for the above how to achieve this task

Regards

Chandran</b>

former_member751941
Active Contributor
0 Kudos

Hi Chandran,

You can do one thing 1st read the excel file data in to the Webdynpro View Table

check this link to read the data from excel file.

(excel)

/people/anilkumar.vippagunta2/blog/2007/02/04/office-control-in-webdynpro-ii(excel)

/people/subramanian.venkateswaran2/blog/2006/08/16/exporting-table-data-to-ms-excel-sheetenhanced-web-dynpro-binary-cache

Table layout like

-


check | Name | Number | Salary

-


Checkbox | Emp.name | Emp.no | Emp.salary

-


Checkbox | Emp.name | Emp.no | Emp.salary

-


SubmitButton

when you click on the SubmitButton button for each row of the selected checkbox a Pdf will be generated and it will be open in an external window. inside the action of the SubmitButton you have to set the value for the PDF field.

For online PDF

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8d7b9e7d-0c01-0010-2495-94769155...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/176882c3-0401-0010-9fbc-d9fa1f71...

Regards,

Mithu

Answers (2)

Answers (2)

Former Member
0 Kudos

Still Need More Information About Online Interactive Pdf forms

Former Member
0 Kudos

Hi Chandran,

Please find the links for adobe

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/95/5a08cd0e274a0bae559622d6670722/frameset.htm">ADS Configuration Guide</a>

<a href="/people/thomas.jung3/blog/2005/07/13/lessons-learned-from-adobe-forms-development elements in Adobe</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bfbcd790-0201-0010-679d-e36a3c6b89fa">Adobe & RFC</a>

<a href="/people/juergen.hauser2/blog/2006/01/31/access-mode-and-presence-of-fields-on-adobe-interactive-forms Mode & Presence</a>

I hope this is helpful.

regards

Sumit

Former Member
0 Kudos