<?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: RFC : CALL_FUNCTION_SYNTAX_ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617306#M1941558</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;If exceptions are present in the FM, try adding the "&lt;SPAN style="color: #333333; font-family: Arial;"&gt;EXCEPTIONS except1 = rc1 ... exceptn = rcn" addition also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 05:10:58 GMT</pubDate>
    <dc:creator>former_member192467</dc:creator>
    <dc:date>2016-02-23T05:10:58Z</dc:date>
    <item>
      <title>RFC : CALL_FUNCTION_SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617305#M1941557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am having a problem during receiving the results related to a RFC call from one system(X10) to other system(Y10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i just run RFC with ;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RFC_FUNC1' DESTINATION 'Y10'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Everything works fine, however when i try to run this one in parallel mode and trigger, i can see calculations are correct but system gives error on that line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;RECEIVE &lt;SPAN style="color: #000000;"&gt;RESULTS &lt;/SPAN&gt;FROM FUNCTION &lt;SPAN style="color: #5cb120;"&gt;'RFC_FUNC1'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line raises an error with the following detail;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function module "&lt;SPAN style="color: #5cb120;"&gt;RFC_FUNC1'&lt;/SPAN&gt;" has been called as an asynchronous RFC with&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reply.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reply was programmed inconsistently to the call however, meaning&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; that class-based exceptions were to be used in position one but not in&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the other.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error in the ABAP application program.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The current ABAP program "&lt;SPAN style="color: #5cb120;"&gt;RFC_FUNC1'&lt;/SPAN&gt;" had to be interrupted because&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it contains&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a statement that cannot be executed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later i created an another function module in my system X10 just to trigger RFC_FUNC1 in system Y10. Now i changed my logic just to trigger RFC_FUNC2 in my system X10. (RFC_FUNC1 is triggered inside the FUNC2 ) I can see results are received from the RFC_FUNC1 but still i get same error when i run&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;RECEIVE &lt;SPAN style="color: #000000;"&gt;RESULTS &lt;/SPAN&gt;FROM FUNCTION &lt;SPAN style="color: #5cb120;"&gt;'RFC_FUNC2'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What can be the problem ? First time i got error like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 03:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617305#M1941557</guid>
      <dc:creator>former_member185511</dc:creator>
      <dc:date>2016-02-23T03:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: RFC : CALL_FUNCTION_SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617306#M1941558</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;If exceptions are present in the FM, try adding the "&lt;SPAN style="color: #333333; font-family: Arial;"&gt;EXCEPTIONS except1 = rc1 ... exceptn = rcn" addition also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 05:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617306#M1941558</guid>
      <dc:creator>former_member192467</dc:creator>
      <dc:date>2016-02-23T05:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: RFC : CALL_FUNCTION_SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617307#M1941559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just using standard exceptions like system failure and comm failure. I also tried removing exceptions same problem. i tried try-catch also same problem. alternate is i will control the flow by using some customization tables but i want to do in proper way.&lt;/P&gt;&lt;P&gt;Below function is working if i don't use parallel logic with just CALL Function statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;RECEIVE &lt;/SPAN&gt;RESULTS &lt;SPAN style="color: #0433ff;"&gt;FROM FUNCTION &lt;/SPAN&gt;&lt;SPAN style="color: #5cb120;"&gt;'RFC_FUNC1'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; et_log&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; &lt;SPAN style="color: #942193;"&gt;= &lt;/SPAN&gt;lt_log&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system_failure&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #942193;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #3dacff;"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; communication_failure &lt;SPAN style="color: #942193;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #3dacff;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 05:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617307#M1941559</guid>
      <dc:creator>former_member185511</dc:creator>
      <dc:date>2016-02-23T05:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: RFC : CALL_FUNCTION_SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617308#M1941560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i fixed like this;&amp;nbsp; (just to remind, my program is running on system X10 with a parallel logic)&lt;/P&gt;&lt;P&gt;1) Creata a RFC_FUNC2 in X10&lt;/P&gt;&lt;P&gt;2) Call RFC_FUNC1 which exists in Y10 from X10 by using RFC_FUNC2 &lt;/P&gt;&lt;P&gt;3)Catch system failure exceptions in RFC_FUNC2 by using EXCEPTIONS parameters (result of FUNC1&amp;nbsp; in Y10 )&lt;/P&gt;&lt;P&gt;4)Return exceptions coming from FUNC1 by EXPORTING parameter from X10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 05:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-function-syntax-error/m-p/11617308#M1941560</guid>
      <dc:creator>former_member185511</dc:creator>
      <dc:date>2016-02-23T05:36:48Z</dc:date>
    </item>
  </channel>
</rss>

