<?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: User Specific Break Point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382616#M1237781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pete,&lt;/P&gt;&lt;P&gt;I am using 46c version and SAAB transaction does not exist in our system. Is there a tcode that is equivalent of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2009 20:01:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-31T20:01:14Z</dc:date>
    <item>
      <title>User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382605#M1237770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;Is there a way to create a break point specific to user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 18:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382605#M1237770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T18:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382606#M1237771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking for this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if sy-uname eq 'XXXXX'.
   break-point.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 18:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382606#M1237771</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-03-31T18:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382607#M1237772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 18:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382607#M1237772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382608#M1237773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;user id&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 18:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382608#M1237773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T18:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382609#M1237774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sure what version you are on but I suggest using checkpoints - see transaction SAAB.  These are activated per user on demand (even in a productive system).  There is plenty of documentation on them but for a started look at the help on syntax BREAK-POINT ID &amp;lt;xyz&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 18:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382609#M1237774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T18:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382610#M1237775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will work if its a custome ddevlopemnt but for satndard SAP code it wont work. You would need to go for &lt;/P&gt;&lt;P&gt;enhancement impimentaton for standard sap code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 18:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382610#M1237775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T18:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382611#M1237776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses. Sorry for not being eloborative about my requirement. Users have an issue with code in a BADI on transaction MSC2N in PRD System. I don't have access to MSC2N (and should not) in PRD and the users don't have access to that program code/degubber (obviously). As MSC2N is a widely used transaction, I wanted to set up the break point for a user in PRD, so we can debug and find out the issue. Hope this gives clear idea about the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I don't want to create a break-point programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAM K on Mar 31, 2009 1:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 19:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382611#M1237776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382612#M1237777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think in there are two kind of break point, external and session. External break point is user specific. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 19:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382612#M1237777</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-31T19:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382613#M1237778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case as it is a BADi then do as I suggested and create a checkpoint (activatable break-point) in SAAB and insert the corresponding statement in the BADi (BREAK-POINT ID &amp;lt;xyz&amp;gt;).  The checkpoint remains dormant until it is activated for a &lt;EM&gt;specific user&lt;/EM&gt;.  Once debugging has finished then de-activate the checkpoint again in SAAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I 'litter' all my code with checkpoints as a 'good practice' methodology for this same reason!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pete Devereux on Mar 31, 2009 9:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 19:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382613#M1237778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T19:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382614#M1237779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;break &amp;lt;&amp;lt;your user name&amp;gt;&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 19:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382614#M1237779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T19:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382615#M1237780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have access to MSC2N (and should not) in PRD and the users don't have access to that program code/degubber (obviously). As MSC2N is a widely used transaction, I wanted to set up the break point for a user in PRD, so we can debug and find out the issue&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If users don't debugging access, in that case what will be the point to put a break-point ??? (Obviously u don't have access also)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is get a debug (DISPLAY) access in PRD for a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recreate the same scenrio in other unit testing enviornement and make debug there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 20:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382615#M1237780</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-03-31T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382616#M1237781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pete,&lt;/P&gt;&lt;P&gt;I am using 46c version and SAAB transaction does not exist in our system. Is there a tcode that is equivalent of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 20:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382616#M1237781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T20:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382617#M1237782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 20:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382617#M1237782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T20:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382618#M1237783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use [this link |http://help.sap.com/saphelp_nw70/helpdata/EN/b0/940640555ae369e10000000a155106/content.htm]to place a ext. break-point and run the Tr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 23:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382618#M1237783</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-31T23:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382619#M1237784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;External breakpoints can be set for other users - but they have to have debug authority.  In order to debug, then either you need authority to run the transaction, or the user needs debug authority.  No way round this.  If there's a business requirement, and it's cost the company money, eventually someone will authorise it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382619#M1237784</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-04-01T07:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382620#M1237785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afraid there is nothing like SAAB in your release.  I would of suggested memory inspector to try any work it out from the data at runtime but if my memory serves me correct this was only available on a &amp;gt;620 platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore the only non-programatic solutions to you have already been discussed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Recreate the data in another environment that can be debugged.  I know this is often hard or very hard given the data quality in test/qa/training environments.  This will largely depend upon each organisation.&lt;/P&gt;&lt;P&gt;- Have a role in production that will give debug access in display mode as mentioned above.  To clarify just in case - display mode debugging will not allow you to change any values.  This role will can be assigned temorarily when needed.  Most organisations that I have worked have taken this sensible approach - even pharma and aerospace industries.  It's probably not for you to argue this but the head of SAP support in your organisation.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As someone has mentioned before - something has to give.  Either data needs to be re-created (e.g. by regular copies of production into a pre-prod system (v.costly) or access is given in a controled manner for a small period of time).  The flip side to this is that if there is a programatic change to correct the error then someone would have to recreated the scenario in a qa environment to approve the transport request to prod!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 09:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382620#M1237785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T09:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382621#M1237786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 14:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/5382621#M1237786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T14:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: User Specific Break Point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/13856870#M2030838</link>
      <description>&lt;P&gt;What if the username contains a dot?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 12:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-break-point/m-p/13856870#M2030838</guid>
      <dc:creator>Debanjan_75</dc:creator>
      <dc:date>2024-09-06T12:12:18Z</dc:date>
    </item>
  </channel>
</rss>

