cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Form in Web Dynpro ABAP

Former Member
0 Kudos

Hi all.

I want to create an web dynpro application in ABAP using an Adobe Interactive Form. Can anybody share the document regarding this or any articles.

Thanks & Regards

Sagar Ingalwar

Accepted Solutions (0)

Answers (5)

Answers (5)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I suggest that for general inquires for documents you consider using the search engine in the future. The forums are for actual questions.

Former Member
0 Kudos

Hi,

Interactive forms are designed in the transaction SFP. design the form here and follow the stpes to integrate into web dynpro

1.Create a view and add a UI element InteractiveForm and maintain below properties for this element.

2. For the templateSource property, enter the name of the selected form.

3.The dataSource property of the UI element is automatically bound to this context node.

4. To define the form as Interactiveform, select the enabled property.

Hope this will help you,

Regards,

Naresh

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

it is so simple..

1) Create AdobeInteractiveForm UI element in your screen.

2) Create pdf_source for pdf source attribute to bind it should be byte data.

3) Create node for data Source. (The data which you want to place on the pdf form)

4) right click on interactive form UI element & edit

5) PDF editor will be open.

6) drag the required data fields from data source to the form.

7) place submit button on the form.

Finally there are two kinds of interactive modes

1) native mode (it runs on firefox browser)

2) active X mode (it runs on Internet Explorer 6)

Please use appropriate submit button on the form (i.e. native/ActiveX submit button)

Best Regards

Ravi

arjun_thakur
Active Contributor
0 Kudos

Hi Sagar,

Please refer this blog: /people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal and also this online help: http://help.sap.com/saphelp_nw04s/helpdata/en/aa/940ee5331b4b8fa0a6cb6714dc5db4/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/2c/241a427ff6db2ce10000000a1550b0/frameset.htm

Regards

Arjun

Edited by: Arjun Thakur on Mar 18, 2009 12:19 PM