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

urgent

Former Member
0 Likes
1,259

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,234

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.

11 REPLIES 11
Read only

former_member156446
Active Contributor
0 Likes
1,234

sm30

give the program name and variant if any.. and hit execute and see the graph.. alll the lines need to be below 50%..

Read only

0 Likes
1,234

hi jack

i want the exact time in seconds or minutes.

how to do that?

Read only

Former Member
0 Likes
1,235

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.

Read only

0 Likes
1,234

hi jyothsana,

I can i measure my code in that?

Read only

0 Likes
1,234

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.

Read only

0 Likes
1,234

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

Read only

i048168
Product and Topic Expert
Product and Topic Expert
0 Likes
1,234
Read only

Former Member
0 Likes
1,234

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

Read only

0 Likes
1,234

Thanks for ur response.

Especially to jothsana and jack.

Read only

Former Member
0 Likes
1,234

hi,

check this syntax GET TIME [FIELD tim].

it gives the exact time in microsec

Regards,

Will.

Read only

Former Member
0 Likes
1,234

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