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
Can multiple abap systems connect to abap database?
Explain the use of table maintenance allowed?
How the transaction that are programmed by the user can be protected?
When, how and how would you control changes to standard SAP objects.
what is the process of creating quotation using BAPIs.
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
How do you connect to the remote server if you are working from the office for the client in remote place?
How will you define org structure in MM?
What is erp? : sap abap hr
What are null values?
What is direct input method ?
What is the disadvantage of a call by reference?
What is the differences between structure and table in the data dictionary in abap?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
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?