cancel
Showing results for 
Search instead for 
Did you mean: 

UI element for interactive Form

Former Member
0 Kudos

HI Experts,

My view has one input field and interactive form also have one input field when i button click ,the view input field value transferred to interactive form(adobe pdf form) input field ...

Please Help me....

Thanks & Regards

Mani R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mani,

Go through the following tutorial. The tutorial expalins how you can set the context attributes of a view context to the UI element of a PDF form.

Follow that process and map your view context attribute to the inputfiled of the PDF form UI element.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e7613">Non Interactive Form</a> In this form UI elements are readonly for display purpose.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#50">Online Interactive form</a>

Former Member
0 Kudos

Thanks for ur reply....

i will try in my system....

if any problem..shall i post my doubt?...

Thanks & Regards

ManiR

Former Member
0 Kudos

Hi,

Your are always welcome.

Former Member
0 Kudos

Hi shriram

I have implemented in system....

Please classify my code right or wrong

When i button click to open pdf form with in view and transfer data view into (uielemmet:interactoveform)adobe pdf form...

My code is

<b>wddoInit()</b>

wdContext.currentContextElement().setPdfSource(WDVisibility.NONE);

//code for view data(user entered data)transfer into adobe pdf form

wdContext.currentNameElement().setName(wdContext.currentNameElement().getName());

<b>In Action</b>

wdContext.currentContextElement().setPdfSource(WDVisibility.VISIBLE);

Please suggest me...

Let me know if wrong...

Message was edited by:

ManiR

Former Member
0 Kudos

Hi,

If you have mapped the context attribute Name as per the doumentation,

it should work.And also you have to map the visibility property of the UI Element InteractiveForm to context attribute PdfSource.

One more thing configure your server to support execution of the

PDF forms on your server as per the links in the tutorial.

Check out the thread

Former Member
0 Kudos

Thank you so much shriram..

User entered data and passed that data to pdf...

wdContext.currentNameElement().setName(wdContext.currentNameElement().getName()); is it correct?

could u please explain clrearly,....Because i will try in my system...please tel me...

Thanks & regards

ManiR

Message was edited by:

mani rathnam

Former Member
0 Kudos

hi mani,

u check the below link it will be helpful to know about interactive form...

http://help.sap.com/saphelp_nw70/helpdata/en/60/6fc10c6748479392101e09c9e8d33a/frameset.htm

Example for Interactive form,

http://help.sap.com/saphelp_nw70/helpdata/en/dc/f1783fe3263042e10000000a114084/frameset.htm

Regards,

Suresh