<?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: The time when the BADI implementation class really initialize. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509387#M1559391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case try BREAK-POINT or BREAK-POINT ID &amp;lt;Checkpoint Group&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the former the breakpoint is always active &amp;amp; for the latter it depends on the settings of the checkpoint group(trxn. SAAB). Read the F1 documentation on BREAK-POINT to get the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Nov 2010 06:49:45 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-11-24T06:49:45Z</dc:date>
    <item>
      <title>The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509382#M1559386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I debug the cl_exithanler=&amp;gt;get_instance, I found that it returns the class name as: CL_IM_EX..., not the implementation class name begin with: ZCL_IM... which is created by me. So when does the BADI implementation class really initialize?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 06:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509382#M1559386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-22T06:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509383#M1559387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find this out by a simple trick. Prerequisite is an active implementation of your BAdI.&lt;/P&gt;&lt;P&gt;Add method CONSTRUCTOR to your Z-class that implements the BAdI interface. Put a break-point (BREAK &amp;lt;sy-uname&amp;gt;.) into this method.&lt;/P&gt;&lt;P&gt;Execute the transaction which passes the BAdI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 22:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509383#M1559387</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2010-11-22T22:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509384#M1559388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that the detail was encapsulated in the keyword CALL BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: yanluckly on Nov 24, 2010 3:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 01:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509384#M1559388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T01:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509385#M1559389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why it can pass the compile:break &amp;lt;sy-uname&amp;gt;&lt;/P&gt;&lt;P&gt;I haven't seen this statement before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 02:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509385#M1559389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T02:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509386#M1559390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see, It's a macro.&lt;/P&gt;&lt;P&gt;how could I use it if my user id contains '.', such as yuan.gan, &lt;/P&gt;&lt;P&gt;both break yuan.gan. &lt;/P&gt;&lt;P&gt;        break 'yuan.gan'. &lt;/P&gt;&lt;P&gt;are wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 02:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509386#M1559390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T02:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509387#M1559391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case try BREAK-POINT or BREAK-POINT ID &amp;lt;Checkpoint Group&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the former the breakpoint is always active &amp;amp; for the latter it depends on the settings of the checkpoint group(trxn. SAAB). Read the F1 documentation on BREAK-POINT to get the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 06:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509387#M1559391</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-11-24T06:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509388#M1559392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use &amp;lt;sy-uname&amp;gt; it simply means to replace it with your actual user name. In my case the statement would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BREAK uschieferst.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not meant as field-symbol.&lt;/P&gt;&lt;P&gt;However, using activatable break-point of a Checkpoint group is far more elegant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 08:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509388#M1559392</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2010-11-24T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509389#M1559393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if my user id is yuan.gan&lt;/P&gt;&lt;P&gt;how to use the break macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 02:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509389#M1559393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T02:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509390#M1559394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not a macro, as Uwe showed you. Inside your Constructor method just enter the following code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; break sy-uname&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of the '.' in your name you cannot use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; break yuan.gan.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am suprised to see that as a user name like that though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 02:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509390#M1559394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T02:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: The time when the BADI implementation class really initialize.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509391#M1559395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a global macro?&lt;/P&gt;&lt;P&gt;u can find it in trmac table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 10:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-time-when-the-badi-implementation-class-really-initialize/m-p/7509391#M1559395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-26T10:15:07Z</dc:date>
    </item>
  </channel>
</rss>

