What is performance tuning?

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


Please Help Members By Posting Answers For Below Questions

Explain what are the problems in processing batch input sessions?

755


How to do find it?

765


What is runtime analysis?

825


What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary

796


how can you display data say "your name"in sap script without print program or driver program??

1936


In events, start-of-selection is a default event. When we have to use this event explicitly? Why?

800


can anyone please tell me, in orient paper mill project which fields exits for creating report.

1508


What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary

953


A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

865


What is use of transparent table in abap? How it is different from pool tables?

872


What are the different functions used in sap script?

721


What is the syntax for call transaction? : abap bdc

788


What is help view?

775


Can you create an internal table dynamically?(at run time)

1634


What abap statement will trigger list generation?

816