<?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: Problem in Background RFC Debug. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480559#M1652228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while you start debugging.. goto settings-&amp;gt; change debugger profile/setting -&amp;gt; here check the 3 check boxes (system, update, trfc) and then(or before) you keep external break point with the user name the RFC is executing in that RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will be able to trigger almost all debug points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2012 09:26:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-13T09:26:15Z</dc:date>
    <item>
      <title>Problem in Background RFC Debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480555#M1652224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a RFC runs in background , written as Call fn. 'ZFN' in background  task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I switched on the System-Update debug, even preesing f9 i gave the fn module name .&lt;/P&gt;&lt;P&gt;Even I hardcoded breakpoint statements inside the fynction-module source .&lt;/P&gt;&lt;P&gt;But not able to bebug the function module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting to get ur guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator Message: Please use more meaningful subject lines in future.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jan 13, 2012 1:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 07:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480555#M1652224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-13T07:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Background RFC Debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480556#M1652225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please follow the below processu2026.to debug the back ground job. &lt;/P&gt;&lt;P&gt;   1. Use SM37 to get list of jobs , type 'JDBG' in the command line ( no '/' ), put the cursor on the job and press ENTER &lt;/P&gt;&lt;P&gt;   2. You are in debug mode now. Step through SAP program (press F7 couple of times) until you get to code you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 07:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480556#M1652225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-13T07:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Background RFC Debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480557#M1652226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try debugging the job itslef by selecting the job in SM37 and put jdbg in command box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 07:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480557#M1652226</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2012-01-13T07:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Background RFC Debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480558#M1652227</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;&amp;gt; we have a RFC runs in background , written as Call fn. 'ZFN' in background  task.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC via BACKGROUND TASK triggers a transactional-RFC(tRFC), it doesn't run in background!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;I switched on the System-Update debug, even preesing f9 i gave the fn module name .&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You cannot use "System-Update" debug to debug a tRFC call. You need to activate the "[TRFC (In Background Task): Block Sending|http://help.sap.com/saphelp_nwpi71/helpdata/en/43/fc78b4482a6bede10000000a11466f/content.htm]" option in the debugger settings &amp;amp; debug via SM58(tRFC monitor).&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, 13 Jan 2012 07:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480558#M1652227</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-01-13T07:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Background RFC Debug.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480559#M1652228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while you start debugging.. goto settings-&amp;gt; change debugger profile/setting -&amp;gt; here check the 3 check boxes (system, update, trfc) and then(or before) you keep external break point with the user name the RFC is executing in that RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will be able to trigger almost all debug points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 09:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-background-rfc-debug/m-p/8480559#M1652228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-13T09:26:15Z</dc:date>
    </item>
  </channel>
</rss>

