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

What is static attribute

1227


What are the steps to execute session method?

745


when u prefer lsmw?

758


What are the events driven batch jobs?

742


What is an rfc?

760






Explain what is step-loop?

925


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1787


What is the transaction for recording bdc ? : abap bdc

731


What is filter dependent BADI?

1077


What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

782


​​What is the symbol to do “concatenation” operation in​​ nw​​ abap​​ 7.4​​ ?

993


How many types of data classes are there in sap?

729


What are system variable in abap?

754


Can a filed occur in several field groups? : abap modularization

807


How to define selection screen?

730