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

Performance guidlines for workbench objects?

Former Member
0 Likes
571

HI,

What are the performance guidlines consider to develop an object in workbench like reports or function module ot etc.,?

thanks in advance.

sekhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
551

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

4 REPLIES 4
Read only

Former Member
0 Likes
552

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

Read only

Former Member
0 Likes
551

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

Read only

Former Member
0 Likes
551

Thanks to all. I cleared now

Read only

Former Member
0 Likes
551

Thanks to all. I got the answer