Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Compare performance.

raguraman_c
Active Contributor
0 Likes
494

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

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.

3 REPLIES 3
Read only

Former Member
0 Likes
467

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.

Read only

Former Member
0 Likes
466

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

Read only

Former Member
0 Likes
466

Goto SE30

Click on the Tips & Tricks button

copy the programs and checkout if u can find something