cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form with Webdynpro - Form is hanging on click of Submit button

Former Member
0 Kudos

Hello Experts,

My View has an adobe form that has many dropdowns and input fields. There are some fields which get automatically populated based on entries made by the users. There are several internal tables getting populated in the WDDOINIT method. I have a 'Submit Button' which when clicked should close the browser, retrieve data in the Context and do processing in SAP.

When I click on the submit button, I get a 'Wait' symbol (the circle symbol) for a very long time and then the Connection time out error comes up.

I commented the population of some internal tables in the 'Init' method. when I tested by clicking this button, it worked. The browser got closed and processing in SAP was done too.

I am working with a fairly large data. 2-3 of the internal tables (that I commented) have 2000-3000 records. Is there is restriction on how much data the WDN can handle? I am stuck now because even though all codes are correct, the wdn is not able to handle the data.

Any suggestions ?

appreciate all your help! Regards, Liz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This issue is resolved. This was due to loading a large data set to the form.