<?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 job in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215495#M1983196</link>
    <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;dummi1&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Ensure below Points for debugging the background Job:&lt;/P&gt;&lt;P&gt;1) Ensure the Job is finished.&lt;/P&gt;&lt;P&gt;2) Place the cursor on the Job so that the Job is selected. Single Click on the job should do.&lt;/P&gt;&lt;P&gt;3) Now Type &lt;STRONG&gt;JDBG &lt;/STRONG&gt;in the command bar and press enter.&lt;/P&gt;&lt;P&gt;This activity should trigger the debugger, initial few screens are part of SAP Standard you skip those using 'F7'.&lt;/P&gt;&lt;P&gt;You can also refer below blogs for more information:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/01/26/debug-background-job-with-ease/" target="_blank"&gt;BLOG1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.saphub.com/debugging/debug-completed-sap-job/" target="_blank"&gt;BlOG2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tips/ABAP/ActiveJobs/Debug.htm" target="_blank"&gt;To Debug Active Jobs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 06:54:21 GMT</pubDate>
    <dc:creator>former_member1716</dc:creator>
    <dc:date>2020-09-17T06:54:21Z</dc:date>
    <item>
      <title>Background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215493#M1983194</link>
      <description>&lt;P&gt;How to debug background job in sap abap?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 05:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215493#M1983194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-09-17T05:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215494#M1983195</link>
      <description>&lt;P&gt;Hi, Set a breakpoint in ABAP report and Create background JOB in SM36 transaction, set a future start. got to  tcode SM37, put the cursor on the job line, type 'JDBG' in the command line ( no '/' ) and press enter. program will start through debug mode....&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 06:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215494#M1983195</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-09-17T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215495#M1983196</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;dummi1&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Ensure below Points for debugging the background Job:&lt;/P&gt;&lt;P&gt;1) Ensure the Job is finished.&lt;/P&gt;&lt;P&gt;2) Place the cursor on the Job so that the Job is selected. Single Click on the job should do.&lt;/P&gt;&lt;P&gt;3) Now Type &lt;STRONG&gt;JDBG &lt;/STRONG&gt;in the command bar and press enter.&lt;/P&gt;&lt;P&gt;This activity should trigger the debugger, initial few screens are part of SAP Standard you skip those using 'F7'.&lt;/P&gt;&lt;P&gt;You can also refer below blogs for more information:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/01/26/debug-background-job-with-ease/" target="_blank"&gt;BLOG1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.saphub.com/debugging/debug-completed-sap-job/" target="_blank"&gt;BlOG2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tips/ABAP/ActiveJobs/Debug.htm" target="_blank"&gt;To Debug Active Jobs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 06:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215495#M1983196</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-09-17T06:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215496#M1983197</link>
      <description>&lt;P&gt;Create background job in  sm36 tcode and set a break points in background job it will be starting now . then go to sm37 tcode put the cursor on job line and press enter . then the program will start in debugging mode.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Yashaswini R&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 07:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215496#M1983197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-09-17T07:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215497#M1983198</link>
      <description>&lt;P&gt;Asked and answered many times -&amp;gt; search the Web before posting:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;How to debug background job in sap abap? site:sap.com&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Sep 2020 07:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job/m-p/12215497#M1983198</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-09-17T07:57:41Z</dc:date>
    </item>
  </channel>
</rss>

