<?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 Re: Rfc Executing take time for first time. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-executing-take-time-for-first-time/m-p/3915242#M938510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the first time is not on the db buffer. In order to do a faster stm, try avoiding INTO CORRESPONDING FIELDS, it is slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel P-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 12:56:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T12:56:57Z</dc:date>
    <item>
      <title>Rfc Executing take time for first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-executing-take-time-for-first-time/m-p/3915240#M938508</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 creat a one rfc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZPIM_EDI_PULL_GRDATA.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(IMP_EDINO) LIKE  YPIMT_GRUNLOAD-COUNTER&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      EDI_GR STRUCTURE  ZEDI_ICS_GR&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;SELECT  *  FROM YPIMT_GRUNLOAD&lt;/P&gt;&lt;P&gt;                       INTO corresponding fields&lt;/P&gt;&lt;P&gt;                        of table  EDI_GR&lt;/P&gt;&lt;P&gt;                        WHERE counter = IMP_EDINO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i Executing this program it will take time for first and second time but after 2 ,3 execution it  become fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any suggest be why this problem is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-executing-take-time-for-first-time/m-p/3915240#M938508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rfc Executing take time for first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-executing-take-time-for-first-time/m-p/3915241#M938509</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;Instead of using * , use the field names...&lt;/P&gt;&lt;P&gt;It will reduce the time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-executing-take-time-for-first-time/m-p/3915241#M938509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rfc Executing take time for first time.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-executing-take-time-for-first-time/m-p/3915242#M938510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the first time is not on the db buffer. In order to do a faster stm, try avoiding INTO CORRESPONDING FIELDS, it is slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel P-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 12:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-executing-take-time-for-first-time/m-p/3915242#M938510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T12:56:57Z</dc:date>
    </item>
  </channel>
</rss>

