2008 May 27 11:58 AM
Hi All,
I have created a new report
The new report will be a copy of and have the same functionality as standard SAP Asset Balances report RABEST_ALV01. There will be logic added to allow address data on the selection screen. The report output will display this address data along with the other data fields from the standard report. The new report will have the ability to create a sort variant with any of the fields of structure ANLAV_ADDR.
The report has around 1800 pages of output and its geting timedout in foreground and running in background it takes around 1:30 hr....
can any body suggest how can we decrease the time and increase the performance.
Thanks and Regards,
Rajesh
Hi All,
I have created a new report
The new report will be a copy of and have the same functionality as standard SAP Asset Balances report RABEST_ALV01. There will be logic added to allow address data on the selection screen. The report output will display this address data along with the other data fields from the standard report. The new report will have the ability to create a sort variant with any of the fields of structure ANLAV_ADDR.
The report has around 1800 pages of output and its geting timedout in foreground and running in background it takes around 1:30 hr....
can any body suggest how can we decrease the time and increase the performance.
Thanks and Regards,
Rajesh
2008 May 27 1:02 PM
hi,
Run your program through [SE30|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7769] [original link is broken] [original link is broken] [original link is broken]; and [ST05|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7205] [original link is broken] [original link is broken] [original link is broken];. With these details you can concentrate on the areas where you can improve the performance.
You can also find other tips [here|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap%2bperformance%2band%2btuning].
2008 May 28 7:09 AM
use sql trace must for improving hope u knw to use it..
2008 May 29 10:12 AM
Hello Rajesh,
Could you please have look into the following SAP Notes.
1044021
141876
335065
Yours Sincerely
Dileep
2008 May 29 3:02 PM
Hi Rajesh,
This report basically uses a Logical database ADA.
This can cause a slowing down of system.
as this progresses sequentially.
there have been control brreak statements which have been used.
These can traced by using SE30 runtime analysis,
SLIN- Extended program check,
SCI- Code Inspector
ST05 - SQL trace - Switch on SQL Trace and check for which table is being accessed for a long time.
based on this you will have to modify that paritcular SQL statement.
if its a Control Break Statement from Logical database there is NO other option.
also you can look at crerating indexes for the tables involved.
This can reduce you time cosnutmption.
Hope this solves you problem.
Reweard id found useful
Thanks
Venugopal
2009 Feb 22 10:26 AM
Hi Everyone
This issue is resolved after the basis has increased the heap memory from 2 GB to 6 GB.
Thanks
Rajesh
2009 Feb 22 10:26 AM
Hi Everyone
This issue is resolved after the basis has increased the heap memory from 2 GB to 6 GB.
Thanks
Rajesh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |