Answer Posted / always learner
performance tuning.......
Avoid the following things in ur abap code
1. Avoid using nested select statemtns
2. Avoid using global varaibales
3. Avoid using move-corresponding
4. Avoid using '*' in ur select query
5. use key fields in where calues
6. Avoid using query llooop
ok
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain pai and pbo.
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Explain about interactive report?
What are match codes? describe?
What two statements are required in an abap program to output an icon using a write statement?
What are the two different ways of building a match code object? : abap data dictionary
How can one distinguish between different kinds of parameters? : abap modularization
What are the different types of the sap abap data dictionary objects?
Explain difference between primary key and unique key?
What is the use of start-of-selection.,if not use in report what will happen,?
What is the disadvantage of using exec sql statement in abap?
What are lock objects?
Does the external program run in the same sap luw as the caller, or in a separate one?
What is meant by stacked list?
Define subtype ? : abap hr