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 a bsp application? : sap abap hr
What are the system fields? Explain?
What is the transaction code to modify the hr form
we can use internal table with help of user define data types if possible or not
how COLLECT and APPAEND works ,,
what are the similarities between internal tables and structures?
What is the use of 'table index'?
What is alv programming in abap? When is this grid used in abap? : abap hr
How to create a button in selection screen ?
what is the significance of project, subproject and object in lsmw?
what is call back in alv?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?