<?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 Need  help regarding De bugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956064#M1602306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to debug some background job, which are scheduled by some standard transactions.&lt;/P&gt;&lt;P&gt;I tried it this way, going to SM37, select the JOB, and type in JDBG and then debug the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunately, as I continue debugging I was able to see only the code, tha schedules the &lt;/P&gt;&lt;P&gt;Job. I want to actually debug that code  which gets executed as a part of the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if  I am missign something. Can some one please suggest on how can I exactly&lt;/P&gt;&lt;P&gt;proceed on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Y Gautham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 13:46:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-02T13:46:06Z</dc:date>
    <item>
      <title>Need  help regarding De bugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956064#M1602306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to debug some background job, which are scheduled by some standard transactions.&lt;/P&gt;&lt;P&gt;I tried it this way, going to SM37, select the JOB, and type in JDBG and then debug the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunately, as I continue debugging I was able to see only the code, tha schedules the &lt;/P&gt;&lt;P&gt;Job. I want to actually debug that code  which gets executed as a part of the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if  I am missign something. Can some one please suggest on how can I exactly&lt;/P&gt;&lt;P&gt;proceed on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Y Gautham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 13:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956064#M1602306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T13:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need  help regarding De bugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956065#M1602307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place a breakpoint in ABAP editor for the program, Once you are in debug mode through JDBG, Execute ( F8 ) to stop at the breakpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 13:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956065#M1602307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T13:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need  help regarding De bugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956066#M1602308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sir,&lt;/P&gt;&lt;P&gt;you directly execute in se38 not in background than you get the code as background have running  several programs&lt;/P&gt;&lt;P&gt;thanking you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 14:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956066#M1602308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T14:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need  help regarding De bugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956067#M1602309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;This is a standard transaction, FPVB, when ever you run the transaction,&lt;/P&gt;&lt;P&gt;it automatically offers you with two options, that is whether to run the background job,&lt;/P&gt;&lt;P&gt;immediately or schedule the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried puttign a break point, but did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Y Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 06:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956067#M1602309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-03T06:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need  help regarding De bugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956068#M1602310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is your job completed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JDBG is used for debugging already finished or cancelled jobs.  I am not sure about the scheduled jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SM37&lt;/P&gt;&lt;P&gt;Select particular job (finished or cancelled)&lt;/P&gt;&lt;P&gt;Enter JDBG in command center &lt;/P&gt;&lt;P&gt;Press F7 till you come to background report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging finished job is nothing but running the same job again in foreground with background attributes(eg: sy-batch = X when you debug).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 06:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956068#M1602310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-03T06:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need  help regarding De bugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956069#M1602311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautam,&lt;/P&gt;&lt;P&gt;Once the background job is created , go to SM37 check for the job that got created , then check the checkbox gainst that job , then mention "jdbg" at the place where you mention Transaction names .&lt;/P&gt;&lt;P&gt;Note : do not give /njdbg just give jdbg &lt;/P&gt;&lt;P&gt;and then press enter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequiste : Place a breakpoint in the program which you want to debug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 06:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956069#M1602311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-03T06:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need  help regarding De bugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956070#M1602312</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 can n't execute job which schedule but not executing. If you keep break-point in program and run in background you can n't execute too also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can execute background job which is currently executing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step to execute the background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Run Transaction sm66&lt;/P&gt;&lt;P&gt;2) Observer work process which executing your jobs.&lt;/P&gt;&lt;P&gt;3) select that work process and click on debugging on toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that debugging will start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 09:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-de-bugging/m-p/7956070#M1602312</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2011-06-03T09:17:22Z</dc:date>
    </item>
  </channel>
</rss>

