‎2007 Apr 25 9:00 AM
Hi experts,
I have two versions of same program with different approach of retrieving data, writing to file and doing calculations. How can I compare the performance of these two? Any tcodes available.
Points guaranteed.
--Ragu
‎2007 Apr 25 9:03 AM
SE30 and ST05. But keep in mind that when you run the second program to measure the time it can run faster because some data may be buffered.
‎2007 Apr 25 9:03 AM
SE30 and ST05. But keep in mind that when you run the second program to measure the time it can run faster because some data may be buffered.
‎2007 Apr 25 9:05 AM
Hi
Do the run time analysis using SE30 and you will come to know the Times taken for each selects and ABAP work.
accordingly you will analyse.
reward if useful
regards,
Anji
‎2007 Apr 25 9:07 AM
Goto SE30
Click on the Tips & Tricks button
copy the programs and checkout if u can find something