<?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: Debuging issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432096#M1411130</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; Since the FM is in an external system you cannot debug it in the calling system. If you want to know what is happening inside the FM then note down the values of the parameters being passed to the FM. Then log in to the target system and create a test data for the FM using the values recorded earlier. And you can execute it in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 22:32:42 GMT</pubDate>
    <dc:creator>prasenjit_sharma</dc:creator>
    <dc:date>2009-12-03T22:32:42Z</dc:date>
    <item>
      <title>Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432091#M1411125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IW31/32 has been enhanced to call a functionmodule &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_RFC_STATUS_CHANGE' DESTINATION v_dest&lt;/P&gt;&lt;P&gt;the v_dest has a value of BIZTALK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one of the parameters being sent is a status (text field)&lt;/P&gt;&lt;P&gt;I added a new status code to be sent and the Functionmodule Fails&lt;/P&gt;&lt;P&gt;I try debugging with internal and external breakpoints and I never manage to get to debug as the module executes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I debug this FM so I can determine what causes the failure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 21:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432091#M1411125</guid>
      <dc:creator>former_member431412</dc:creator>
      <dc:date>2009-12-03T21:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432092#M1411126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be the function module is called in Update task.&lt;/P&gt;&lt;P&gt;If you are in ECC,  While in debug mode, go to "Settings -&amp;gt; Display/Change Debugger settings " &lt;/P&gt;&lt;P&gt;Here check the "Update Debugging" and hit OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all the function modules that is called in Update task can be debugged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 21:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432092#M1411126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T21:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432093#M1411127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried the solution. I still get an error without ever seeing one line of code..&lt;/P&gt;&lt;P&gt;When I send a status code that does not cause the error, the debugger just steps over the funtioncal. I have tried the debuging with my user ID as well as the BIZTALK USER ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked SM59 to see If I can find a different user ID to debug against.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 21:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432093#M1411127</guid>
      <dc:creator>former_member431412</dc:creator>
      <dc:date>2009-12-03T21:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432094#M1411128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing for you to 'step-into'.  Your .Net developer should be able to catch the call and debug the code on his/her side in the Biztalk code if that's what your intention is.  From the SAP-side, you can analyze that the call parameters are correct before the call and then receive the result of the call and look at the response.  You can also turn on a trace for the RFC destination in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of error are you referring to?  Is it an update that doesn't happen on the Biztalk side or is it an exception that gets thrown?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 22:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432094#M1411128</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2009-12-03T22:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432095#M1411129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;The FM being called is an SAP FM. So I should be able to debug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 22:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432095#M1411129</guid>
      <dc:creator>former_member431412</dc:creator>
      <dc:date>2009-12-03T22:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432096#M1411130</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; Since the FM is in an external system you cannot debug it in the calling system. If you want to know what is happening inside the FM then note down the values of the parameters being passed to the FM. Then log in to the target system and create a test data for the FM using the values recorded earlier. And you can execute it in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 22:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432096#M1411130</guid>
      <dc:creator>prasenjit_sharma</dc:creator>
      <dc:date>2009-12-03T22:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432097#M1411131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;The FM being called is an SAP FM. So I should be able to debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, you can't.  The function is only a shell.  You are actually executing a program in another system (Biztalk) and receiving a response.  Check out the help files on remote function calls...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 14:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432097#M1411131</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2009-12-04T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432098#M1411132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, now I get it. When calling a FM with a destination, I am only sending parameters to the external app. I added the new status code to the filters in the Biztalk orchestration and the error went away. Thanks for helping me understand what really happens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 14:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432098#M1411132</guid>
      <dc:creator>former_member431412</dc:creator>
      <dc:date>2009-12-04T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432099#M1411133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Brad &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the call is made in an external system it can be debugged &amp;amp; analysed by the developer on the external system. He will be able to tell you exactly why the RFC fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 14:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-issue/m-p/6432099#M1411133</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-12-04T14:54:20Z</dc:date>
    </item>
  </channel>
</rss>

