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 what are the problems in processing batch input sessions?
How to do find it?
What is runtime analysis?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
how can you display data say "your name"in sap script without print program or driver program??
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
can anyone please tell me, in orient paper mill project which fields exits for creating report.
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What is use of transparent table in abap? How it is different from pool tables?
What are the different functions used in sap script?
What is the syntax for call transaction? : abap bdc
What is help view?
Can you create an internal table dynamically?(at run time)
What abap statement will trigger list generation?