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

performece

Former Member
0 Likes
898

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

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
870

Try transaction SE30

8 REPLIES 8
Read only

FredericGirod
Active Contributor
0 Likes
871

Try transaction SE30

Read only

Former Member
0 Likes
870

Hi

use the trnx ST05 for a performance analysis

also ST01

Regards

Ravish

<b>

Reward if useful</b>

Read only

messier31
Active Contributor
0 Likes
870

Hi,

Call this function module in a blank report and test the performanye of this repoert.

Enjoy SAP.

Pankaj Singh.

Read only

former_member189059
Active Contributor
0 Likes
870

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

Read only

varma_narayana
Active Contributor
0 Likes
870

Hi..

We can use the Runtime Analysis (tCODE SE30) to Measure the Runtime of FM.

<b>

Reward if Helpful.</b>

Read only

Former Member
0 Likes
870

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

Read only

Former Member
0 Likes
870

try to give your function module name in se30 and run by giving the input for that function module..

you will get it

Read only

Former Member
0 Likes
870

You can use T-code ST05 and SE30.

Regards

Sourabh Verma