<?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 'TABLES' type parameters in FM interfaces??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-type-parameters-in-fm-interfaces/m-p/791898#M40091</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;Have you ever heard that in FM interfaces 'TABLES' type parameters has some disadvantages and shouldn't be used unless neccessary, and instead, importing or exporting type paramaters referenced to table types should be used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jun 2004 22:38:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-06-18T22:38:00Z</dc:date>
    <item>
      <title>'TABLES' type parameters in FM interfaces???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-type-parameters-in-fm-interfaces/m-p/791898#M40091</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;Have you ever heard that in FM interfaces 'TABLES' type parameters has some disadvantages and shouldn't be used unless neccessary, and instead, importing or exporting type paramaters referenced to table types should be used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2004 22:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-type-parameters-in-fm-interfaces/m-p/791898#M40091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-18T22:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: 'TABLES' type parameters in FM interfaces???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-type-parameters-in-fm-interfaces/m-p/791899#M40092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serdar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interesting question. I've only heard that you should not use it in form routines ... extract from the online help for  the statement form in Enterprise Release:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Addition 1 &lt;/P&gt;&lt;P&gt;... TABLES itab1 ... itabn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Instead of the TABLES addition, you should use the USING or CHANGING addition wherever possible. You can only use tables with table type STANDARD in the TABLES addition. The internal tables you specify are always passed to the FORM along with their header line. If you pass a table without header line as a TABLES parameter, the system automatically generates a header line for it. This is only valid within the FORM . You should not use any global commands (such as HIDE) on the header line. For details about specifying the type of a TABLES parameter, see specifying types. TABLES parameters are always passed by reference. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be some guys from SAP can tell us, if this is true for a FM as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jeannot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2004 10:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-type-parameters-in-fm-interfaces/m-p/791899#M40092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-19T10:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: 'TABLES' type parameters in FM interfaces???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-type-parameters-in-fm-interfaces/m-p/791900#M40093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not from SAP, but the same holds true for function modules as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every tables parameter is passed with a header and incase the header is not present the system automatically creates it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even with function modules it is always advisable to go for import and export parameters, rather than tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2004 02:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-type-parameters-in-fm-interfaces/m-p/791900#M40093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-21T02:31:01Z</dc:date>
    </item>
  </channel>
</rss>

