<?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 through the program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933199#M386241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always better to use BREAK UNAME. SInce the control will stop when u execute the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT AND BREAK USER will do the same work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2007 16:47:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-01T16:47:21Z</dc:date>
    <item>
      <title>break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933193#M386235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using the statement break &amp;lt;sy-uname&amp;gt; to set the breakpoint. But the control is not stopping at that point. how do i do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933193#M386235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933194#M386236</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;Is the break-point given in an update task module..Then I believe it will not stop..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you have to give in single quotes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK 'USER1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933194#M386236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933195#M386237</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;You can also try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933195#M386237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933196#M386238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;deepthi,&lt;/P&gt;&lt;P&gt;   I think u r trying to use static break point.&lt;/P&gt;&lt;P&gt;In ur program at the desired place u have to code BREAK-POINT.&lt;/P&gt;&lt;P&gt;so that system will start debugging when it reaches that statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933196#M386238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933197#M386239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always better to use BREAK UNAME. SInce the control will stop when u execute the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT AND BREAK USER will do the same work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933197#M386239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933198#M386240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you switched off the system debugger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When system debugging is switched off, BREAK-POINT statements&lt;/P&gt;&lt;P&gt;in system programs are ignored at runtime unless you use the&lt;/P&gt;&lt;P&gt;AT NEXT APPLICATION STATEMENT addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933198#M386240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933199#M386241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always better to use BREAK UNAME. SInce the control will stop when u execute the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT AND BREAK USER will do the same work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933199#M386241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933200#M386242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it worked finally .Thanks everyone for the prompt replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 16:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933200#M386242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T16:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: break point through the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933201#M386243</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;Please close the thread if the question is answered..And make sure to reward points for helpful answers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 17:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-through-the-program/m-p/1933201#M386243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T17:01:10Z</dc:date>
    </item>
  </channel>
</rss>

