cancel
Showing results for 
Search instead for 
Did you mean: 

Drop-Down WebDynPro components - Poor Performance ( MSS )

Former Member
0 Kudos

Hello everyone,

I am currently working with a customer who is implementing ESS/MSS on NW2004s with an ECC 6.0 backend.

We are having pretty poor performance with the DropDown UI components in the DynPro iViews. Sometimes they take upto 5secs to appear. ( which is annoying ) I have verified that the performance impact is due to machine performance ( too much javascript going on ) and the normal calls to the backend to populate the dropdowns.

My question is if there is anyway to 'pre-populate' the dropdowns when the iView is loaded and turn off the live calls to the backend when they are clicked. ( We cannot do anything about the machine performance )

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

why dont you use node and save all the drop down attributes in it before loading that screen itself?

This may help you to avoid consuming such time during populating dropdowns.

create a node.

save all the drop down elelments to it in an attribute and it will not take so much of time to populate as it will be already present before runtime.