‎2007 Aug 20 12:09 PM
hallow
i buield FM and i wont test performence how i do that and how i now if the function run less then 2 sec.
Regards
‎2007 Aug 20 12:12 PM
‎2007 Aug 20 12:12 PM
‎2007 Aug 20 12:12 PM
Hi
use the trnx ST05 for a performance analysis
also ST01
Regards
Ravish
<b>
Reward if useful</b>
‎2007 Aug 20 12:13 PM
Hi,
Call this function module in a blank report and test the performanye of this repoert.
Enjoy SAP.
Pankaj Singh.
‎2007 Aug 20 12:13 PM
Go to SE30 - ABAP runtime Analysis
choose the 'Function module' radio button
run your function module
once it finishes, go back
choose the 'Analyse' option at the bottom left
‎2007 Aug 20 12:14 PM
Hi..
We can use the Runtime Analysis (tCODE SE30) to Measure the Runtime of FM.
<b>
Reward if Helpful.</b>
‎2007 Aug 20 12:14 PM
Hi,
Switch on RTA Dynamically within ABAP Code
*To turn runtim analysis on within ABAP code insert the following code
SET RUN TIME ANALYZER ON.
*To turn runtim analysis off within ABAP code insert the following code
SET RUN TIME ANALYZER OFF.
this way u ll know the time it takes to run the code
Regards,
Aparna
‎2007 Aug 20 12:16 PM
try to give your function module name in se30 and run by giving the input for that function module..
you will get it
‎2007 Aug 20 12:17 PM