cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation Dialog box or a pop up in interactive forms.

Former Member
0 Kudos

Hi

I am using webdynpro for java.

I am having an interactive form in which I have taken a submit button .

After clicking on the submit button I should get a pop-up with an OK button .

I want to generate this pop up in the java code which I have written in implementation of my View after updating data entered in pdf form into the R/3.

Please guide me in detail.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anzar,

You have to bind the Interactive Form's onSubmit property with an action where you can call the method in which you have implemented the logic for confirmation dialog box.

Hope this helps!!

Regards,

Arafat

Former Member
0 Kudos

Hi Arafat,

I am doing the same thing but even after writing the code of confirmation dialog box in the action attcahed to onsubmit property of interactive forms I am not able to get a pop up after clicking the submit button Please help me?

Former Member
0 Kudos

Hi Anzar,

Please use the standard button for submit action in the form.

Sometimes the activex button doesnt work properly.

Regards,

Arafat

Answers (0)