<?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: Function moudule error - table parameters obsolete in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830559#M1130188</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;Tables parameter is absolete in Ecc 6.0 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 07:08:08 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-11-26T07:08:08Z</dc:date>
    <item>
      <title>Function moudule error - table parameters obsolete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830558#M1130187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Subject changed by moderator.  Please use a meaningful subject in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi SAP-ABAP experts,&lt;/P&gt;&lt;P&gt;                                  can i get get the information for the following error.&lt;/P&gt;&lt;P&gt;when i was giving *&lt;STRONG&gt;structure&lt;/STRONG&gt;* name in &lt;STRONG&gt;tables parameter&lt;/STRONG&gt;  and gave the 'TYPE' as type in function module screen i was getting the error like this,&lt;/P&gt;&lt;P&gt;TABLES parameters are obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 4.7e the function module got activated but in ecc 6.0 i am getting the error like that. can u please clarify the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will the type declaration be chaged according to versions of SAP ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kavitha.P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 26, 2008 8:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 07:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830558#M1130187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T07:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function moudule error - table parameters obsolete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830559#M1130188</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;Tables parameter is absolete in Ecc 6.0 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 07:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830559#M1130188</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-11-26T07:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function moudule error - table parameters obsolete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830560#M1130189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a meaningful subject in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can still use table parameters, but, unless you are using RFCs, you should use IMPORT, EXPORT or CHANGING parameters that are defined to a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 07:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830560#M1130189</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-26T07:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function moudule error - table parameters obsolete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830561#M1130190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Create a structure in SE11, this will include all the fields you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a Table type in SE11, referring the above structure as the row type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now, when you use this table type you would need to have a work area to process the data of the table. So, in the program declare a variable with ref to the structure created in Step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT T_ITAB INTO WA_ITAB.&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;where T_ITAB is referring to table type and WA_ITAB is referring to structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 07:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830561#M1130190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T07:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function moudule error - table parameters obsolete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830562#M1130191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it and I am getting a WARNING message only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that means still you can use it though it is obsolate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is to best of my knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 07:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830562#M1130191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T07:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Function moudule error - table parameters obsolete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830563#M1130192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables parameter is obsolete in ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a replacement, Create a table type in Se11 of the type internal table.&lt;/P&gt;&lt;P&gt;Now when you are decalring the internal table in Changing parameter give the reference of that table type.&lt;/P&gt;&lt;P&gt;Create another work area in the source code of function module.&lt;/P&gt;&lt;P&gt;Now loop the Internal table as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 07:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-moudule-error-table-parameters-obsolete/m-p/4830563#M1130192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T07:12:58Z</dc:date>
    </item>
  </channel>
</rss>

