Application Development 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: 

what is runtime analysis

Former Member
0 Kudos

hi gurus

can any one suggest me

what is runtime analysis

how to use that one

what is the transaction code

for which purpose we use that one ...

thank you

regards

kals.

4 REPLIES 4

former_member156446
Active Contributor
0 Kudos

runtime analysis can be run using sm30

you can run a program or Tr or FM in it and get the output in a graphical format.. search in google for runtime analysis you will get a lot of info

Former Member
0 Kudos

Hi

T-code SE30

This runtime analysis tools allows the ABAP/4 programmer to trace the tables used by the SAP dialog/reports programs. In the Analyze button, you can see four more buttons like:-

Hit List

Displays the execution time of each statement in the program.

Tables

Displays the tables accessed during run time.

Group hit list

Displays the execution time of all the statements and grouping them based on the type of command. e.g. performs, SQL and internal tables used.

Hirarchy

Displays the execution time of each statement in the actual order in which were executed. Uses indentation to indicate the level of nesting of statements within subroutines.

Any tables use by the transaction or program can be easily trace with the runtime analysis tools.

Go to transaction SE30

Type in the transaction code you want to analyze

4.6x

In the Restriction section: select the TMP -> Temporary variant

Click the Change button

Click the Duratn/type

Select None for Aggregation

Save the variant and execute again

After finishing the process, click back to SE30

Use F3 to move back to the initial screen of SE30

Click the Analyze Button

Click Goto -> Object-centered hit list -> Database tables

Refer the following links

http://help.sap.com/saphelp_nw70/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1265920,00.html

Sravani

Plz reward if useful...............

Former Member
0 Kudos

Hi

The following documentation describes the runtime analysis application in the ABAP Workbench. The runtime analysis provides an overview of the duration of your source code, from individual statements up to complete transactions.

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

With the following information you can carry out the analysis, display and interpret the results, and use this as a basis for optimizing your programs.

Reward If Helpfull,

Naresh.

Former Member
0 Kudos

run time analysis

The following documentation describes the runtime analysis application in the ABAP Workbench. 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.

With the following information you can carry out the analysis, display and interpret the results, and use this as a basis for optimizing your programs.

detailed link

http://fmweb.na.fmo.com/saphelp50/helpdata/EN/c6/617cafe68c11d2b2ab080009b43351/frameset.htm

regards,

sharad