<?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: Background to Debug mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107233#M105140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; According to my knowledge, if you put a hard break point in an ABAP program and execute it in BAck ground mode, it doesn't stop there.&lt;/P&gt;&lt;P&gt; It means that Break point doesn't work for background execution program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Its better you run the same by putting a Break point in online mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2005 13:40:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-29T13:40:37Z</dc:date>
    <item>
      <title>Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107229#M105136</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;  I am running a program in Background job. But it was giving dump. &lt;/P&gt;&lt;P&gt;  Could any one let me know how can i do debug in &lt;/P&gt;&lt;P&gt;background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107229#M105136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T13:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107230#M105137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Addepalli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  From dump analysis you can debug where dump has &lt;/P&gt;&lt;P&gt;  triggered. Goto St22 transaction and check.&lt;/P&gt;&lt;P&gt;  I think immediatly only we can check it.&lt;/P&gt;&lt;P&gt;  best way is goto SM50 and locate your job and then in &lt;/P&gt;&lt;P&gt;  the menu Program/Mode -&amp;gt; Program -&amp;gt; Debugging.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srilatha T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107230#M105137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107231#M105138</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;&lt;/P&gt;&lt;P&gt;1)insert an endless loop, with a condition that can be manipulate, into your code&lt;/P&gt;&lt;P&gt;2)start report in backgr.&lt;/P&gt;&lt;P&gt;3)go to sm50 and debug your program&lt;/P&gt;&lt;P&gt;4)manipulate your condition from 1) that report continues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107231#M105138</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-11-29T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107232#M105139</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;In transaction SM50, you can choose the background process running this program and cleck the menu item Program/Mode --&amp;gt; Program --&amp;gt; Debugging...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a Z-Program write an endless loop(at the start of the program) with an exit condition(which does not exit normally)...so that the background process will be stuck in this loop...Then choose debugging as mentioned...then change the exit condition correctly in debugging so that you are out of the endless loop...This is for making sure that the by the time you get to SM50 the execution is not over....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Renjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107232#M105139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T13:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107233#M105140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; According to my knowledge, if you put a hard break point in an ABAP program and execute it in BAck ground mode, it doesn't stop there.&lt;/P&gt;&lt;P&gt; It means that Break point doesn't work for background execution program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Its better you run the same by putting a Break point in online mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107233#M105140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T13:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107234#M105141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi In SM50 select your Program and Go to Program Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107234#M105141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107235#M105142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a variation on some of the other answers, from transaction SM37 you can go directly to debug via job-&amp;gt;capture active job. Again you will need it to run for some time to be able to capture it so you'll probably need to put an infinite loop in. Use of Job Capture is sometimes restricted at certain sites so you may not be able to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 03:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107235#M105142</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2005-12-01T03:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Background to Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107236#M105143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SM37: Select the job, type JDBG in the OK-code and press enter. This can be used for both completed jobs and jobs to be processed (just make sure you have enough time to debug before the job actually starts). Breakpoints set in the job flow works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 04:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-to-debug-mode/m-p/1107236#M105143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T04:38:16Z</dc:date>
    </item>
  </channel>
</rss>

