cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with 'Submit' button on interactive form in WDA

Former Member
0 Kudos

Hi

I want to add 'Submit' button on interactive form in WDA. I have done following steps to do so:

1) Added 'Submit' button on the form

2) Created an event 'onSubmit' in the property of the interactive form

3) Added desired code in that event

When I execute the application, I can see Submit button on the form but it is disabled. No event is getting triggered if click it.

Please tell me if I have missed any step or some other configuration is needed to implement interactive forms.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So, you have an interactive form in which you're trying to submit data back to SAP?

A few things to look for - in the Properties of your form in WDA, make sure your form is "Enabled", make sure your dataSource is bound to something valid in your Context.

In Adobe, make sure your form's Layout Type = ZCI Layout. I've found it's much easier to use an XML interface, but that's up to you.

As for your button in Adobe - I'm using a regular Button (there are several types of buttons). In its Object Pallete, the Control Type is "Regular".

Depending on your version, you have to Insert the ZCI script into the form. You do this from the menu path in Adobe. this facilitates the communication back to SAP.

Former Member
0 Kudos

Thank you for your reply

I think the problem is related to the version of adobe.

Regards.

Former Member
0 Kudos

We first developed interactive forms in LCD 7.0.. several months later we upgraded to 8.1 which was MUCH more friendly.

however, the interactive forms worked in both versions just fine.

Answers (0)