cancel
Showing results for 
Search instead for 
Did you mean: 

Submit button does not trigger in WDA Interactive form: Checked forums & Googled

former_member317781
Active Participant
0 Kudos

Hi Good day,

Do not get crossed to see the same question posted again and again. i have checked all the forums vedios and i still cant get my Submit button working.

this is what i have done in WDA.

Adobe version : 8.1.

1. SE80 : Created WD application

2. Main_view :

3.Display type = Native

4.Enabled : X

5 Events : OnSubmit

6.Created the method and below is the logic.

method ONACTIONSUBMIT .

   break-point.

  break 9997500.

endmethod.

Tcode : SFP

Layout type  : ZCI LAYOUT

Utilities         : Insert Webdynpro text

UI Element  :  Web Dynpro Native

language : Javascript  Runat : Client

ADOBE.#subform[0].submitToSAP1::click - (JavaScript, client)


// DO NOT MODIFY THE CODE BEYOND THIS POINT - 802.20090903061432.597600.508401 - SubmitToSAP.xfo

                      ContainerFoundation_JS.SendMessageToContainer(event.target

, "submit", "", "", "", "");

                    

// END OF DO NOT MODIFY

When i execute i can fill the form but when i click on the SUBMIT button nothing happens.

I dont understand what i have done that it does not trigger, Please help me out and your input will be highly appriciated.

thank you,

J.


Accepted Solutions (0)

Answers (2)

Answers (2)

sahirn
Active Contributor
0 Kudos

SAP has delivered some sample process like birth of child.

Please check if you able to submit any one of them. If it works => the problem is with the custom form.

Regards,

Sahir.

Former Member
0 Kudos

Hi jacob

I prefer using:

app.eval("event.target.SAPSubmit();");

instead of:

ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");

if it doesn't work you can try uninstalling and installing your LifeCycle or upgrading it.

and don't worry a solution will come

Regards

Shai