‎2008 Jan 02 1:05 PM
Hi
How can I find out the time reqd by a program when it is executed thru SE38 TCode?
Thx
Santo
‎2008 Jan 02 2:04 PM
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.
‎2008 Jan 02 1:07 PM
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
‎2008 Jan 02 1:09 PM
u can also run the prg in background and u can check how much time it is taking for executing the prg
‎2008 Jan 02 1:27 PM
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
‎2008 Jan 02 2:04 PM
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.
‎2008 Jan 03 5:54 AM
Hi
Each time am executing the same program with same variant, am getting different execution time in SE30. Y?
Thx
‎2008 Jan 03 5:59 AM
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
‎2008 Jan 03 8:34 AM