cancel
Showing results for 
Search instead for 
Did you mean: 

How to access the interactive UI element

Former Member
0 Kudos

Hi freinds

I have designed PDF ADOBE form using interactive form UI element (static) in view. When I click the button in view, UI element (PDF ADOBE form) will open PDF form in browser.…. Please help me.

Thanks in advance

Manee R

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Thanks for quick reply.....

I want output for when i click the button in view then only

it will open in browser....please give code for this.....

Thanks & regards

Manee R

Former Member
0 Kudos

You can Visible property of InteractiveForm UIElement and make it WDVisibility.VISIBle whemn you click the button.

Create value attribute of type WDVisibility.

Regards,Anilkumar

Former Member
0 Kudos

hi Anil,

Ok I will tell you my requirement clearly…I have designed a view

For example,

View details

View has one field and a button.

Adobe PDF form details (purpose is printing)

It has also same field = view field.

When I click the button it will open the PDF form and transfer the data view to PDF form (non-Interactive form).Mainly we going to adobe form for printing purpose(has no printing facility in view).what we give value in view that value pass to PDF form.UI interactive form is static.

Please give me idea for the code

Former Member
0 Kudos

Hi mani,

Try this

Take 2 views in same component.from 1st view fire an event & navigate to other view.Data anyhow u can take from same component controller with binding it to the PDF form also.

regards

Sumit

Former Member
0 Kudos

Hi Mani,

Follow the tutorial. This tutorail explains how you can map the context attributes to the Interactive form UI elements. Once you map your view elements in the interactive form elements you will automatically get the data in the PDF form.

<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>