<?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 Break statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802236#M914473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help to tell me what's the meaning of below statement?&lt;/P&gt;&lt;P&gt;BREAK xxxxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xxxxx is an user-id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 07:49:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T07:49:28Z</dc:date>
    <item>
      <title>Break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802236#M914473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help to tell me what's the meaning of below statement?&lt;/P&gt;&lt;P&gt;BREAK xxxxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xxxxx is an user-id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802236#M914473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802237#M914474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is a break point with user specified activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means pout this statement in ths code and for the user xxxxx it will behave like a break point, for all other users it will just be skipped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802237#M914474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802238#M914475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BREAK, followed by a user name, is not a statement, but a predefined macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802238#M914475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802239#M914476</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;BREAK USER-ID mean the break point is goin to trigger for that particular user only(i.e the transactions that run through the Given ID will trigger the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Break points are two types :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Dynamic Break point&lt;/P&gt;&lt;P&gt;2.static break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dynamic break point means - /h or click on stop button&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Static break point - writing the command like break user id.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can set up 30 break point for each program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes data is coming wrong and you need find out programtically and to see th code it is some what hectic.&lt;/P&gt;&lt;P&gt;you know what values getting wrong so you keep break point some where in the program and you will work in the debugging.&lt;/P&gt;&lt;P&gt;keep on chnaging debugging values and you will get results related to functional issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802239#M914476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802240#M914477</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; Here BREAK is a macro .... BREAK POINT is set with BREAK-POINT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santsoh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802240#M914477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Break statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802241#M914478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all.Your answers really help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 08:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-statement/m-p/3802241#M914478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T08:04:47Z</dc:date>
    </item>
  </channel>
</rss>

