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

Is it possible to run host command from SAP environment? How do you run?

621


What is a maintenance view? : abap data dictionary

581


Explain what is the step-by-step process to create a table in data dictionary?

639


What is foreign key relationship? : abap hr

621


What are the field and chain statements?

586






What are system variable in abap?

612


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1570


In sap scripts, how will you link form with the event driven?

552


Can i Have Some Examples on Enhancements.

1983


I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.

1357


What is the difference between data elements and domains?

578


What is new enhancement framework?

892


How do you set up background jobs in sap? What are the steps?

538


How to use messages in lists?

613


Explain how do you get output from idoc?

616