how can we do performance tuning after coding?
Answer / 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 |
What is the function of Substring?
What is RFC? When it is use?
What are two different ways to add fields to sap tables?
do 4 times. sy-tabix,sy-index. end do. what is the output ?
What is the structure of CTU PARAMS ?
What are the general naming conventions of ABAP programs?
HOW DO WE JOIN TWO INTERNAL TABLES USING READT STATEMENT??
What is payroll driver ? : abap hr
what is the difference between mainwindow n final window?
How do you get help in ABAP?
which part of the internal table syntax determines how ABAp accesses the rows of the internal table ?
What are the advantages and disadvantages of ABAP query tool?