how can we do performance tuning after coding?
Answer / sravan
Most of the time, by following guildlines and ABAP
programming standards we can avoid inefficient coding in sap.
There are many techniques we follow .
1. Avoid nested select statements/loop.
2. Use "for all entries" instead of select inside loop.
3. Use field symbols
4. Specific usage of fields from a table.
5. By providing primary keys or key fields as input to a
select statement( order is also important).
6. Do extended program check and remove all errors and
warnings .
7. SQL trace and Runtime analysis.
Is This Answer Correct ? | 5 Yes | 0 No |
What is sap abap data classes?
WHAT ARE THE STEP LOOPS . HOW DO U PERFORM PAGE DOWN AND PAGE UP IN STEP LOOPS
What is the difference between select statement and provide statement
what is friend class
What is the structure of bdcmsgcoll? : abap bdc
what is view?different types of views?
what is event in abap?
How to upload data using catt ? : abap hr
What are data integrity constraints?
What is the difference between normal report program and module pool program?
3 Answers Atos Origin, Kaavian,
What is the disadvantage of using exec sql statement in abap?
control break statements in ABAP?