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

performance analysis

Former Member
0 Likes
886

Hi,

How I can do a performance analysis of a particular report.

Pls explain.

10 REPLIES 10
Read only

Former Member
0 Likes
869

the follownnign link should help you..

http://www.erpgenie.com/abap/OO/index.htm

Regards,

aparna

Read only

Former Member
0 Likes
869

Hi,

Go to SE30 and give the program name and execute it.

Regards

Kannaiah

Read only

Former Member
Read only

0 Likes
869

Hi Aparna,

You seams to have lot of helpfull information. May I ask if you got any information on Roor Cause analysis for Enterprise Portals. If so can you please send me.

Regards

Maruti CR

Read only

Former Member
0 Likes
869

Hi Neha

Use transaction se30 and do analysis

or put a statement

get runtime and measure the time b/w all select satement and findout the diff

reward points to all helpful answers

kiran.M

Read only

Former Member
0 Likes
869

Hi

reward if usefull

YOU have 2 ways to do performance analysis

1) after activating ur program

follow thi spath

program -> check -> extended Programing Check

or

code inspector

in this u will get errors warinings etc..

if u maintain all the erors and warining etc.. to zero then ur program will be very good in performance point of view

the error or warining description will be there

2) by going to SE30

entyer program name and click on execute

and come back again to initial screen

click on analysis and etc..

Read only

Former Member
0 Likes
869

HI,

Go to SE30 and give the program name and execute it.AND PRESS EVALUTE BUTTON.THAT WILL SHOW U PERFORMANCE GRAPH.

rEWARDS POINTS iF IT uSEFUL

Read only

Former Member
0 Likes
869

hi neha,

do the run time analysis in se30,before that if it is a report please avoid the following things,

1.dont use select single inside a loop.

2. dont use * in select statement instead u can use what are the fields u want

and avoid here into corresponding fields.

3. always work area

Read only

Former Member
0 Likes
869

Hi,

I wanted to totally change one select query in runtime while fetching the records from table using SE30. Is it possible to do using that transaction??

Read only

0 Likes
869

Hi Neha Gupta,

Select statements performances you can check in ST05,

and you can change Select statement while runtime in ST05, check it here.

thanks

hari