‎2006 Jan 04 10:02 AM
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
‎2006 Jan 04 10:05 AM
There are 2 tcodes which helps u on this.
ST05 & SE30. U can trace the time here.
Thanks
Eswar
‎2006 Jan 04 10:05 AM
There are 2 tcodes which helps u on this.
ST05 & SE30. U can trace the time here.
Thanks
Eswar
‎2006 Jan 04 10:14 AM
Hi Eswar,
I know the T codes Se30 & ST05. But how to compare the program to Database tables.
Thanks
prabhakar
‎2006 Jan 04 10:15 AM
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
‎2006 Jan 04 10:20 AM
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
‎2006 Jan 04 10:30 AM
In SE30>Give the program name>
Execute the program.
And click on Analyse button.
‎2006 Jan 04 10:09 AM
Hi
You can find find the performance using se30.
Just click on tips and tricks .
thanks
vijay
‎2006 Jan 04 10:35 AM
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
‎2006 Jan 04 4:02 PM
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