<?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: break point in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011220#M78964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you already know is again going to serve your purpose again but with some additional knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see the 'ELEMENT' in the SapScript code in which relevent information is there where you would like to stop. Say, you would like to stop at ELEMENT 'LINES'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run your program with Sapscript debugger activated, when it goes to debugger on script very first time, you get a POP-UP window which you might be always ignoring by simple pressing button for 'Continue' but that is really useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can exploit the options there for your advantage.&lt;/P&gt;&lt;P&gt;Example: there is a field there for 'ELEMENT', you can simply put your element name and see the magic. there are other options also like 'WINDOW', etc. to filter what you want to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2005 14:09:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-08T14:09:09Z</dc:date>
    <item>
      <title>break point in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011217#M78961</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;how can i stop with break point in sapscript.&lt;/P&gt;&lt;P&gt;i know the way: utilities, activate debugger and a lot of f5 or f8 until i came to the place i need to stop. this is a very slaw way. it's something more quickly ?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 12:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011217#M78961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-08T12:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: break point in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011218#M78962</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;Pls check note 19104&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 12:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011218#M78962</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2005-09-08T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: break point in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011219#M78963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dany,&lt;/P&gt;&lt;P&gt;I think you can use 'BREAK username' command in the sapscript text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 13:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011219#M78963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-08T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: break point in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011220#M78964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you already know is again going to serve your purpose again but with some additional knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see the 'ELEMENT' in the SapScript code in which relevent information is there where you would like to stop. Say, you would like to stop at ELEMENT 'LINES'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run your program with Sapscript debugger activated, when it goes to debugger on script very first time, you get a POP-UP window which you might be always ignoring by simple pressing button for 'Continue' but that is really useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can exploit the options there for your advantage.&lt;/P&gt;&lt;P&gt;Example: there is a field there for 'ELEMENT', you can simply put your element name and see the magic. there are other options also like 'WINDOW', etc. to filter what you want to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2005 14:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011220#M78964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-08T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: break point in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011221#M78965</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;Pls don't forget to reward points if you find the answers usefull and close the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2005 12:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sapscript/m-p/1011221#M78965</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2005-09-09T12:00:13Z</dc:date>
    </item>
  </channel>
</rss>

