<?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: Has 'Tables' parameters become obsolete in function modules? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587528#M1273948</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;This is true that tables parameter has become obsolete, and this is also true that if you mention them in importing or exporting parameters for RFC FM will hit on performance and it is also a known fact that you cannot use changing parameters for RFC function modules...&lt;/P&gt;&lt;P&gt;so I would suggest that for creating RFC use tables parameter instead of going for any other option so that the performance does not hit, and if you are creating a normal FM then try to avoid tables parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2009 10:09:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-15T10:09:57Z</dc:date>
    <item>
      <title>Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587520#M1273940</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;On the one hand, I read in an ABAP programming guide that using 'Tables' parameter in function module interface has become obsolete. Instead, one should use the importing and exporting parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, I am trying to create an RFC to which several internal tables will be passed. If I try to add a parameter to the importing tab of the RFC function module, on doing a syntax check, I get an information message that says that the performance may be reduced and instead I should use the Tables parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to this contradiction, I am confused whether to use importing parameters or tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 09:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587520#M1273940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587521#M1273941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAPien,&lt;/P&gt;&lt;P&gt;   Yes, the tables parameter has become obsolote. Instead use &lt;STRONG&gt;changing&lt;/STRONG&gt; parameters to pass your tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 09:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587521#M1273941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T09:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587522#M1273942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , Tables parameter is obsolete in Function modules now. &lt;/P&gt;&lt;P&gt;You can use table or structure or variable in import as well as Export parameters or in Changing parameters too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vijetasap on May 15, 2009 11:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 09:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587522#M1273942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587523#M1273943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amuktha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use changing parameter and do a syntax check, I get an information message, an extract of whose long text is pased below. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************************************************&lt;/P&gt;&lt;P&gt;The parameter contains a data type that, in the external system, can lead to a high memory consumption and poorer performance. Affected by this are parameters in IMPORT, EXPORT, and CHANGING parameters that use "deep, nested" (that is, type 2) data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember also that such data types can cause a large load on the network since they can contain high data volumes and are not compressed in the selected definition during transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can avoid possible disadvantages if you use the TABLES parameter instead. In this case, conversions at the interface may be possible. These are described below. A flat structure refers to a structure that contains only fields of the data types ACCP, CHAR, CLNT, CUKY, CURR, DATS, DEC, FLTP, INT1, INT2, INT4,LANG, NUMC, PREC, QUAN, RAW, TIMS, or UNIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="114" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 09:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587523#M1273943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587524#M1273944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijetasap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when I use importing/exporting/changing parameters, I get an information message which says that the performance may be reduced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 09:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587524#M1273944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T09:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587525#M1273945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAPien,&lt;/P&gt;&lt;P&gt;  Try using &lt;STRONG&gt;changing&lt;/STRONG&gt; parameters and see if you still geting that message.But the best way to avoid &lt;STRONG&gt;tables&lt;/STRONG&gt; parameters is to use changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 10:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587525#M1273945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T10:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587526#M1273946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But this is just an information message which you can "ignore". It is just a reminder that you should be aware that performance CAN be reduced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message is not displayed for TABLES, but the performance issue will also apply this parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 10:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587526#M1273946</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-15T10:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587527#M1273947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is using "Changing" parameters the best way? Why not just use the "Exporting parameter"  to replace the TABLES?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 10:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587527#M1273947</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-15T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587528#M1273948</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;This is true that tables parameter has become obsolete, and this is also true that if you mention them in importing or exporting parameters for RFC FM will hit on performance and it is also a known fact that you cannot use changing parameters for RFC function modules...&lt;/P&gt;&lt;P&gt;so I would suggest that for creating RFC use tables parameter instead of going for any other option so that the performance does not hit, and if you are creating a normal FM then try to avoid tables parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 10:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587528#M1273948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T10:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587529#M1273949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is just an information message and technically speaking it can be ignored. The point is that the information given by the message is important as it talks about performance which is an important aspect of coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do u say that the message is just not displayed for Tables parameter but the performance problem will still persist when the information message itself suggests that a loss in performance can be avoided by using Tables parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 10:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587529#M1273949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587530#M1273950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I used tables parameter in an RFC function module, it gave an error on the destination system. So, tables parameters can't be used for sure atleast in RFCs now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 03:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587530#M1273950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T03:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587531#M1273951</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;I'm also in confusion state , whether to use internal table as import/export parameter or under tables section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ofcourse its a silly question but need clarification &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587531#M1273951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587532#M1273952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi "sap developer" (aren't we all "sap developers" around here?),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The warning message is indicating that with import/export parameters it is possible to have deep structured tables, whereas the TABLES parameters only allow flat structures.&amp;nbsp; The performance will be the same regardless of import/export/tables parameter type; all that matters is how many rows and how much data per row.&amp;nbsp; Since TABLES parameters cannot be deep-structured, SAP sees less risk if you use them.&amp;nbsp; But so long as you are aware of the risks of deep-structures you should use import/export/changing and specify a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587532#M1273952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T17:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587533#M1273953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Jim Tasker wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi "sap developer" (aren't we all "sap developers" around here?),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Well, given the date of the original thread, possibly not.&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/1249/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587533#M1273953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587534#M1273954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi Lokeswar,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually it is not recommended to use Tables, since it consumes high memory. But still it doesn't mean you can't use it. Worst case, you can still use it. Make sure you declare as "LIKE" instead of "TYPE". Press Enter twice, if you get warning message. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;But we do have alternate solution for it, Create an exporting/changing parameter of the Table type/ztable.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;If you are using the structure, just create a Table type of it and can be used in import/export parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Cheers!!!!! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587534#M1273954</guid>
      <dc:creator>former_member218500</dc:creator>
      <dc:date>2015-04-09T18:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Has 'Tables' parameters become obsolete in function modules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587535#M1273955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;To close this once and for all.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;For normal function modules - use importing/exporting parameters which are table types.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;For RFC enabled function modules - you can safely use TABLES parameters and ignore the warning.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thread locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 07:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/has-tables-parameters-become-obsolete-in-function-modules/m-p/5587535#M1273955</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-04-10T07:44:08Z</dc:date>
    </item>
  </channel>
</rss>

