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

Execution Time

Former Member
0 Likes
1,071

Hi

How can I find out the time reqd by a program when it is executed thru SE38 TCode?

Thx

Santo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,038

Hi,

Go to Se30 --> Input TCode or Program name --> click on Execute button. Input the values in the selection screen. > Go back to SE30> Select analyse button--> It will display the execution time for the report.

Or

Run the report in the back ground, you can get the execution time.

Thanks,

Sriram POnna.

7 REPLIES 7
Read only

Former Member
0 Likes
1,038

Hi,

Run that program and then on the output screen, check on the bottom right corner where you have the details of system and transaction etc , you can see a field response time.

regards,

Pankaj

Read only

Former Member
0 Likes
1,038

u can also run the prg in background and u can check how much time it is taking for executing the prg

Read only

Former Member
0 Likes
1,038

Hi,

You can use TX SE30

And execute your program. then evaluate it and see the time required for your program and the percentage used in ABAP code, access to database and use of system process.

Regards

FC

Read only

Former Member
0 Likes
1,039

Hi,

Go to Se30 --> Input TCode or Program name --> click on Execute button. Input the values in the selection screen. > Go back to SE30> Select analyse button--> It will display the execution time for the report.

Or

Run the report in the back ground, you can get the execution time.

Thanks,

Sriram POnna.

Read only

0 Likes
1,038

Hi

Each time am executing the same program with same variant, am getting different execution time in SE30. Y?

Thx

Read only

0 Likes
1,038

hi santo

in se30 if repeatedly do u won't get correct information.

so it is better to do in background only

first run ur prg and enter selection screen entries

then in prg----> execute in background

need to enter output device

then ok

then press on immediate button

press save icon (below)

now goto sm37 enter execute button

wait until status is finished

(If it is active means it is still runing ur prg)

there u will get duration of ur prg exactly

reward some points if it is useful

Madhavi

Read only

Former Member
0 Likes
1,038

Thx