<?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 Enhancement Point INCLUDE BOUND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point-include-bound/m-p/4000186#M955719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  What is the usage for the keywords INCLUDE BOUND in enhancement declaration??  I have read the help file but i don't understand the compilation unit.  Anyone can explain more on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 02:51:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T02:51:03Z</dc:date>
    <item>
      <title>Enhancement Point INCLUDE BOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point-include-bound/m-p/4000186#M955719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  What is the usage for the keywords INCLUDE BOUND in enhancement declaration??  I have read the help file but i don't understand the compilation unit.  Anyone can explain more on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 02:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point-include-bound/m-p/4000186#M955719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T02:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancement Point INCLUDE BOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point-include-bound/m-p/4000187#M955720</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;The keyword IS BOUND checks whether a reference variable is valid, which means that the reference points to an existing object. The keyword IS NOT BOUND returns true if IS BOUND returns false. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA lr_my_object TYPE REF TO cl_my_class.&lt;/P&gt;&lt;P&gt;IF lr_my_object IS BOUND.&lt;/P&gt;&lt;P&gt;  WRITE 'this text will NOT be written because the variable is not bound'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;CREATE OBJECT lr_my_object.&lt;/P&gt;&lt;P&gt;IF lr_my_object IS BOUND.&lt;/P&gt;&lt;P&gt;  WRITE 'this text will be written because the variable is (now) bound'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan Suburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 03:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancement-point-include-bound/m-p/4000187#M955720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T03:25:43Z</dc:date>
    </item>
  </channel>
</rss>

