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

Efficency checking between two programs

Former Member
0 Likes
417

I just optimized the data extracting part of the program, now i need to analysis the program whether the it ran faster after been optimized. if there any good tools or solutions in SAP that can be used to do the efficency checking?

Edited by: Heyman52 on Jul 13, 2010 5:56 AM

2 REPLIES 2
Read only

anup_deshmukh4
Active Contributor
0 Likes
387

you can check it in tcode SE30 and click on the button tips and trics...where you can execute the main part of the 2 code simultaneously...!

Hope it helps..!

Anup

Edited by: Anup Deshmukh on Jul 13, 2010 6:44 AM

Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
387

Hello friend,

in SE38 you can click Program->Check->Code inspector to identify the potential performance issue in your report with help of Code inspector. You can use tcode SAT or SE30 to run benchmark on your report. Click Tip & Tricks button in the tcode to learn more.

Best Regards,

Jerry