What is performance tuning?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sateesh
performance tuning is to improve the program performance
using some features.
using nested selects,
for all entries,
using view,
ST05 is Tcode for performance tuning.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ravi kanth
Refer This url.
http://saptechnical.com/Tutorials/ABAP/PerformanceCheckList.htm
Is This Answer Correct ? | 1 Yes | 0 No |
what is an user exit?
What is a predefined type in abap?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
what is the client on which u have worked? In real time ?
What is the transaction code to display the payroll results ? : abap hr
Give few names of cluster tables in sap ?
Difference between .Include and .append?
How do u test a script?
what is table control?
Can i Have Some Realtime Examples on Bapi ?
What are the two ways of searching an ABAP Object and How to navigate to them
what are logical and physical databases