cancel
Showing results for 
Search instead for 
Did you mean: 

Poor performance in webdynrp table control

hyun-soo_kim
Explorer
0 Kudos

Hello. I'm webdynpro abap developer.

I have a problem with poor performance in webdynpro table control.

Currently, I'm developing a program with table view which has 50 ~ 80 rows.

And each table row contains input fileds, dropdown list boxes and search help.

If the table has less than 20 rows, performance is good.

But it is too slow, when the table has more than 30 rows.

Both page loading time and response time are very slow.

If I click a dropdown list box in table control, the response time is about 5~8 seconds.

I think that webdynpro framework redraws the whole view elements whenever I click any ui element.

If you have any solutions, please give me a help.

Thanks....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi hyun........

try t reduce the number of codings in your wddomodify view mthod. try restricting it. ie have if conditions inside it so that only necessarystatements are executed and not all. avoid select * statements. use supply function to load values in the table.

---regards,

alex b justin

hyun-soo_kim
Explorer
0 Kudos

Thanks for your answers.

But I didn't put any codes in wddomodify view.

As well, the logic for values to table is not that complicate. And I usally don't use 'select * from' syntax.

The problem is too many view element in one view and if any ui element is clicked, webdynpro framework redrew the

entire view.

That is problem.

if you have any other solutions, please recommend......

Thanks ....

Former Member
0 Kudos

hi hyun.....

do you have seperate nodes for table and make sure yo have written the codings for filling the table in a supply function or wddoinit. the same for drop down too.

---regards,

alex b justin