<?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 Runtime for RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-for-rfc/m-p/4791990#M1122362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the runtime taken by the RFC or BAPI to execute. how I code  in the RFC so that I get the runtime of RFC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2008 05:58:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-27T05:58:19Z</dc:date>
    <item>
      <title>Runtime for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-for-rfc/m-p/4791990#M1122362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the runtime taken by the RFC or BAPI to execute. how I code  in the RFC so that I get the runtime of RFC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 05:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-for-rfc/m-p/4791990#M1122362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T05:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-for-rfc/m-p/4791991#M1122363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Take two variable in the FM for time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Assign sy-uzeit to var1 at start of the FM and assign sy-uzeit as last line of the FM.&lt;/P&gt;&lt;P&gt; ouptut those varibles. it will give you the runtime taken by FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 06:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-for-rfc/m-p/4791991#M1122363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T06:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-for-rfc/m-p/4791992#M1122364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the "get run time" statement to calculate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data itab TYPE TABLE OF sflight.&lt;/P&gt;&lt;P&gt;data: t1 type i,&lt;/P&gt;&lt;P&gt;        t2 type i,&lt;/P&gt;&lt;P&gt;        res type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get RUN TIME FIELD t1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * FROM sflight&lt;/P&gt;&lt;P&gt;  INTO TABLE itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get RUN TIME FIELD t2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;res = t2 - t1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write: res.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result will be the time taken in execution of the select query.&lt;/P&gt;&lt;P&gt;insert get runtime statement in the beginning and end of your RFC and get the result as their difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vishal kapoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 07:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-for-rfc/m-p/4791992#M1122364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T07:09:59Z</dc:date>
    </item>
  </channel>
</rss>

