<?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: JDBG entry in SM37 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661794#M2015705</link>
    <description>&lt;P&gt;No it didn't create any entry in SM37. That is the main reason why I had raised this question.&lt;/P&gt;&lt;P&gt;Actually the job is ending with a dump in ST22 due to some reason for which I am debugging.&lt;/P&gt;&lt;P&gt;It is dumping with details in ST22 but no cancelled entry is showing in SM37.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 10:40:51 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2022-12-12T10:40:51Z</dc:date>
    <item>
      <title>JDBG entry in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661792#M2015703</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
  &lt;P&gt;I was able to debug a cancelled job in SM37 using JDBG.&lt;/P&gt;
  &lt;P&gt;When we debug a background job in SM37 using JDBG will it not create an entry in SM37 with the status of the job ?&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;K Kiran.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 08:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661792#M2015703</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2022-12-12T08:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: JDBG entry in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661793#M2015704</link>
      <description>&lt;P&gt;When you debugged the cancelled job in SM37 using JDBG, did it create an entry in SM37 with the status of the job? &lt;/P&gt;&lt;P&gt;Well, that's your answer.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661793#M2015704</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2022-12-12T09:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: JDBG entry in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661794#M2015705</link>
      <description>&lt;P&gt;No it didn't create any entry in SM37. That is the main reason why I had raised this question.&lt;/P&gt;&lt;P&gt;Actually the job is ending with a dump in ST22 due to some reason for which I am debugging.&lt;/P&gt;&lt;P&gt;It is dumping with details in ST22 but no cancelled entry is showing in SM37.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 10:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661794#M2015705</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2022-12-12T10:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: JDBG entry in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661795#M2015706</link>
      <description>&lt;P&gt;No, JDBG runs the program in dialog, so that you can debug it, with the same parameters as in the job. JDBG doesn't schedule a new job, it doesn't change the state of the "template" job.&lt;/P&gt;&lt;P&gt;If you are an ABAP developer, you can create your own tiny test program and test yourself in few seconds.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT.
PARAMETERS dummy.
ASSERT 1 = 1. " break-point here&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661795#M2015706</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-12T16:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: JDBG entry in SM37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661796#M2015707</link>
      <description>&lt;P&gt;When you debug a job using JDBG in SM37, it does not create a new entry in SM37. We cannot see the status or spool for the debugged job in SM37.&lt;/P&gt;&lt;P&gt;To know the status of debugged job, you can set breakpoint at the error message to check if the error is recurring. &lt;/P&gt;&lt;P&gt;To check the spool, in debugger, go to Miscellaneous &amp;gt; Display List. It will show the spool printed so far by debugged job. You can set breakpoint at last line of program and check the complete spool. &lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 17:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/jdbg-entry-in-sm37/m-p/12661796#M2015707</guid>
      <dc:creator>svraut2988</dc:creator>
      <dc:date>2022-12-12T17:23:55Z</dc:date>
    </item>
  </channel>
</rss>

