<?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 Debugging the SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019889#M413281</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 have a sap script and driver program. &lt;/P&gt;&lt;P&gt;The sap script contains layout and PERFORM statements. &lt;/P&gt;&lt;P&gt;The Driver program contains FORM statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to check the code through F110 screens.&lt;/P&gt;&lt;P&gt;The print from F110 screen must use sap script and generate the hardcopy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i give print option, the job is scheduled in background.&lt;/P&gt;&lt;P&gt;Hence i am unable to debug the process....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to debug the sap script and driver program in such scenarios...???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 03:00:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T03:00:14Z</dc:date>
    <item>
      <title>Debugging the SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019889#M413281</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 have a sap script and driver program. &lt;/P&gt;&lt;P&gt;The sap script contains layout and PERFORM statements. &lt;/P&gt;&lt;P&gt;The Driver program contains FORM statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to check the code through F110 screens.&lt;/P&gt;&lt;P&gt;The print from F110 screen must use sap script and generate the hardcopy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i give print option, the job is scheduled in background.&lt;/P&gt;&lt;P&gt;Hence i am unable to debug the process....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to debug the sap script and driver program in such scenarios...???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 03:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019889#M413281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T03:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019890#M413282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try putting a break point in the mentioned form routine....it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, to debugg the SAP Script, choose the option &amp;lt;b&amp;gt;activate debugger&amp;lt;/b&amp;gt;, from SE71, entering the form name and choosing the option from&amp;lt;b&amp;gt; utilities menu&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 03:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019890#M413282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T03:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019891#M413283</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;If you are not giving print from Transaction ,&lt;/P&gt;&lt;P&gt;Just put the breakpoint in the perform you want to debug .&lt;/P&gt;&lt;P&gt;Moment when you run it , control will stop here .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you want to debug script , then Turn on Activate Debugger in Se71 for your script , control will come to the script and then you can debug .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 05:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019891#M413283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T05:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019892#M413284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Pavan..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEBUT SAPSCRIPT-&amp;gt;&lt;/P&gt;&lt;P&gt;PROCESS1-&lt;/P&gt;&lt;P&gt;activate the abap debug from the forma layout from menu system -- &amp;gt; utilities --&amp;gt; debug abap ,&lt;/P&gt;&lt;P&gt;tehn go into the print progrma and execute teh print program in the execute the program from theri and the script opens in the debug mode.&lt;/P&gt;&lt;P&gt;PROCESS2-&lt;/P&gt;&lt;P&gt;First we need to put Break point in Print program where ever you want to stop the execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After in SE71 give your form name and go to Utilities--&amp;gt;Active De-bugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to your transcation like VF03(for Invoice or Credit memo) etc to see the print preview or print the form execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute it the the form Debugging will get activated and you can see your Form execution step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will helps you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps reward with points&lt;/P&gt;&lt;P&gt;Regards Rk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 06:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-the-sap-script/m-p/2019892#M413284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T06:03:05Z</dc:date>
    </item>
  </channel>
</rss>

