<?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: internal tables as input and output for Function modules.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933637#M941637</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;" so when i call this FM with input as an itab with list of values, will it be autmatically passed to the itab1 ?  "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the values will be passed automatically to itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" should i use itab1 in the "import " tab section or is it good enough in "tables" ? basically i deal only with internal tables as inputs and outputs. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use your itab1 in the tables tab, and not in import. Import are for flat import parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 21:02:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T21:02:41Z</dc:date>
    <item>
      <title>internal tables as input and output for Function modules..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933635#M941635</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;I have to write a function module which will accept a list of numbers as input and return 3 internal tables of output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do the follwoing, pl let me know if i am right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i create 4 structures, which represent the data for each of the internal tables.&lt;/P&gt;&lt;P&gt;2. in se37, i create a FM and in the tables tab, i enter these structures, here itab1 is the one which will receive the values from the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when i call this FM with input as an itab with list of values, will it be autmatically passed to the itab1 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should i use itab1 in the "import " tab section or is it good enough in "tables" ? basically i deal only with internal tables as inputs and outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 20:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933635#M941635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T20:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: internal tables as input and output for Function modules..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933636#M941636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass internal tables using the TABLES tab (more or less outdated), but you can also pass them with import and export. However, in this case (import / export), you will have to define table types based on the structures you created for them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 21:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933636#M941636</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-28T21:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: internal tables as input and output for Function modules..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933637#M941637</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;" so when i call this FM with input as an itab with list of values, will it be autmatically passed to the itab1 ?  "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the values will be passed automatically to itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" should i use itab1 in the "import " tab section or is it good enough in "tables" ? basically i deal only with internal tables as inputs and outputs. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use your itab1 in the tables tab, and not in import. Import are for flat import parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 21:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933637#M941637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T21:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: internal tables as input and output for Function modules..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933638#M941638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 21:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-as-input-and-output-for-function-modules/m-p/3933638#M941638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T21:04:12Z</dc:date>
    </item>
  </channel>
</rss>

