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
How can you display frames (horizontal and vertical lines) in lists?
Can you define a field without a data element?
What are the types of subroutines?
What are the disadvantages of using explicit enhancement?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
Example of table cluster and cluster tables.
please give the remaining answers.
What is view? Different types of view.
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Explain the use of table maintenance allowed?
What is the difference between synchronous and asynchronous update?
What are the system fields? Explain?
What are the contents in technical specifications?
In order to upload purchase order details, how you handle multiple values for a single field?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?