<?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: What is the difference between select and select via function normal/rfc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677212#M885563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None is better, none is worse. It depends on your programming style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it how you prefer,&lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 23:25:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-03T23:25:41Z</dc:date>
    <item>
      <title>What is the difference between select and select via function normal/rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677211#M885562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is better ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 13:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677211#M885562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between select and select via function normal/rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677212#M885563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eliram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None is better, none is worse. It depends on your programming style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it how you prefer,&lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 23:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677212#M885563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T23:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between select and select via function normal/rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677213#M885564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi do you men to say select using function module ? A function module is a reusable piece of code - so if you are using some common data extraction across different programs you can put the same select inside a function module and call it from different programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get data from some other SAP system (say from a R/3 server wants to get some CRM data from the CRM system) you have to use RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regrads&lt;/P&gt;&lt;P&gt;Ashim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 05:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677213#M885564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T05:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between select and select via function normal/rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677214#M885565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It depends on yr reqmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase of fewer records, SELECT is better because of the foll reasons.&lt;/P&gt;&lt;P&gt;1) it hits dbtab only once for few records&lt;/P&gt;&lt;P&gt;2) using fm, it's a reusable code, which will result in so many other lines of code are also a part of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're not sure of the number of records even tentatively, use GET RUNTIME statement to find the execution time of both these SELECT and FMs and go accordingly.&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vaishnavi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 14:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-select-and-select-via-function-normal-rfc/m-p/3677214#M885565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-05T14:27:31Z</dc:date>
    </item>
  </channel>
</rss>

