Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What are the ABAP Preformance techniques?

Go down

What are the ABAP Preformance techniques? Empty What are the ABAP Preformance techniques?

Post  naveenchepuri Thu Feb 02, 2012 10:48 pm

1. The sequence of fields must be same as per database table

2. During writing select query write all fields in sequence as per database table.

3. Never write select statements inside loop….endloop.

4. Use st05 SQL trace, se30 run time analysis, code inspector, slin,etc.

5. Use select single * statement instead of select *

6. Always use primary key

7. Use binary search but before using binary search sort that table.

naveenchepuri

Posts : 23
Join date : 2012-01-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum