cancel
Showing results for 
Search instead for 
Did you mean: 

Poor webdynpro performance when table has 4 columns of texteditor

Former Member
0 Kudos

Hi all:

In our project, we find when we define one table which has 4 columns ( embedded with texteditor ), the whole performance is very slow compared with pure JSP.

We have enhanced the table for setting the compatability to NW04PLUS , but when user select different rows of table, there are too many server roundtrips which make it very slow.

Is there any other better UI solution in webdynpro to replace the table ? or embedded pure jsp in webdynpro ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all:

We are using EP 7

Former Member
0 Kudos

Hi !!

I think you are using ver 6.40, as i am facing the same problem.

It loads all the context elements. And for each click it trigger's the server eventing.

The only solution i know is :

1) either optimize you context.

2) Create proper indexing for back end table using ABAP ( if you are using back end tables). This will increase the performance.

And the last option is to upgrade and move to EP 7.

I hope it will help you.

Regards,

Abhijeet