<?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: Debugging skips breakpoints ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188121#M759332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Wecome to SDN.&lt;/P&gt;&lt;P&gt;The driver program for the output gets triiggered in background and hence you do not see the control stopping at the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is to go to the output screen. &lt;/P&gt;&lt;P&gt;Go to further options.&lt;/P&gt;&lt;P&gt;Chose the dispatch option as send with periodically scheduled job.&lt;/P&gt;&lt;P&gt;Then save the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the break point in your driver programs.&lt;/P&gt;&lt;P&gt;Go to se38 and run the RSNAST00 program.&lt;/P&gt;&lt;P&gt;GIve the Material Document number in the Object value.&lt;/P&gt;&lt;P&gt;Then it will stop at the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can try to toggle the check box for system debugging in debugger to ON. and try issue the output. I haven't tried this but it may worth a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 23:36:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T23:36:54Z</dc:date>
    <item>
      <title>Debugging skips breakpoints ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188120#M759331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running Change Material Doc (tcode MB02) and creating a message output. I entered the output type (WA03) and language (EN) it run a Sapscript form (WASCHEIN) using driver program SAPM07DR. I have put breakpoints in SAPM07DR in all open forms and also in the form routine entry_wa03 and the execution does not stop at any of the breakpoints but still generates an output spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I debug this code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desparately seeking help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: NewComer on Dec 20, 2007 12:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 23:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188120#M759331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T23:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging skips breakpoints ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188121#M759332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Wecome to SDN.&lt;/P&gt;&lt;P&gt;The driver program for the output gets triiggered in background and hence you do not see the control stopping at the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is to go to the output screen. &lt;/P&gt;&lt;P&gt;Go to further options.&lt;/P&gt;&lt;P&gt;Chose the dispatch option as send with periodically scheduled job.&lt;/P&gt;&lt;P&gt;Then save the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the break point in your driver programs.&lt;/P&gt;&lt;P&gt;Go to se38 and run the RSNAST00 program.&lt;/P&gt;&lt;P&gt;GIve the Material Document number in the Object value.&lt;/P&gt;&lt;P&gt;Then it will stop at the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can try to toggle the check box for system debugging in debugger to ON. and try issue the output. I haven't tried this but it may worth a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 23:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188121#M759332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T23:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging skips breakpoints ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188122#M759333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely the output is being fired in an update task, hence the reason why your breakpoints are not working. I would suggest trying to use the "Print Preview" button(if it is available) to force the output to fire in your dialog session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 23:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188122#M759333</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-12-19T23:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging skips breakpoints ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188123#M759334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi. I was able to debug the message output using RSNAST00 program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 02:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-skips-breakpoints/m-p/3188123#M759334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T02:21:06Z</dc:date>
    </item>
  </channel>
</rss>

