<?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: Syntax Error with Table Parameter (type: ANY) when Creating Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145288#M1819803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your first consideration should be not using the TABLES statement, as it is obsolete. Why not using CHANGING instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 08:09:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-17T08:09:40Z</dc:date>
    <item>
      <title>Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145283#M1819798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a function module with a table parameter and table type is ANY. But when I check (Ctrl+F7) this function module, syntax error occurs - "In this statement, the internal table "MSG_TABLE_ITEM" must have the type "STANDARD TABLE"."&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/407448" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me what the wrong is? And how can I fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shelwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 10:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145283#M1819798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T10:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145284#M1819799</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;It should be TYPE STANDARD TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 10:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145284#M1819799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145285#M1819800</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;For table parameters, you can only pass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSG_TABLE_ITM&amp;nbsp;&amp;nbsp; TYPE STANDARD TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSG_TABLE_ITM&amp;nbsp; ( don't fill other columns TYPING ASSOCIATED TYPE&amp;nbsp; ).&lt;/P&gt;&lt;P&gt;For reference check FM 'GUI_UPLOAD' - Table parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 10:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145285#M1819800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T10:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145286#M1819801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shelwin,&lt;/P&gt;&lt;P&gt;your error message clearly indicates the error, so you have to use only standard table type in the associated type of&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;MSG_TABLE_ITEM.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 11:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145286#M1819801</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-03-11T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145287#M1819802</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;Thank you for your replies! And all of your opinions are correct in my case. Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shelwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 05:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145287#M1819802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T05:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145288#M1819803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your first consideration should be not using the TABLES statement, as it is obsolete. Why not using CHANGING instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145288#M1819803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T08:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145289#M1819804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jozef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to ABAP programming, and could we use CHANGING to transfer internal table parameters between function module and the program which calls this FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shelwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145289#M1819804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T08:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with Table Parameter (type: ANY) when Creating Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145290#M1819805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can. Whatever you send via TABLES can be sent via changing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-parameter-type-any-when-creating-function-module/m-p/10145290#M1819805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T09:33:07Z</dc:date>
    </item>
  </channel>
</rss>

