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 static attribute
What are the steps to execute session method?
when u prefer lsmw?
What are the events driven batch jobs?
What is an rfc?
Explain what is step-loop?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
What is the transaction for recording bdc ? : abap bdc
What is filter dependent BADI?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
How many types of data classes are there in sap?
What are system variable in abap?
Can a filed occur in several field groups? : abap modularization
How to define selection screen?