<?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 RFC function call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call/m-p/1587130#M264629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;*---  Calling the T-RFC to transfer data to Webmethods.
  CALL FUNCTION 'ZIFO_IPCHECK_REQ' "IN BACKGROUND TASK
    DESTINATION 'WEBMETHODS_INT' "AS SEPARATE UNIT
    TABLES
      output = i_zipchckreq.

  COMMIT WORK.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debug mode I am not able to go step by step in to the function. When I clicked F5 I am directly going to next statement which is COMMIT WORK. What should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2006 19:47:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-13T19:47:16Z</dc:date>
    <item>
      <title>RFC function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call/m-p/1587130#M264629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;*---  Calling the T-RFC to transfer data to Webmethods.
  CALL FUNCTION 'ZIFO_IPCHECK_REQ' "IN BACKGROUND TASK
    DESTINATION 'WEBMETHODS_INT' "AS SEPARATE UNIT
    TABLES
      output = i_zipchckreq.

  COMMIT WORK.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debug mode I am not able to go step by step in to the function. When I clicked F5 I am directly going to next statement which is COMMIT WORK. What should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 19:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call/m-p/1587130#M264629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T19:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call/m-p/1587131#M264630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether it is the correct solution.&lt;/P&gt;&lt;P&gt;I had a guess that we need to put a BREAK POINT in the destination system for that function module, then it will have a chance at the point and you can debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 19:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call/m-p/1587131#M264630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call/m-p/1587132#M264631</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;Debugging Remote Function Modules&lt;/P&gt;&lt;P&gt;When testing ABAP-to-ABAP RFC calls, you can use the ABAP debugger to monitor the&lt;/P&gt;&lt;P&gt;execution of the RFC function in the remote system. Static breakpoints, single-stepping, variablewatching&lt;/P&gt;&lt;P&gt;and source display are possible.&lt;/P&gt;&lt;P&gt;With remote calls, the ABAP debugger (including the debugging interface) runs on the local&lt;/P&gt;&lt;P&gt;system. Data values and other run information for the remote function are passed in from the&lt;/P&gt;&lt;P&gt;remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the link for documentation,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/22/043093488911d189490000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/22/043093488911d189490000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 19:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call/m-p/1587132#M264631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T19:59:30Z</dc:date>
    </item>
  </channel>
</rss>

