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 logo in sap script?

694


what is defference between repository and non repository Object?

6898


What are the contents in technical specifications?

710


How do you Export a session ?

1533


How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc

652






Does every abap/4 have a modular structure?

662


What is the purpose of at first and at last?

701


What is a bsp application? : sap abap hr

729


What are the two levels in defining a match code? : abap data dictionary

711


What are two methods of modifying sap standard tables? : abap data dictionary

785


What is alv programming in abap? When is this grid used in abap? : abap hr

769


In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?

779


What are standard layouts sets in the sap script?

643


Can you set up background processing using call transaction?

687


What is the bitwise operator in the sap abap?

680