‎2006 Aug 16 4:18 PM
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
‎2006 Aug 16 4:30 PM
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
‎2006 Aug 16 4:25 PM
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.
‎2006 Aug 16 4:26 PM
‎2006 Aug 16 4:44 PM
‎2006 Aug 16 4:30 PM
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