<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how can i measure BAPI runtime which has called from JAVA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551911#M250313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers&lt;/P&gt;&lt;P&gt;how can i get run time for BAPI called from JAVA through JCO.&lt;/P&gt;&lt;P&gt;i know that i can use SE30 from ABAP by executing from SAP.&lt;/P&gt;&lt;P&gt;may be ST05 useful for me i did it but when display trace&lt;/P&gt;&lt;P&gt;i am getting big list by seeing this list i am not able to find the runtime for that BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please any one can explain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagdrs&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2006 15:18:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-16T15:18:31Z</dc:date>
    <item>
      <title>how can i measure BAPI runtime which has called from JAVA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551911#M250313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers&lt;/P&gt;&lt;P&gt;how can i get run time for BAPI called from JAVA through JCO.&lt;/P&gt;&lt;P&gt;i know that i can use SE30 from ABAP by executing from SAP.&lt;/P&gt;&lt;P&gt;may be ST05 useful for me i did it but when display trace&lt;/P&gt;&lt;P&gt;i am getting big list by seeing this list i am not able to find the runtime for that BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please any one can explain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagdrs&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 15:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551911#M250313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: how can i measure BAPI runtime which has called from JAVA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551912#M250314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction SM20N gives the Analysis of Security Audit Log. This way you can find when the process was started.&lt;/P&gt;&lt;P&gt;But I am not sure if this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 15:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551912#M250314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: how can i measure BAPI runtime which has called from JAVA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551913#M250315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that you are going to able to tell whether the call came from jCo or from inside the system.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 15:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551913#M250315</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-16T15:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: how can i measure BAPI runtime which has called from JAVA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551914#M250316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;   Irrespective of whether the call is from an external system or within sap, the bapi will be executed in R/3 only.&lt;/P&gt;&lt;P&gt;So, you can safely measure the runtime using se30 only.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 15:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551914#M250316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T15:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: how can i measure BAPI runtime which has called from JAVA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551915#M250317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply&lt;/P&gt;&lt;P&gt;call from jco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 15:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-measure-bapi-runtime-which-has-called-from-java/m-p/1551915#M250317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T15:44:56Z</dc:date>
    </item>
  </channel>
</rss>

