<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626111#M1863991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;faizur rahman wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;several break-points are used in z program with &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ID mmim_rep_mb5b&lt;/STRONG&gt;&lt;/SPAN&gt;. But those are not triggering.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;MMIM_REP_MB5B is a Checkpoint group. You can control the behaviour via SAAB (T-code). I use the statement BREAK-POINT ID in complex programs (and definitiely in an implicit enhancement), it eases my efforts during debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the F1 documentation for BREAK-POINT statement.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Break point without ID is triggering in production.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you not perform the ATC,SCI checks on the code before moving it to production?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 12:52:52 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2014-09-22T12:52:52Z</dc:date>
    <item>
      <title>Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626104#M1863984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello senior ABAPers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i came across a situation where break- point is triggering in production system while its not triggering in development.i want to disable the break point for end users in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a z program copied from standard program "stock on posting date ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 08:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626104#M1863984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-22T08:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626105#M1863985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well why is the break point there ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was it hardcoded in the z program ? Then it will be best to delete it again and move the changed program with a transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you have assigned the break pint an ID (Checkpoint group) then you can disable the break point with transaction SAAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 08:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626105#M1863985</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2014-09-22T08:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626106#M1863986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elaborate on the technical details. SAP standard program name where copy was taken.&lt;/P&gt;&lt;P&gt;Is there any break point statement used in your Z program? How is it used? any checkpoint group active?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 08:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626106#M1863986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-22T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626107#M1863987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Peter.&lt;/P&gt;&lt;P&gt; i guess production is open. anyways i moving the change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 08:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626107#M1863987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-22T08:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626108#M1863988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Standard Tcode MB5B.&lt;/P&gt;&lt;P&gt;2. Yes, several break-points are used in z program with ID mmim_rep_mb5b. But those are not triggering. Break point without ID is triggering in production. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 08:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626108#M1863988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-22T08:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626109#M1863989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faizur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the possibility of break-point in within IF condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, &lt;BR /&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 09:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626109#M1863989</guid>
      <dc:creator>former_member202771</dc:creator>
      <dc:date>2014-09-22T09:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626110#M1863990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi faizur rahman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well then it looks like its getting time to close the production again...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because normaly you would not need to copy a z-report from production to development system as mentioned in your post&lt;A _jive_internal="true" href="https://answers.sap.com/message/15397993#15397993"&gt; Not able to delete text elements.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you already check if the different triggering is caused by different code in production and test-system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you should rebuild your development system soon...&lt;/P&gt;&lt;P&gt;If not, you can never be sure that the code in production is the same as in development...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626110#M1863990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-22T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626111#M1863991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;faizur rahman wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;several break-points are used in z program with &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ID mmim_rep_mb5b&lt;/STRONG&gt;&lt;/SPAN&gt;. But those are not triggering.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;MMIM_REP_MB5B is a Checkpoint group. You can control the behaviour via SAAB (T-code). I use the statement BREAK-POINT ID in complex programs (and definitiely in an implicit enhancement), it eases my efforts during debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the F1 documentation for BREAK-POINT statement.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Break point without ID is triggering in production.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you not perform the ATC,SCI checks on the code before moving it to production?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626111#M1863991</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-09-22T12:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626112#M1863992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hahaha! nice idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if 1 = 2.&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose, this is what you meant.&lt;/P&gt;&lt;P&gt;But my primary concern is not removing break-point.I wanted to know,under what circumstances a&amp;nbsp; break-point trigger in Production system.&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;&lt;/P&gt;&lt;P&gt;Faiz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 10:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626112#M1863992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-25T10:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626113#M1863993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1024/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a similar issue. reason was below if condition.&lt;/P&gt;&lt;P&gt;T331-USAUS :Stock removal strategy via user exit&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/549608" width="450" /&gt;&lt;/P&gt;&lt;P&gt;this key can be maintained for a combination of Storage type and Storage type via view V_T301.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So was suggesting if there is similar kind of issue in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626113#M1863993</guid>
      <dc:creator>former_member202771</dc:creator>
      <dc:date>2014-09-25T12:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626114#M1863994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just comment that line in source code! &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1024/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 13:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/10626114#M1863994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-25T13:39:54Z</dc:date>
    </item>
  </channel>
</rss>

