Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Optimization techniques in a report

Former Member
0 Likes
344

hi gurus,

what do you mean by Optimization techniques in a report .

regards,

praveen

2 REPLIES 2
Read only

Former Member
0 Likes
321

Hi Praveen,

Optimization means the program processing time should be minimum.

In other words Performance Tunning:

Check the link below. Will get some idea on tips and tricks..

ABAP Tips

http://www.thespot4sap.com/articles/SAPABAPPerformanceTuning_ForAllEntries.asp

SE30 - gives you a run time analysis and points out the issues more at design time.

ST05 - Is the most useful if you want to track time taken for execution of each of the sections.

SM50 - Will give you a work process overview, not sure at a program level how can it help you.

Some times you will have to use a combination of SE30 and ST05.

I would like to use St05 personally.

http://help.sap.com/saphelp_47x200/helpdata/en/f2/31adaa810c11d288ec0000e8200722/frameset.htm

<b>Reward points if this helps.

Manish</b>

Read only

Former Member
0 Likes
321

Check these threads..u have more details.