<?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: Error- 'TABLES parameters are obsolete' while Creating itab in function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906340#M1793431</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;SAP Release 7.0 EP2, the Tables parameter is not required anymore; we can define internal tables in the IMPORTING &amp;amp; EXPORTING tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 18:07:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-19T18:07:59Z</dc:date>
    <item>
      <title>Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906334#M1793425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to pass value Using Internal table . but I could't Enter the value there..&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #ff0000;"&gt;Parameter Name --&amp;gt; it &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #ff0000;"&gt;Typing&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; type standard table of&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (or)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; type &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #ff0000;"&gt;Associated Type--&amp;gt; MARA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here i got the error message " TABLES parameters are obsolete" i tried with all 1.type standard table of, 2.type, 3. like.&amp;nbsp;&amp;nbsp; i didn't work &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_emote jive_macro jiveImage" src="https://community.sap.com/408/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt; . What to give in Typing field ? can anyone help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906334#M1793425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-19T16:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906335#M1793426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message is pretty clear, no? Still, if you want to use this type of parameters, it should be typified using "LIKE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you use types IMPORTING, EXPORTING and CHANGING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: The message is an warning. Press return again and continue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906335#M1793426</guid>
      <dc:creator>aferngas</dc:creator>
      <dc:date>2013-12-19T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906336#M1793427</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;Try passing a CHANGING parameter of type MARA_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At,&lt;/P&gt;&lt;P&gt;Sandro Ramos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906336#M1793427</guid>
      <dc:creator>sandroramos</dc:creator>
      <dc:date>2013-12-19T16:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906337#M1793428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go to se11 transaction and create a table of type mara and using it in your import tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/347538" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/347539" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/347543" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then write in function module import Parameter name:z_t_mara and typing: TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906337#M1793428</guid>
      <dc:creator>bernat_loscos</dc:creator>
      <dc:date>2013-12-19T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906338#M1793429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't need to create a new table type, use standard MARA_TAB instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906338#M1793429</guid>
      <dc:creator>sandroramos</dc:creator>
      <dc:date>2013-12-19T16:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906339#M1793430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a function module (se37) SAP would like developers to begin passing table information in the IMPORT, EXPORT, and/or CHANGING tabs instead of using the TABLES tab.&amp;nbsp; This means that we must use table types instead of statements like...gt_itab TYPE STANDARD TABLE OF mara in se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandro has a good suggestion of using MARA_TAB.&amp;nbsp; If you look at MARA_TAB in se11 you'll see that it is a table type instead of a structure.&amp;nbsp; You can use any table type for your IMPORTING, EXPORTING, and CHANGING parameters of your new function module,and they will behave just as if you added a parameter to the TABLES tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this additional insight is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 17:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906339#M1793430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-19T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906340#M1793431</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;SAP Release 7.0 EP2, the Tables parameter is not required anymore; we can define internal tables in the IMPORTING &amp;amp; EXPORTING tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 18:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906340#M1793431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-19T18:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906341#M1793432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sandro,&lt;/P&gt;&lt;P&gt;i know SAP recommend using import, export. bacasue tables have high memory consumption and lower performance.&lt;/P&gt;&lt;P&gt;Could you explain me why?&lt;/P&gt;&lt;P&gt;if using import, it will be, 'itab type standard table of tableType',&amp;nbsp; low memory consumption?&lt;/P&gt;&lt;P&gt;if using tables, it will be, 'itab like standard table of table', high memory consumption?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much.&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 03:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906341#M1793432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-20T03:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906342#M1793433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Friends. Thanks for your Information .. So instead of using 'table' i can use import option to invoke 'ITAB' right? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 12:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906342#M1793433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-21T12:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906343#M1793434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just read the documentation below and explains the reason for obsolete statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;TABLES parameters are obsolete!&lt;/H3&gt;&lt;P&gt;TABLES parameters are table parameters. Table parameters are obsolete CHANGING parameters that are typed as internal standard tables with a header line. If an internal table without a header line or a table body is passed as an actual parameter to such a formal parameter, an empty header line is generated in the function module. If an internal table with a header line is used as an actual parameter, both the table body and the header line are passed to the function module. In the case of formal parameters defined with TABLES, no value transmission is possible.&lt;/P&gt;&lt;P&gt;Formal parameters defined with TABLES can be replaced by formal parameters defined with CHANGING. A local work area can be created in the function module&amp;nbsp; for the internal table using the addition LIKE LINE OF itab of the DATA statement in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So better to use the changing parameter by using SAP defined table type TT_MARA( just like referring to standard internal table ). declare your FM as mentioned below screen shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 16:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906343#M1793434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-21T16:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error- 'TABLES parameters are obsolete' while Creating itab in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906344#M1793435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that TABLE type parameters pass your variable by reference and allows to modify the value of these. If you are using a IMPORTING type parameter can only read this value. If you want change the value of your variable, you should use a CHANGING parameter or one IMPORTING and one EXPORTING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all cases (except TABLE type paramters) the type of your varible must be an table type. Not an structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 11:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-tables-parameters-are-obsolete-while-creating-itab-in-function-module/m-p/9906344#M1793435</guid>
      <dc:creator>aferngas</dc:creator>
      <dc:date>2013-12-23T11:56:36Z</dc:date>
    </item>
  </channel>
</rss>

