<?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: sapscript debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310572#M161638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai DP go through the following Links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="228187"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="359231"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Debugg the SAP-script execute transaction SE71 and click on Utilities Menu and then click on activate debugger. Then you can execute your drive program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2006 05:34:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-27T05:34:12Z</dc:date>
    <item>
      <title>sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310565#M161631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;common question!! i can usually debug the sapcript by activating the debugger in SE71 and then by putting a break point in the printprogram.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is it sometimes though u activate the debugger as well as put a break point in the print program the debugging is not activated example i am trying to activate debugger for INVOICE run a billing doc using vf02(change ) and then create the output and save. It does not stop at break point but just goes ahead and creates a spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;DP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 01:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310565#M161631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T01:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310566#M161632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This is a common problem. This happens because some times the application is programmed to trigger the spool into a different work process. Not all of the applications trigger the spool immidiately. At times it is triggered explicitly in a separate work spool work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Its simple. First activate the debugger in se71 and then just go into the debugging mode and SET THE OPTION UPDATE DEBUGGING.&lt;/P&gt;&lt;P&gt; This will allow to debugg the script once the control goes to the spool work proecess.&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;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 01:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310566#M161632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T01:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310567#M161633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i just tried it. se71 activate debugger and goes into the debug mode in se71 and set the option to update and tried to run the script from vf02 but its didnt stop!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 01:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310567#M161633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T01:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310568#M161634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am not sure then why it didnt work. I see no reason other then print getting triggered in a seprate spool workprocess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let me check and get back.&lt;/P&gt;&lt;P&gt; Rgds&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 02:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310568#M161634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T02:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310569#M161635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Some applications print in the "Update Task" (i.e. WM Transport Order - if they are so customized).&lt;/P&gt;&lt;P&gt;Printig in Update-Tast cannot be debugged in SE71.&lt;/P&gt;&lt;P&gt;If you are lucky it es possible to start the print-report or the print function via SE38 / SE37 and test it in dialog-mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points would be fine if that helped you a bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 04:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310569#M161635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T04:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310570#M161636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check other setting i.e message type attach with same form or not?&lt;/P&gt;&lt;P&gt;and also check NACE setting.&lt;/P&gt;&lt;P&gt;Put hardcoded break-point in ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 05:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310570#M161636</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-27T05:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310571#M161637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &amp;lt;b&amp;gt;DP&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You can debug a SAPScript:&amp;lt;/b&amp;gt; Use Tools - Word Processing - Layout Set. Enter name of layout set and then Utilities - Activate Debugger.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger. This is quite handy when verifying which layoutset is being called (Verifying customizing settings).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Another way to set the SAPScript debugger is to run program &amp;lt;b&amp;gt;RSTXDBUG.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 05:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310571#M161637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T05:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310572#M161638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai DP go through the following Links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="228187"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="359231"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Debugg the SAP-script execute transaction SE71 and click on Utilities Menu and then click on activate debugger. Then you can execute your drive program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 05:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-debugging/m-p/1310572#M161638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T05:34:12Z</dc:date>
    </item>
  </channel>
</rss>

