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 is logo in sap script?
what is defference between repository and non repository Object?
What are the contents in technical specifications?
How do you Export a session ?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
Does every abap/4 have a modular structure?
What is the purpose of at first and at last?
What is a bsp application? : sap abap hr
What are the two levels in defining a match code? : abap data dictionary
What are two methods of modifying sap standard tables? : abap data dictionary
What is alv programming in abap? When is this grid used in abap? : abap hr
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What are standard layouts sets in the sap script?
Can you set up background processing using call transaction?
What is the bitwise operator in the sap abap?