cancel
Showing results for 
Search instead for 
Did you mean: 

ADS Performance and sizzing

0 Kudos

HI,

Our SAP Portal 7.02 is used for SAP BI Java  and ADS . In majority of senarios ADS is used for invoice gereration and BI reports to export in pdf . If users generating invoices and at the same time BI reports are excuted in portal we have performance issue in portal .

Request your suggestions  to increase ADS performance .

Thanks,

Srinivas

Accepted Solutions (0)

Answers (1)

Answers (1)

nsikka
Active Participant
0 Kudos

Hey Srini,


Although your question is not specific but still could think of these things :


The performance of an adobe form can be subjective and generally divided into following categories:

  • Initial open time: This is the time taken by adobe reader to open a form and for the form to be ready to begin interacting with user.
  • Re-render time: This is the time taken by adobe reader to re-render a form after an event such as button click.

Here are few things which you can check :

1) Reduce Design Complexity :


The complexity of a form significantly influences the amount of time it takes Adobe Reader to render or

re-render the document. The complexity can be measured in several ways, but the root of the complexity is in the number of visible form objects.


2) Interface Code : Do not keep data fetch logic in adobe interface. It should only have data manipulation logic only if required.


3) Avoid Form Scripting : You should avoid using any scripting logic as they contribute to increase in form rendering time.


4) Calling program  : Also, fine tune your calling program.


Let me know if you are specifically focusing on some area to improve.


Thanks,

Nitin