<?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: Passingf an Internal Table to a function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806508#M41381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi john , &lt;/P&gt;&lt;P&gt;     please send it to r_arun@indiatimes.com&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2004 09:59:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-04T09:59:44Z</dc:date>
    <item>
      <title>Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806500#M41373</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; how can i pass an internal table to an function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 06:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806500#M41373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T06:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806501#M41374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can pass a internal table to a function In the "TABLES" parameter.The function module should be defined to accept that parameter.For example You can check function "BAPI_REQUIREMENTS_CHANGE" function in &lt;/P&gt;&lt;P&gt;SE37 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 06:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806501#M41374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T06:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806502#M41375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Passing the table using the TABLES parameters in a function module is one solution. However, using the IMPORT or CHANGING parameters is a better solution. Just create in the Dictionary a table type like your internal table to be able to TYPE your parameters.&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 08:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806502#M41375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806503#M41376</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;John, is there any particular reason why you say, IMPORT or CHANGING parameters is a better solution than using TABLE parameters in a function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 08:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806503#M41376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T08:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806504#M41377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John , &lt;/P&gt;&lt;P&gt;   Could you please tell me in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 08:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806504#M41377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T08:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806505#M41378</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;There was a very recent discussion on this topic &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="150706"&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John's suggestion is somehow better because by doing so you prevent operations concerned with the header of the internal table which consume some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A slight difference but may someone care it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806505#M41378</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-11-04T09:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806506#M41379</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;The tables parameter is something which in my opinion is going to be "history". If you take a look at the SAP help on the PERFORM statement you will find a similar remark there "Instead of the TABLES addition, you should use the USING or CHANGING addition wherever possible". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wouldn't be surprised if SAP will get rid of this parameter in future releases..&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806506#M41379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806507#M41380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more details please send me your Email address and I will send you some screen copies which will be of more help than plain text.&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806507#M41380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806508#M41381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi john , &lt;/P&gt;&lt;P&gt;     please send it to r_arun@indiatimes.com&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806508#M41381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806509#M41382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sent an Email to your address. Hope this helps.&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 10:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806509#M41382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T10:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Passingf an Internal Table to a function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806510#M41383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have seen the topic you mentioned about not using TABLES in subroutines. I wondered if there were any performance issues with using TABLES in Function Modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I hope , they don't get rid of this in future releases as it would mean problems during upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 11:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passingf-an-internal-table-to-a-function/m-p/806510#M41383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T11:11:31Z</dc:date>
    </item>
  </channel>
</rss>

