<?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: Passing Internal table as parameter to a Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980351#M71804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;    you should create a table type for a sturture you want to pass the internal table in data dictionary sell&lt;/P&gt;&lt;P&gt;and you shouls declare teh internal table with type ref to and then pass it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if nay doubts pls come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2005 13:45:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-04T13:45:52Z</dc:date>
    <item>
      <title>Passing Internal table as parameter to a Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980348#M71801</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;Can somebody tell me how to pass an Internal table as a parameter to a method? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 13:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980348#M71801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal table as parameter to a Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980349#M71802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you must pass the &amp;lt;i&amp;gt;body&amp;lt;/i&amp;gt; of the table (I mean itab[] instead of itab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 13:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980349#M71802</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2005-10-04T13:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal table as parameter to a Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980350#M71803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use table type parameter for casting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Methods m1 &lt;/P&gt;&lt;P&gt;importing it_tab type (tabletype).&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Endmethod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 13:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980350#M71803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal table as parameter to a Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980351#M71804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;    you should create a table type for a sturture you want to pass the internal table in data dictionary sell&lt;/P&gt;&lt;P&gt;and you shouls declare teh internal table with type ref to and then pass it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if nay doubts pls come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 13:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980351#M71804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T13:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Internal table as parameter to a Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980352#M71805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: itab1 type string occurs 0 with header line.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;FILENAME = 'C:\ftext.txt'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;APPEND = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;DATA_TAB = &amp;lt;b&amp;gt;itab1[].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 13:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-as-parameter-to-a-method/m-p/980352#M71805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T13:52:55Z</dc:date>
    </item>
  </channel>
</rss>

