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

how can i measure BAPI runtime which has called from JAVA

Former Member
0 Likes
564

Hi abapers

how can i get run time for BAPI called from JAVA through JCO.

i know that i can use SE30 from ABAP by executing from SAP.

may be ST05 useful for me i did it but when display trace

i am getting big list by seeing this list i am not able to find the runtime for that BAPI.

please any one can explain

reagdrs

ramesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

Hi Ramesh,

Irrespective of whether the call is from an external system or within sap, the bapi will be executed in R/3 only.

So, you can safely measure the runtime using se30 only.

If it is taking more time when called from JCo , then you can be sure that the problem is not with SAP and is actually due to the JCo connectivity with R/3.

Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
491

Transaction SM20N gives the Analysis of Security Audit Log. This way you can find when the process was started.

But I am not sure if this will help you.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
491

Not sure that you are going to able to tell whether the call came from jCo or from inside the system.

Regard,

Rich Heilman

Read only

0 Likes
491

thanks for your reply

call from jco

Read only

Former Member
0 Likes
492

Hi Ramesh,

Irrespective of whether the call is from an external system or within sap, the bapi will be executed in R/3 only.

So, you can safely measure the runtime using se30 only.

If it is taking more time when called from JCo , then you can be sure that the problem is not with SAP and is actually due to the JCo connectivity with R/3.

Regards,

Ravi