cancel
Showing results for 
Search instead for 
Did you mean: 

Submit button fails to call event

Former Member
0 Kudos

Hi

I hav a webdynpro app where I am using a PDF form.

The Submit button does not respond.

When I take a project from one of my colleagues and I try to run it in my

development environment the submit button works well and responds to my clicking

by going to the event handler attached to the action.

The environment we use is the same, so are all the Web Dynpro, Adobe Reader, and Lifecycle Designer versions.

Anyone seen such behaviour?

Regards

yuval

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

We had to re-install the entire XP OS.

plus Adobe Reader 9.0

That solved the problem.

Former Member
0 Kudos

Hi Yuvel,

In the Webdynpro, Interactive Form UI Element, there is onSubmit event. Enter the event method and write code.

Select the Layout type of form as ZCI.

If you get warning message related to webdynpro script, then go to the layout of form and from Utilities -> insert webdynpro script

Select the Submit button from Webdynpro native library.

Former Member
0 Kudos

Hi Yuval,

Please make sure that you are using the correct submit buttons, i.e. if you are using native(ZCI)-based forms you need to use the submit button from the "web dynpro native" library.

Please note that the recommendation is to use the "native forms" integration and not the ActiveX/ACF-based integration.

Regards,

Juergen

Former Member
0 Kudos

Hi,

Check the Adobe Reader Plug ins. One that is not working mmay not be having those plug ins.

Open Adobe Reader --> HELP --> About Adobe Plug Ins -- > You will get a list of Plugins -- > Check for SAP Forms.

If you do not have it you need to download it. PLease check note 766191. To get the URL address to download from.

Regards,

Aditya Deshpande

Former Member
0 Kudos

Hi Aditya Deshpande Thank you for your reply Oddly enough I do not see sapforms.api on my system. The question is whether Adobe 9.1 needs this plugin? best regards yuval peery

OttoGold
Active Contributor
0 Kudos

It is called ZCI = Zero client installation so the Reader does not need anything.

Former Member
0 Kudos

Hi,

Otto is right.

SAP recommends ZCI rather than instead of ACF.

As per the note: 766191, it is supported upto reader 9. I am not sure about 9.1.

Please refer to Note: 834573,1055911, 1042394 for ZCI implementation.

Hope this would be helpful.

Regards,

Aditya Deshpande

Edited by: Aditya Deshpande on Dec 1, 2009 1:32 PM

Edited by: Aditya Deshpande on Dec 2, 2009 9:02 AM