<?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 Function Module TABLES parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001467#M76554</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;       I want to pass my internal table to a function module but when I try to access the componenbts of the table it is giving me syntax error. Is it required that I should create DDIC structure for this? Is there any other option? &lt;/P&gt;&lt;P&gt;I have declared the internal table using types. And in function module tables parameters just declared internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2005 05:27:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-19T05:27:14Z</dc:date>
    <item>
      <title>Function Module TABLES parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001467#M76554</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;       I want to pass my internal table to a function module but when I try to access the componenbts of the table it is giving me syntax error. Is it required that I should create DDIC structure for this? Is there any other option? &lt;/P&gt;&lt;P&gt;I have declared the internal table using types. And in function module tables parameters just declared internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 05:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001467#M76554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T05:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module TABLES parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001468#M76555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your function module is RFC enabled , yes you need to create DDIC structure, else just place your parameter for itab in the import parameter and not in the tables area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 05:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001468#M76555</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-09-19T05:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module TABLES parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001469#M76556</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;See the function GUI_DOWNLOAD ( param DATA-TAB). It has not defined the table type . It will take the structure of passed table at runtime.&lt;/P&gt;&lt;P&gt;With TABLE parameter you can use it above way. &lt;/P&gt;&lt;P&gt;You cal also use Importing parameters without specifying any type . You can pass an Internal table ITAB[] here .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 05:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001469#M76556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module TABLES parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001470#M76557</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;How to define work area for the itab defined in importing parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 06:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001470#M76557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T06:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module TABLES parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001471#M76558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: itab_wa like line of &amp;lt;name of your itab&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 06:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001471#M76558</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-09-19T06:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module TABLES parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001472#M76559</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;In the function &lt;/P&gt;&lt;P&gt;Say import parameter is TAB ( with no type definition )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From program you pass an internal table ITAB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to define TAB in your function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code you can diretcly use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( At runtime TAB will take the structure of ITAB from program )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 06:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-tables-parameters/m-p/1001472#M76559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T06:13:07Z</dc:date>
    </item>
  </channel>
</rss>

