<?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: Tables parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515610#M237361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In changing you can not pass the table, but in Table parameters you can pass the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing, in changing you can change the value of that variable at the run time. In the export and Import it is not possible to change it. In table parameter, you can also change the contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 13:58:37 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2006-09-06T13:58:37Z</dc:date>
    <item>
      <title>Tables parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515609#M237360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what the difference is between passing a table to a function module as a "changing" parameter and passing it as a "tables" parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515609#M237360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T13:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tables parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515610#M237361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In changing you can not pass the table, but in Table parameters you can pass the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing, in changing you can change the value of that variable at the run time. In the export and Import it is not possible to change it. In table parameter, you can also change the contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515610#M237361</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-09-06T13:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tables parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515611#M237362</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;Changing parameter can only handle parameters of structure type or single variables and not of table types(occurs n).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 14:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515611#M237362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tables parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515612#M237363</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 don't believe there are meaningful differences except you have to use a dictionary type table in CHANGING paramenter to obtain a table parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 14:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515612#M237363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tables parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515613#M237364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Magnus,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CHANGING parameters:&amp;lt;/b&amp;gt; These must be supplied with data when you call the function module, unless they are flagged as optional. They can be changed in the function module. The changed values are then returned to the calling program.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Tables parameters:&amp;lt;/b&amp;gt; You use these to pass internal tables. They are treated like CHANGING parameters. However, you can also pass internal tables with other parameters if you specify the parameter type appropriately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your information:&lt;/P&gt;&lt;P&gt;After CHANGING or TABLES, you must supply values to all of the non-optional CHANGING or tables parameters. When the function module has finished running, the changed values are passed back to the actual parameters. You can supply values to optional CHANGING or tables parameters if you wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 14:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515613#M237364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T14:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tables parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515614#M237365</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;Thanks all for your replies. But I have tried passing an internal table both as a changing and tables parameter and both ways seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 14:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515614#M237365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tables parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515615#M237366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing parameter can accept the internal table with out header line (declared by type or type table), but can't accept the table with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And TABLE can handle both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 07:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-parameters/m-p/1515615#M237366</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-09-07T07:24:38Z</dc:date>
    </item>
  </channel>
</rss>

