cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Adobe Form in WDA

Former Member
0 Kudos

hai experts,

I have incorporated the adobe form in web dynpro ABAP application and then i have placed submit button in web dynpro ABAP application.I wrote the coding in onclick of the submit button.But that onclick event is not triggerd when i run the application in WDA.is there any option to trigger that button action?

With Regards,

R.Dhineshraj.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member40425
Contributor
0 Kudos

Hi,

Please check the following link.

I hope it helps.

Regards,

Rohit

former_member226203
Active Contributor
0 Kudos

can u be more clear on the requirement.

u can place the submit button on the ADOBE form. and the webdnpro comp will trigger the Adobe from.

plz chk this link for using adobe forms in webdynpro:

/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal

Former Member
0 Kudos

Check these links:

Your submit button should be on the Form:

Drag and Drop the Submit button on the form

Just select the event click* and language JavaScript and run at client (No coding is required) at runtime.

Then in your webdynpro component create an action for the onSubmit event of the Interactive form and write the required code.

Check this link : saptechnical->Tutorials->AdobeForms

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7783] [original link is broken] [original link is broken] [original link is broken];

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

Former Member
0 Kudos

The button action is triggered only when you click on the button after executing the application. If you want to execute the code as soon as your application is loaded then you need to place the code in WDDOINIT method.

Edited by: Pooja Patodia on May 6, 2009 11:14 AM