<?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: Print program debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952294#M696227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 separate kinds of debugging available when you try to debug scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Debugging the print program : This is the normal debugging we do for our report programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Debugging the script itself : You Can debug a SAP Script by activating debugger in two ways:&lt;/P&gt;&lt;P&gt;a .In SE71-&amp;gt;Menu-&amp;gt;Utilities-&amp;gt;Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.&lt;/P&gt;&lt;P&gt;b. Goto se38-&amp;gt; RSTXDBUG -&amp;gt;Execute this same as going thru in se71-&amp;gt; Menu, now debugger will be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to the link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.howforge.com/how-to-debugging-sapscript-form" target="test_blank"&gt;http://www.howforge.com/how-to-debugging-sapscript-form&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 13:54:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T13:54:22Z</dc:date>
    <item>
      <title>Print program debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952292#M696225</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've copied standard MEDRUCK (form ) &amp;amp;  SAPFM06P (print program) to ZMEDRUCK &amp;amp; ZSAPFM06P and I've made changes to settings in NACE as well.&lt;/P&gt;&lt;P&gt;If I made any changes in ZMEDRUCK , I'm getting changed output.. everything is fine&lt;/P&gt;&lt;P&gt;Finally my problem is how can I debug print program.. some body (SDN forms ) suggested me to set break points in include ZM06PF02 ..but control is not at all stopping..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one suggest me how can I debug print program..please!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 13:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952292#M696225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Print program debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952293#M696226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to debug your print program, you have to turn on the "Update debugging". &lt;/P&gt;&lt;P&gt;put a break point in print program.&lt;/P&gt;&lt;P&gt; Once in the debugger, click Settings, Update Debugging. Now continue to debug till it stops at your breakpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 13:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952293#M696226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T13:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Print program debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952294#M696227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 separate kinds of debugging available when you try to debug scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Debugging the print program : This is the normal debugging we do for our report programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Debugging the script itself : You Can debug a SAP Script by activating debugger in two ways:&lt;/P&gt;&lt;P&gt;a .In SE71-&amp;gt;Menu-&amp;gt;Utilities-&amp;gt;Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.&lt;/P&gt;&lt;P&gt;b. Goto se38-&amp;gt; RSTXDBUG -&amp;gt;Execute this same as going thru in se71-&amp;gt; Menu, now debugger will be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to the link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.howforge.com/how-to-debugging-sapscript-form" target="test_blank"&gt;http://www.howforge.com/how-to-debugging-sapscript-form&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 13:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952294#M696227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T13:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Print program debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952295#M696228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE71 you can "Activate Debugger" for the form. This option is under utilities in the main menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 13:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952295#M696228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Print program debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952296#M696229</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;Thanks for your suggestions....&lt;/P&gt;&lt;P&gt;But it's not working....!!! &lt;/P&gt;&lt;P&gt;Print program type is 'S'.... not executable program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this giving me problem?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 14:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program-debugging/m-p/2952296#M696229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T14:11:22Z</dc:date>
    </item>
  </channel>
</rss>

