cancel
Showing results for 
Search instead for 
Did you mean: 

Intergration betwees WDA and AIF doesen't works as expected

andrea_galluccio2
Contributor
0 Kudos

Hi guys,

i need your help about integration between AIF (Adobe interactive form) and WDA (Web Dynpro Abap).

I've created an adobe interactive form. It contains an image (embedded) and a simply button (type webdynpro native).

Technical details :

Form type : ZCI

Button type : Webdynpro native

Form kind : interactive

In the click event of the pushbuttn i put this simply js code (the language is Javascript and run as "Server+Client"):


field.rawvalue = 123456;

Then i inserted the "webdynpro script" by menu entry.

In the second step i've created the WDA with a view that contains the interactive form component (type "native", binding to my form) and a simply button outside the Adobe component. I put the enabled proprierty as "active".

If i run the WDA application and try to click the button of the AIF, no "ONSUBMIT" method is triggered (the button is graphically pressed but nothing happens). Also If i push the button outside the adobe form in the wda, the browser starts an endless loop that i cannot stop.

If i disable the "enable" proprierty of the AIF i don't have an endless loop when i press the button outside the wda, but the interactive parts of the AIF doesen't works (and no WDA methods are rised).

Someone of you ever had this kind of problem?

Could be a problem of systems patches? What should i look?

Any help or suggestion will appreciated very much.

Andrea

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

please leet me know the solution as i have the same problem.

andrea_galluccio2
Contributor
0 Kudos

Solved by myself

chintan_virani
Active Contributor
0 Kudos

Please try to post two lines about what did you do to resolve the issue, this would help all looking for similar issue.

andrea_galluccio2
Contributor
0 Kudos

Other informations.

The pushbutton inside the AIF, populate a textfield called IMCODE with the script code posted in the post before. If i press that button, that field is populated correctly (but no ONSUBMIT method of the WDA is raised). If then i press the pushbutton of the WDA, the ONSUBMIT method is called but the context of the WDA is not updated with the value of the field IMCODE. Seems that the framework doesen't communicate between WDA and AIF.

Another problem: if i press the pushbutton in the WDA before pressed the one in the AIF, the browser starts and endless loop: seems that pressing the AIF pushbutton is a must to make the WDA pushbuttons works.

Please, ask if the question is not clear.

Tank You

Andrea