<?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: Exporting Internal Table from Methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087103#M1506751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jose for the solution.&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;Basanagouda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jul 2010 10:44:23 GMT</pubDate>
    <dc:creator>former_member575017</dc:creator>
    <dc:date>2010-07-06T10:44:23Z</dc:date>
    <item>
      <title>Exporting Internal Table from Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087101#M1506749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to export an internal table from Methods and I am using below syntax and its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHODS get_data IMPORTING value(s_matnr) type mara-matnr &lt;/P&gt;&lt;P&gt;                 exporting it_tab TYPE STANDARD TABLE itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is the proper syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Basanagouda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087101#M1506749</guid>
      <dc:creator>former_member575017</dc:creator>
      <dc:date>2010-07-06T09:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Internal Table from Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087102#M1506750</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;Define itab as a 'table type' of standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: TYPES: t_sflight TYPE STANDARD TABLE OF sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHODS : get_data IMPORTING s_carrid type sel_carrid&lt;/P&gt;&lt;P&gt;EXPORTING e_tab type t_sflight.&lt;/P&gt;&lt;P&gt;ENDCLASS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 10:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087102#M1506750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T10:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Internal Table from Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087103#M1506751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jose for the solution.&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;Basanagouda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 10:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087103#M1506751</guid>
      <dc:creator>former_member575017</dc:creator>
      <dc:date>2010-07-06T10:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Internal Table from Methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087104#M1506752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Basanagouda,&lt;/P&gt;&lt;P&gt;I particularly declare such types in a interface called lif_types (Local interface for types).&lt;/P&gt;&lt;P&gt;see ya,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 12:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-internal-table-from-methods/m-p/7087104#M1506752</guid>
      <dc:creator>FabioPagoti</dc:creator>
      <dc:date>2010-07-06T12:54:51Z</dc:date>
    </item>
  </channel>
</rss>

