<?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: How to create breakpoint with ABAP code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057233#M969846</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;that is the only way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it with an if-statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-uname eq 'chris.p'.&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;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 09:26:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T09:26:56Z</dc:date>
    <item>
      <title>How to create breakpoint with ABAP code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057232#M969845</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;&lt;/P&gt;&lt;P&gt;I would like to create a breakpoint for my user id only.&lt;/P&gt;&lt;P&gt;So far, the only way that I know is by:&lt;/P&gt;&lt;P&gt;break &amp;lt;user_id&amp;gt;.&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;break john.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER, my user id contain a "." (i.e. chris.p) , and this cause syntax error.&lt;/P&gt;&lt;P&gt;Could anyone help me?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 09:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057232#M969845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create breakpoint with ABAP code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057233#M969846</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;that is the only way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it with an if-statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-uname eq 'chris.p'.&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;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 09:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057233#M969846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T09:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create breakpoint with ABAP code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057234#M969847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thank you. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 09:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057234#M969847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T09:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create breakpoint with ABAP code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057235#M969848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chris.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-uname = 'CHRIS.P'.&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;if helpful, plz reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 09:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-breakpoint-with-abap-code/m-p/4057235#M969848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T09:43:08Z</dc:date>
    </item>
  </channel>
</rss>

