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 |
Among pooled and Cluster tables, in which table data used to store in Row Format?
What is table pool?
How to type casting in OOPS ABAP and ABAP ?
what is difference bt ABAP MEMORY AND SAPMEMORY
Whether Project contains enhancement or Enhancement contains Projects?
How do you generate interactive lists in ALV?
how to send the form to mail?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is static attribute
Where do you create indexes in abap?
as a tem leader whats tools u have used in sap
what is Bapi?what is the functionality of Bapi?why we go for Bapi?
Give 3 scenario due to which you require Gap analysis in your project?