how can we do performance tuning after coding?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we declare a method of a class final? What can be the purpose? Give a scenario.

890


Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?

580


What is the difference between Check and Continue?

651


Name some data dictionary objects?

551


What is direct input method ?

1466






Explain the difference between domain and data element? What are aggregate object?

559


What are the different types of sapscript symbols?

624


What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc

553


Difference between /N and /BEND?

819


What do you understand by work area and internal tables in abap? Why do we use it?

609


while implementing badi what are the tables u find??

3616


Events that can be used in both the classical and interactive reports

1117


Explain the call transaction method? : abap bdc

582


What is the difference between sum and collect?

882


What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary

553