2008 Jan 03 4:15 AM
hi experts,
I have to improve performance of a program.
I dont know how to find the execution time.
Is there any funtion module to find the execution time.
Please respond.
Thank you.
2008 Jan 03 4:26 AM
hi
go for se38 -environment-examples-performence examples,
here u can write code and execute.
you have some abap examples ,which statement will take how much time,you can check those for reference.
regards,
jyothsna.
hi experts,
I have to improve performance of a program.
I dont know how to find the execution time.
Is there any funtion module to find the execution time.
Please respond.
Thank you.
2008 Jan 03 4:21 AM
sm30
give the program name and variant if any.. and hit execute and see the graph.. alll the lines need to be below 50%..
2008 Jan 03 4:24 AM
hi jack
i want the exact time in seconds or minutes.
how to do that?
2008 Jan 03 4:26 AM
hi
go for se38 -environment-examples-performence examples,
here u can write code and execute.
you have some abap examples ,which statement will take how much time,you can check those for reference.
regards,
jyothsna.
2008 Jan 03 4:30 AM
2008 Jan 03 4:41 AM
hi,
you copy u r program only the code and paste there and execute,then u can measure time exactly.
if u get it give reply.
2008 Jan 03 4:44 AM
u can even schedule a background job and it will give you the exact time. if time is what ur looking for.
>Mark helpful answers
2008 Jan 03 4:38 AM
Hi,
The following link will be useful for you.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/db994235c111d1829f0000e829fbfe/frameset.htm
Regards
Vadi
2008 Jan 03 4:47 AM
hi pradeep,
goto se30--runtime analysis,there you can find all the things related to the performance.
you just enter the program name if it is or enter the transaction code then execute it and come back then you can find the related information regarding the performance of your object.
Please reward me the points if you find this solution is helpful.
please let me know if you have any still further clarifications needed
2008 Jan 03 6:28 AM
2008 Jan 03 6:37 AM
hi,
check this syntax GET TIME [FIELD tim].
it gives the exact time in microsec
Regards,
Will.
2008 Jan 03 7:02 AM
HI PRADEEP,
STEPS:
1.OPEN UR REPORT IN SE38 TRANSACTION.
(OR)
2.SELECT THE MENU PATH
UTILITIES-->MORE UTILITIES-->RUNTIME ANALYSIS
3.SELECT THE PROGRAM RADIO BUTTON AND GIVE UR REPORT NAME THERE.AND CLICK EXECUTE BUTTON
4.IT WILL TAKE U TO ANOTHER SCREEN THERE U CAN EXECUTE UR REPORT AND COME BACK.
5.CLICK ON ANALYZE BUTTON.(PRESENT IN BELOW OF THE SCREEN).
THEN U WILL GET ONE GRAPH
NOTE:
1.IF IT IS RED UR PROGRAM IS HAVING VERY POOR PERFORMANCE
2.IF IT IS GREEN IT IS OK.
ABAP GRAPH : TELLS UR CODING IN THE REPORT.
DATABASE GRAPH : U R RETREIVE DATA FROM DATABASE IN UR REPORT.
REWARD IF IT USFUL,
THANKS,
SRIKANTH.A
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |