<?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 Writing remote callable functionmodule with tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754732#M1876085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to write a remote callable function module compatible with those from the past thus using tables. &lt;/P&gt;&lt;P&gt;However if I try, I get an error message that TABLES are obsolete. In the past that was a warning only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a flag which does allow backward compatible Function Modules as in the past?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Detlef&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Dec 2014 20:06:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-12T20:06:52Z</dc:date>
    <item>
      <title>Writing remote callable functionmodule with tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754732#M1876085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to write a remote callable function module compatible with those from the past thus using tables. &lt;/P&gt;&lt;P&gt;However if I try, I get an error message that TABLES are obsolete. In the past that was a warning only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a flag which does allow backward compatible Function Modules as in the past?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Detlef&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 20:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754732#M1876085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-12T20:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Writing remote callable functionmodule with tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754733#M1876086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But why you need to use tables ? I don't think there is any setting to go around this error message.&lt;/P&gt;&lt;P&gt;As you said you used to be able to click away this message. For me that still works, but it probably depends on the system version you are working on. ( I need to click away the message a couple of times though)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a reason why these TABLES parameters have been declared obsolete. It is not just to annoy us developers !n. In OO they don't work anymore and since we all need to prgress to OO devloping it would be good if you would still try to avoid them and use the import, export and change paraneters,&lt;/P&gt;&lt;P&gt;with a table typed parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you eed to do this because the function module got deleted and needs to be recreated ? Otherwise I cannot imagine a scenario where you HAVE TO use tables. So, if you can, please explain why you have to use TABLES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://help.sap.com/abapdocu_702/en/abaptables_parameters_obsolete.htm"&gt;http://help.sap.com/abapdocu_702/en/abaptables_parameters_obsolete.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 06:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754733#M1876086</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2014-12-13T06:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Writing remote callable functionmodule with tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754734#M1876087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables parameters do still work in an OO environment. I often call legacy FM from within classes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are transferring huge quantities of data, the network load using IMPORT/EXPORT and a table type is considerably more than if you use TABLES. Certainly, with RFCs you used to get a warning that table types in IMPORT/EXPORT can cause problems, simultaneously with warnings not to use TABLES! I don't know if this is still the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 07:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754734#M1876087</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-12-13T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Writing remote callable functionmodule with tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754735#M1876088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version are you using? The help &lt;A href="http://help.sap.com/abapdocu_740/en/abaptables_parameters_obsolete.htm"&gt;here &lt;/A&gt;for 740 says, in the section on obsolescence, offers an exception to not using TABLES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Arial; font-size: 13px; background-color: #fefeff;"&gt;&lt;SPAN class="h4" style="font-size: 13px; color: #000080; font-weight: bold;"&gt;Exception&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Arial; font-size: 13px; background-color: #fefeff;"&gt;Provided that &lt;A class="grey" style="color: #505050;" title="Glossary Entry"&gt;basXML&lt;/A&gt; is not set as the &lt;A class="blue" style="color: #000080;"&gt;RFC log&lt;/A&gt;, using &lt;SPAN class="qtext" style="font-family: 'Courier New'; font-weight: bold;"&gt;TABLES&lt;/SPAN&gt; parameters for &lt;A class="grey" style="color: #505050;" title="Glossary Entry"&gt;remote-enabled function modules&lt;/A&gt; for &lt;A class="grey" style="color: #505050;" title="Glossary Entry"&gt;RFC&lt;/A&gt; can be significantly faster than passing by means of the &lt;SPAN class="qtext" style="font-family: 'Courier New'; font-weight: bold;"&gt;CHANGING&lt;/SPAN&gt; parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 07:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754735#M1876088</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-12-13T07:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Writing remote callable functionmodule with tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754736#M1876089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...which in itself is a nice case of mistranslation. Both &lt;EM&gt;log&lt;/EM&gt; and &lt;EM&gt;protocol&lt;/EM&gt; can be translated to the German &lt;EM&gt;Protokoll&lt;/EM&gt;. The &lt;EM&gt;RFC log&lt;/EM&gt; should really be the &lt;EM&gt;RFC protocol&lt;/EM&gt; here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 07:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754736#M1876089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T07:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Writing remote callable functionmodule with tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754737#M1876090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It did read a little odd. Though English does have "protocol" as &lt;A href="http://www.oxforddictionaries.com/us/definition/english/protocol"&gt;report &lt;/A&gt;as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-remote-callable-functionmodule-with-tables/m-p/10754737#M1876090</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-12-15T09:43:11Z</dc:date>
    </item>
  </channel>
</rss>

