‎2008 Jul 09 5:52 AM
What is runtime analysis? Have nebody used this?
Edited by: arindam basu on Jul 9, 2008 6:53 AM
‎2008 Jul 09 5:54 AM
Hi,
Please use TCOde SE30.
FOr further information please click Tips and Tricks button available in the application Tool Bar.
Thanks,
Sriram POnna.
‎2008 Jul 09 5:54 AM
Hi
Runtime analysis will give the exact runtime of all of your code.
It gives overall runtime and individual runtime for example time need for a FM, Select qury on a table etc.
Regards
aditya
‎2008 Jul 09 5:55 AM
The runtime analysis provides an overview of the duration and performance of your source code, from individual statements up to complete transactions.
Choose Menu ® Test ® Runtime Analysis or transaction SE30 to start the runtime analysis. In the initial screen, you see the four main functions of this tool, which can be activated by pushing the corresponding button.
· Measurement in dialog status
· Measurement of external session
· Selection of measurement restrictions
· Evaluation of measurement results
With large applications, it is advisable to first analyze the entire application and then check details in the hit lists.
regards
Lokesh
‎2008 Jul 09 5:55 AM
Hi
Runtime analysis shows you how long it takes to process ABAP code, from single statements to a complete transaction.
To start the runtime analysis, choose Tools -> ABAP Workbench -> Test -> Runtime analysis (or transaction SE30). On the initial screen you can choose one of four main functions.
Measurement in the current status
Measurement in a new session
Select measurement restrictions
Analyze performance data
For large applications it is recommended that you first analyze the entire application and hit list.
Use
The runtime analysis tool allows you to examine the performance of any ABAP programs, such as reports, subroutines, function modules or classes, that you create in the ABAP Workbench. It saves its results in performance data files, which you can display as lists. You can use these results to identify runtime-intensive statements, to combine table accesses, and show the hierarchy of program calls. From the results of the runtime analysis, you can identify:
Excessive or unnecessary use of modularization units
CPU-intensive program functions
User-specific functions that could be replaced with ABAP statements
Inefficient or redundant database access.
Starting the Runtime Analysis
You can start the runtime analysis as follows:
To start from
Choose
Any screen
System ® Utilities ® Runtime analysis ® Execute
The initial screen of the ABAP
Workbench
Test ® Runtime analysis
The initial screen of the ABAP
Editor
Program ® Execute ® Runtime analysis
The ABAP Editor
Utilities ® More utilities ® Runtime analysis
Regards
Sowmya
‎2008 Jul 09 5:56 AM
Runtime analysis...is used to analyse mainly performance related thiings...
Suppose u have two select queries doing the same thing...then through runtime analysys..u can select which query is better performance wise..
ST05 and se30 are used for this..
‎2008 Jul 09 5:59 AM
Hi,
goto SE30 this is the Transaction for Runtime analysis.
using this u can findout the Runtime of a Particular
Transaction or Program or function module...
It will show time taken by abap,Database and System in microseconds..
Award if usefull
Regards
Prabhu.
‎2008 Jul 09 5:59 AM
Hi,
Runtime Analysis (SE30)... here you can find the proformance of the database and the system.. Graphical representation view ....
based on this we can say estimate the proformance of the report ..
Reward Points if useful
Raghunath.S
9986076729
‎2008 Jul 09 5:59 AM
Itu2019s checks program execution time in microseconds. When you go to se30.if you give desired program name in performance file. It will take you to below screen. You can get how much past is your program.
‎2008 Jul 09 6:05 AM
The runtime analysis provides an overview of the duration of your source code, from individual statements up to complete transactions.
hi,
Choose Menu ®Test ®Runtime Analysis or transaction SE30 to start the runtime analysis. On the initial screen, you will find the four main functions of this tool. They can be activated through the appropriate pushbutton:.
· Measurement in dialog status
· Measurement of external session
· Planning a measurement
· Selection of measurement restrictions
· Analyzing measurement results
For large applications it is recommended that you first analyze the entire application and hit list.
‎2008 Jul 09 6:10 AM