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

abap general

Former Member
0 Likes
1,036

What is runtime analysis? Have nebody used this?

Edited by: arindam basu on Jul 9, 2008 6:53 AM

10 REPLIES 10
Read only

Former Member
0 Likes
1,006

Hi,

Please use TCOde SE30.

FOr further information please click Tips and Tricks button available in the application Tool Bar.

Thanks,

Sriram POnna.

Read only

Former Member
0 Likes
1,006

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

Read only

Former Member
0 Likes
1,006

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

Read only

Former Member
0 Likes
1,006

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

Read only

former_member195383
Active Contributor
0 Likes
1,006

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..

Read only

Former Member
0 Likes
1,006

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.

Read only

Former Member
0 Likes
1,006

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

Read only

Former Member
0 Likes
1,006

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.

Read only

Former Member
0 Likes
1,006

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.

Read only

Former Member
0 Likes
1,006

i hav got the required answer