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

​​Can multiple abap systems connect to abap database?

811


Explain the use of table maintenance allowed?

716


How the transaction that are programmed by the user can be protected?

830


When, how and how would you control changes to standard SAP objects.

1606


what is the process of creating quotation using BAPIs.

1776






What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary

822


How do you connect to the remote server if you are working from the office for the client in remote place?

791


How will you define org structure in MM?

1060


What is erp? : sap abap hr

811


What are null values?

764


What is direct input method ?

1657


What is the disadvantage of a call by reference?

835


What is the differences between structure and table in the data dictionary in abap?

832


On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?

752


If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?

1539