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
Can a domain, assigned to a data element be changed?
Can we create an abap program without using y or z?
How would you set the formatting options statically and dynamically within a report?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is a projection view? : abap data dictionary
What is the difference between field-group header and other field groups? : abap modularization
What are client dependant objects in abap/sap?
How do you find number of records present in internal table?
Is it possible to run host command from SAP environment? How do you run?
Explain the disadvantages of different types of bdc's?
Does every abap/4 have a modular structure?
What is the difference between upload and ws_upload ? : abap bdc
How to write a bdc – how do you go about it?
How to convert the Unit for 'Distance' (The value from one Unit to another).