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
What are the steps in creating screen ?
What is the tcode to create indexes?
What are internal tables? : abap hr
What is the difference between ABAP and HR ABAP
Why do we use events and actions in web dynpro?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What are the different types of laws. What are they?
Differentiate between static and dynamic step loops?
What are the update types possible? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is payroll area
What are the functional areas? User groups?
Can i have some Realtime Scenarios on Reports.
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is table buffer?