<?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>Question Re: Submit program debug in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709781#M4769403</link>
    <description>&lt;P&gt;Set a normal breakpoint in your program. Go to SM37 and display the background job list, including your job. Type JDBG in the transaction field. Then place the cursor on your job and press enter. You will enter debug. F8 and your breakpoint will trigger.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Mar 2023 12:20:29 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2023-03-26T12:20:29Z</dc:date>
    <item>
      <title>Submit program debug</title>
      <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaq-p/12709776</link>
      <description>&lt;P&gt;HI Abap Experts,&lt;/P&gt;
  &lt;P&gt;I want debug submit program which is called in background job. i dont want to debug via SM37. i have tried extranal BP and Hardcoded BP but its not working. Help me if any one have/ worked like this scenario.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 15:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaq-p/12709776</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2023-03-24T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program debug</title>
      <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709777#M4769399</link>
      <description>&lt;P&gt;hey  &lt;SPAN class="mention-scrubbed"&gt;sri6666&lt;/SPAN&gt; there are multiple reasons why your breakpoint may not get triggered.. Often the reason is you set an ext BP but you forget to link it to the batch job user... Sometimes you set the BP in a point where the code doesnt get executed...&lt;/P&gt;&lt;P&gt;Are you working on a std program? if yes give me the line and i'll try to replicate locally...&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 21:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709777#M4769399</guid>
      <dc:creator>amontella96</dc:creator>
      <dc:date>2023-03-24T21:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program debug</title>
      <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709778#M4769400</link>
      <description>&lt;P&gt;HI &lt;SPAN class="mention-scrubbed"&gt;amontella96&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;i am using f110 transaction
and doing praposal run, when we run paposal its starting back ground job, in
that back ground job there was submit program SAPF110S. i want to check /
debug the line 809 perform  bsik_selektion_2 (INCLUDE F110MAIN). i can do it from SM37 but
if i debug via sm37 some dynamic vallues missing casues f110 issues. so i want
debug SAPF110s program and see the how Perform  bsik_selektion_2 working in f110 running.&lt;/P&gt;&lt;P&gt;Waiting for your help&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157741-image.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157742-image.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157744-image.png" /&gt;&lt;/P&gt;&lt;P&gt;inside this perform Calling submit program via job&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157745-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Once start, Below is the Back ground job triggred , &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2157737-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Kindly help me.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 06:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709778#M4769400</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2023-03-25T06:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program debug</title>
      <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709779#M4769401</link>
      <description>&lt;P&gt;When a job is to be debugged, the developers use "jdbg" in SM37.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 07:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709779#M4769401</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-03-25T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program debug</title>
      <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709780#M4769402</link>
      <description>&lt;P&gt;If i do sm37 debug some dynamic variable missed and its effects F110 . Even that submit proram run only back ground job only(designed like). its not allowd to debug without batch job. i want to bug this submit program while execute F110 only.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 08:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709780#M4769402</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2023-03-25T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program debug</title>
      <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709781#M4769403</link>
      <description>&lt;P&gt;Set a normal breakpoint in your program. Go to SM37 and display the background job list, including your job. Type JDBG in the transaction field. Then place the cursor on your job and press enter. You will enter debug. F8 and your breakpoint will trigger.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 12:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709781#M4769403</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-03-26T12:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program debug</title>
      <link>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709782#M4769404</link>
      <description>&lt;P&gt;If i debug via sm37, some dynamic values are missed. It's effects original transaction.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 06:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/submit-program-debug/qaa-p/12709782#M4769404</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2023-03-27T06:16:37Z</dc:date>
    </item>
  </channel>
</rss>

