cancel
Showing results for 
Search instead for 
Did you mean: 

Search Helps in adobe form performance issue

Former Member
0 Kudos

Hi ,

I have developed an interactive form(Webdynpro ABAP) which is having nearly 20 search helps. But every time I click any search help, it will do server round trip and display values in search help. But it is taking long time to do this whole process.

End User will defenetly fed up if it is this much slow.

Is there a way that I can improve the perforamce. or anyother alternative for search helps. I have javascript also embeded in the form.

Really appreciate your response.

With Regards,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi,

Normally Search help is taken more time to retrive the data..

Instead, you can use dropdown...

By

Parthi

Former Member
0 Kudos

If you are using pdfSource binding to context, it is going to be very slow as it needs to generate new binary on every change on the form. Remove pdfSource binding to context and your Form should run faster. If you have Form Archiving needs, you can create a new view with Archive form with pdfSource bind to send the binary to Archive server. If you dont have Archive needs, you are good to without pdfSource binding.