<?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: Functional method call: syntax error in Abap 702 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485372#M16123</link>
    <description>&lt;P&gt;Thank you !!! It's really useful !&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 16:56:24 GMT</pubDate>
    <dc:creator>RicardoRomero_1</dc:creator>
    <dc:date>2017-06-13T16:56:24Z</dc:date>
    <item>
      <title>Functional method call: syntax error in Abap 702</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485367#M16118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the same code in different systems; One with abap 702 and the other with 740.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;        response = zzmy_class=&amp;gt;my_method(
           EXPORTING
             param1 = lv_var1
             param2 = lv_var2 ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There is a syntax error in the 702 system:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Unexpected word "EXPORTING" in functional method call&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have not this error in the 740.&lt;/P&gt;&lt;P&gt;If I remove the word "EXPORTING" the code is ok.&lt;/P&gt;&lt;P&gt;Why this difference between versions?&lt;/P&gt;&lt;P&gt;We have to move a lot of objects from one system to the other and is headache to fix all these issues..&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485367#M16118</guid>
      <dc:creator>RicardoRomero_1</dc:creator>
      <dc:date>2017-06-13T10:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Functional method call: syntax error in Abap 702</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485368#M16119</link>
      <description>&lt;P&gt;"Why this difference between versions?"&lt;/P&gt;&lt;P&gt; Because 7.40 is a higher version than 7.02 and the parameter interface of functional methods was enhanced in 7.40, SP02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abennews-740-abap_objects.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abennews-740-abap_objects.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485368#M16119</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-13T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Functional method call: syntax error in Abap 702</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485369#M16120</link>
      <description>&lt;P&gt;Ok, I knew that the inteface was improved but I didn't remember that you cannot use the word EXPORTING, in the end the input parameters are EXPORTING params in the call, for that I didn't understand the problem. &lt;/P&gt;&lt;P&gt;Is there any tool to check if the code is backward compatible? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485369#M16120</guid>
      <dc:creator>RicardoRomero_1</dc:creator>
      <dc:date>2017-06-13T10:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Functional method call: syntax error in Abap 702</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485370#M16121</link>
      <description>&lt;P&gt;"Is there any tool to check if the code is retro compatible?"&lt;/P&gt;&lt;P&gt;There are attempts for that, but I don't know about any released tools yet.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 11:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485370#M16121</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-13T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Functional method call: syntax error in Abap 702</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485371#M16122</link>
      <description>&lt;P&gt;if both systems are in your landscape you can try setting up remote syntax check, see &lt;A href="https://blogs.sap.com/2014/11/28/remote-syntax-check-for-abap-developers/" target="test_blank"&gt;https://blogs.sap.com/2014/11/28/remote-syntax-check-for-abap-developers/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485371#M16122</guid>
      <dc:creator>larshp</dc:creator>
      <dc:date>2017-06-13T16:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Functional method call: syntax error in Abap 702</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485372#M16123</link>
      <description>&lt;P&gt;Thank you !!! It's really useful !&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-method-call-syntax-error-in-abap-702/m-p/485372#M16123</guid>
      <dc:creator>RicardoRomero_1</dc:creator>
      <dc:date>2017-06-13T16:56:24Z</dc:date>
    </item>
  </channel>
</rss>

