‎2007 Oct 26 9:39 AM
HI,
What are the performance guidlines consider to develop an object in workbench like reports or function module ot etc.,?
thanks in advance.
sekhar
‎2007 Oct 26 9:47 AM
Hi Chandra Sekhar,
I am providing few best performance guidelines in reports.
1) Always use index in Read statemant
2) Use where clause in select * staement
3)Use primary key only while using select.... where
4)DO not use nested loops
5)DO not use move corresponding
‎2007 Oct 26 9:47 AM
Hi Chandra Sekhar,
I am providing few best performance guidelines in reports.
1) Always use index in Read statemant
2) Use where clause in select * staement
3)Use primary key only while using select.... where
4)DO not use nested loops
5)DO not use move corresponding
‎2007 Oct 26 10:08 AM
Please go through this link it has very clear explainiation and easy to Under what has to be Followed for Performace of any object which you develop.
<a href="http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_Introduction.asp">http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_Introduction.asp</a>
Reward points if it is usefull....
Girish
‎2007 Nov 01 7:44 AM
‎2007 Nov 16 7:15 AM