<?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 hashed table in export parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071207#M973317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to define a hashed (or sorted) table as an export parameter in a function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 12:30:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T12:30:18Z</dc:date>
    <item>
      <title>hashed table in export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071207#M973317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to define a hashed (or sorted) table as an export parameter in a function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071207#M973317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T12:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: hashed table in export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071208#M973318</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;Sorted table is possible.&lt;/P&gt;&lt;P&gt;Not sure about hashed one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prosenjit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071208#M973318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T12:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: hashed table in export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071209#M973319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello  Bin Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual parameter need only have the selection of attributes possessed by the formal parameter. The formal parameter adopts its remaining unnamed attributes from the actual parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE SORTED TABLE: The system checks whether the actual parameter is a sorted table. The formal parameter inherits all of the attributes (line type, key) from the actual parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE HASHED TABLE:  The system checks whether the actual parameter is a hashed table. The formal parameter inherits all of the attributes (line type, key) from the actual parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use USING or CHANGING instead of the TABLES addition for internal tables, although for performance reasons, you should not pass them by value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find it useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071209#M973319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T12:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: hashed table in export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071210#M973320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Sorted table is sufficient for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hashed-table-in-export-parameter/m-p/4071210#M973320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T12:54:41Z</dc:date>
    </item>
  </channel>
</rss>

