cancel
Showing results for 
Search instead for 
Did you mean: 

Critical Performance Problem

Former Member
0 Kudos

Hi,

WE have a table in the view and it will have 400 rows with 20 columns of data on average, i have to show the total rows.

I have checkboxes in first columns which user can select.

My probelm is , if user select one checkbox its taking almost one minute for each checkbox selection in the table.

How can i improve the perforamnce, is there any way to eliminate the server trip for each checkbox selection(like java script).

Thanks,

Murali.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Actually i sloved it from the same example document, i forgotten to close the thread.

iam sorry for that.

Thanks,

Murali.

Former Member
0 Kudos

Hi,

When iam using the NW04 comparability mode iam not getting current element on the tanle, how can i get the current element while using the NW04 mode.

Thanks,

Murali.

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Murali,

look at the Tutorial on <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/bad3e990-0201-0010-3985-fa0936d901b4">Enhancing Table Performance</a> with the compatabilityMode. You need to implement a parameter mapping relation to get access to the related node element.

Regards, Bertram

former_member384931
Discoverer
0 Kudos

Hi Murali,

try the following:

Table.compatibilityMode=NW04PLUS (available from SP13 on)

Table.readOnly=false

No Checkbox.onToggle action

This should work.

Cheers

Andreas

Former Member
0 Kudos

Hi,

WebDynpro is not suitable for this type of apps, do using Portal App(Jco), you can use javascript.

Thanks,

Damodhar.