cancel
Showing results for 
Search instead for 
Did you mean: 

Button in Standard Webdynpro to open a custom adobe form

Former Member
0 Kudos

Hi All,

I have a requirement to add a button in a standard webdynpro component and on Clicking the Button it should open a Custom adobe form.

Kindly let me know how to achieve the same.

Note: I have checked the sdn posts and found examples of adobe form embedded in view.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have created a button and in the action I have called a custom window with a view in it.

In the view I have added the context and have fetched all the values for the context in the doinit method.

I also created a interactive element for adobe form.

When I try to create a form and interface by binding the context, I am unable to select the context. It is in disable mode. It is giving the message -  This element cannot be selected in change mode.

Kindly assist.

Answers (3)

Answers (3)

former_member185241
Active Participant
0 Kudos

You have to use enhancement in webdynpro

Please go through the link http://scn.sap.com/thread/1884310

It will help you

Thanks

Abhishek

Former Member
0 Kudos

Add button,custom adobe form in the same view,by using visibility property make it visible and pass values to data source when ever button pressed..

Regards,

Ashok.

Former Member
0 Kudos

Custom Adobe form will be embedded in a view right. Then call that view once you click the button.