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
Type casting and error handling
What are the system fields?
What is asynchronous and synchronous update?
How will you transfer data into a file in application server?
What does an exec sql statement do in abap?
What is a size category?
how to genernate 21 sencondary index
What is sap locking?
What are the attributes of the data? : abap data dictionary
What is projection view?
What are logical databases? : abap hr
how do you transport lsmw data from one system to another?
What are the steps in creating screen ?
What are the differences between domain and data element?
How table control cn be generated using bdc? : abap bdc