天天看点

Performance problem during saving - activating big form

Design Time

Open form with Designer

template data will be transferred from ABAP backend to client machine.

SAPGUI calls Adobe Designer via Office Integration

There is no communication with ADS

Edit form

No communication with ADS

Preview form

No communication with ADS.

Generate PDF within Designer runtime and display with Reader

Save Form

XSLT is called for adding translation information (xliff-ID)

-> At the moment, this point is problem. It took about 5 min for finish it.

And this problem seems to be form dependent. (Small form does not need long time)

There is no communication with ADS. Only on ABAP application server issue.

Carine is analyzing this issue.

Activate Form

Calculate Hash / Get Cache info: ADS is called.

If we activate form (without Designer view), it finished 5-10 second even if from BLR.

From this summary, current major performance problem is XSLT part. So we should focus on this part first.

继续阅读