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 Test

Former Member
0 Likes
856

Hi experts,

I developed a report for getting data from MAKT table. The report contains the same Selection Screen and Output Screen of MAKT table.

Here how can i check the performance test for this two.

How can i know How much time will take for executing MAKT table, compare to reported program?

I am waiting for your earliest reply

Thnks

Prabhakar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
820

There are 2 tcodes which helps u on this.

ST05 & SE30. U can trace the time here.

Thanks

Eswar

8 REPLIES 8
Read only

Former Member
0 Likes
821

There are 2 tcodes which helps u on this.

ST05 & SE30. U can trace the time here.

Thanks

Eswar

Read only

0 Likes
820

Hi Eswar,

I know the T codes Se30 & ST05. But how to compare the program to Database tables.

Thanks

prabhakar

Read only

0 Likes
820

Hi!

What do you mean with 'compare a program with a database table'?

Do you want to compare your program with SE16? Just make a runtime analysis for both.

Regards,

Christian

Read only

0 Likes
820

using run time analysis you can find which table is taking how much time.

you can find that

in utilities->more utilities->run time analysis.

and run the program. and then analyze it.

it will give the graph, in the application tool bar

you can see one button Hit list or(F5) click on it.

there you can see the list with time etc..

try

thanks

vijay

Read only

0 Likes
820

In SE30>Give the program name>

Execute the program.

And click on Analyse button.

Read only

Former Member
0 Likes
820

Hi

You can find find the performance using se30.

Just click on tips and tricks .

thanks

vijay

Read only

Former Member
0 Likes
820

Hi Prabhakar,

You cannot compare the analysis program and table display side by side, but you can execute each one of them individually.

1.Capture the result of se16 first.

Goto SE30, select Transaction Radion Button, give T-code SE16 ane execute it, then it will ask for the table name , give MAKT and execute. In the selection Screen give your required data or leave it empty.It will Displays the values for the given selection Criteria if any. Come back to se30 screen , choose analyze button , it will display the perfomance analysis . Press Print Screen Button ; open MSWORD , press Ctrl+V, there you will get screen captured from SE30.

2.Repeat Same process for you program also.

So that you can get to know the Difference.

Hope This Info Helps YOU.

<i>Reward Points If It Helps YOU.</i>

Regards,

Raghav

Read only

Former Member
0 Likes
820

Hi Prabhakar,

Check these links for better understanding...

1. Performance Analysis Tools

http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp

2. SE30 - RunTime Analysis

http://www.sap-basis-abap.com/sapta002.htm

3. ST05 - Sql Trace

http://www.sap-img.com/ab016.htm

Search http://help.sap.com you can get lot of documentation.

Hope it helps.

Regards,

Maheswaran.B