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
Explain the advantages of different types of bdc's?
what is difference between set screen and call screen ?
What are the data types of the external layer?
How to call transaction in session method without recording?
Explain the difference between a pool table and a transparent table?
How many types of data classes are there in sap abap? : abap data dictionary
Concepts of OO ABAP and why we are using it?
In the MM module for finding out the standard cost what is the view one has to look at?
What is an abap dictionary? : abap data dictionary
How can we handle table control in bdc? : abap bdc
What are the data types of the abap/4 layer?
What is projection view?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What are function modules?