<?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 Debug in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001376#M709107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a little problem. &lt;/P&gt;&lt;P&gt;I put 1 break-point in my abap program, but I need debug this program when it is running in background and I need that Stop in this break-point. It's possible ?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Another question is: Is possible occurs Time Out in a program running in background ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks,&lt;/P&gt;&lt;P&gt;Flavio Ferreira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2007 11:38:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-25T11:38:08Z</dc:date>
    <item>
      <title>Debug in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001376#M709107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a little problem. &lt;/P&gt;&lt;P&gt;I put 1 break-point in my abap program, but I need debug this program when it is running in background and I need that Stop in this break-point. It's possible ?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Another question is: Is possible occurs Time Out in a program running in background ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks,&lt;/P&gt;&lt;P&gt;Flavio Ferreira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 11:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001376#M709107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T11:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Debug in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001377#M709108</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;Debug background Job.&lt;/P&gt;&lt;P&gt;, Transaction &amp;#150; JDBG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug Program scheduled Background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2739614"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if this helps.&lt;/P&gt;&lt;P&gt;Manish&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 11:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001377#M709108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T11:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debug in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001378#M709109</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;You might try out SM50 transaction to stop the scheduled program's run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time-out can not occur during background. But there could be exceptions, short dumps, which could break your program's run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 11:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001378#M709109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T11:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debug in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001379#M709110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There a no. of ways to debug the background job as mentioned in above posts. 1 more way is to go to SM50 Txn and find your background job of Type 'BGD'. Check that process and go to Program/Session -&amp;gt;Program -&amp;gt; Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not debug a program which is running in background but once the job is completed in sm37 select the job and type JDBG at command box, the job will go in debug mode and show you how it was executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BACKGROND PROGRAMS:you can debug the background jobs, use the command BDUG&lt;/P&gt;&lt;P&gt;One way of debuging programs which are already running in background is via transaction SM50. This displays a &lt;/P&gt;&lt;P&gt;list of process running in the server. In order to debug the program go to Menu option:&lt;/P&gt;&lt;P&gt;Program/Mode&lt;DEL&gt;&amp;gt;Program&lt;/DEL&gt;&amp;gt;Debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 11:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-in-background/m-p/3001379#M709110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T11:45:50Z</dc:date>
    </item>
  </channel>
</rss>

