<?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>Question Re: ECC 6.07 and remote function call in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/ecc-6-07-and-remote-function-call/qaa-p/437455#M61397</link>
    <description>&lt;P&gt;Did you check whether the user which is used for calling, is a dialog user within the destination system?&lt;/P&gt;&lt;P&gt;As well did you try using ''Terminal ID" which you as well may activate in the "Debugging"-tab?&lt;/P&gt;&lt;P&gt;Detailed description on how to use you get from F1-help&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2017 18:04:52 GMT</pubDate>
    <dc:creator>harald_lesche-holzbecher</dc:creator>
    <dc:date>2017-07-06T18:04:52Z</dc:date>
    <item>
      <title>ECC 6.07 and remote function call</title>
      <link>https://community.sap.com/t5/technology-q-a/ecc-6-07-and-remote-function-call/qaq-p/437454</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;We have an SAP application called QIM which contains an action which calls a remote function call into our ECC environment to process some data (and then it calls it back). In the past, when I've had to debug issues, I would put an external breakpoint before the call, and then when it hits and I F5 into the remote FM, its triggered and I'm pushed in the the ECC system where I continue to debug. &lt;/P&gt;&lt;P&gt;However, I've noticed that after the last enhancement pack we did in ECC (to 6.07), when I repeat the steps above, the system calls and executes the remote FM -  it won't allow me to step into it. We have other ECC systems on lower levels which can be called and I have no problem with these, but the latest version seems to by pass based on how the call is written. I even directly put in the function module the "break-point" command and tried to use the SM50 process, but it also doesn't hit.&lt;/P&gt;&lt;P&gt;I suspect that based on how the call is written using the "Starting New Task" command that potential it works differently now? Reason I say this is if I just do a simple program and do a standard call to the remote function module, it triggers and I'm in the system without issue.&lt;/P&gt;&lt;P&gt;Does anyone have any idea why this happens when the code is written like the below for later enhancement pack upgrades, and is there a better way to write the call below so I can get the debugger triggered?&lt;/P&gt;&lt;P&gt;* -- Call RFC:&lt;BR /&gt;
 CLEAR mv_task_check_ers.&lt;BR /&gt;
 ADD 1 TO mv_task_check_ers.&lt;BR /&gt;
&lt;BR /&gt;
 CALL FUNCTION 'ZQM_CHECK_ERS'&lt;BR /&gt;&lt;STRONG&gt;
 STARTING NEW TASK&lt;/STRONG&gt; lv_task&lt;BR /&gt;
 DESTINATION iv_destination&lt;BR /&gt;
 CALLING on_end_of_followup_chk_ecc ON END OF TASK&lt;BR /&gt;
 EXPORTING&lt;BR /&gt;
 iv_ebeln = ls_qim_ref-ebeln "PO Number&lt;BR /&gt;
 iv_ebelp = ls_qim_ref-ebelp. "Position Number&lt;BR /&gt;
&lt;BR /&gt;
 WAIT UNTIL mv_task_check_ers = 0 UP TO gc_waiting_time_in_s SECONDS.&lt;BR /&gt;
&lt;BR /&gt;
 IF mv_ers_active = 'E'. "A- sctive, N - not active, E - error&lt;BR /&gt;
 MESSAGE e023(zqim) INTO lv_msg_dummy. "ERS check failed&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 14:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ecc-6-07-and-remote-function-call/qaq-p/437454</guid>
      <dc:creator>former_member276617</dc:creator>
      <dc:date>2017-07-06T14:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: ECC 6.07 and remote function call</title>
      <link>https://community.sap.com/t5/technology-q-a/ecc-6-07-and-remote-function-call/qaa-p/437455#M61397</link>
      <description>&lt;P&gt;Did you check whether the user which is used for calling, is a dialog user within the destination system?&lt;/P&gt;&lt;P&gt;As well did you try using ''Terminal ID" which you as well may activate in the "Debugging"-tab?&lt;/P&gt;&lt;P&gt;Detailed description on how to use you get from F1-help&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 18:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ecc-6-07-and-remote-function-call/qaa-p/437455#M61397</guid>
      <dc:creator>harald_lesche-holzbecher</dc:creator>
      <dc:date>2017-07-06T18:04:52Z</dc:date>
    </item>
  </channel>
</rss>

