cancel
Showing results for 
Search instead for 
Did you mean: 

Control not going from Adobe Interactive form to ABAP WD Event handler

Former Member
0 Kudos

Hi

I am facing an issue with adobe interactive forms and WD ABAP integration.

The buttons in adobe interactive form when clicked is going round and round and the control is not going to the ABAP code(WD ABAP event handler code whatsoever). I have also set the debugger but the control is not moving to the ABAP code from the adobe interactive form.

Can anyone help me what can be the issue here and how can I resolve the same?

Thanks.

Sid

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member389677
Active Participant
0 Kudos

Hi,

Make sure that you have used

1. Web Dym=npro Native submit button.

2. In Property tab of the form, check the layout Type is ZCI Layout.

Regards

Shaira

Former Member
0 Kudos

Hi Babi,

In the adobe form layout library Use the Submit(which internally means submit to SAP) button from the Webdynpro Native category.

Only this button action can connect adobe to web dynpro.

Whenever we click on this particular button the event will be trigger in the ONsubmit event of interactive form UI element in the webdynpro.There we can write our abap code.Hope this will help you.

Regards,

Simi A M

Edited by: amsimi on Mar 22, 2011 11:37 AM