<?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: INCLUDE ONCE? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120870#M1187598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matt.  I thought as much.  I prefer to develop objects in includes rather than SE24, because I can see my code at a glance.  But this option is severely constrained without an "INCLUDE ONCE" type statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2009 10:10:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-02T10:10:32Z</dc:date>
    <item>
      <title>INCLUDE ONCE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120866#M1187594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know a way to achieve the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
INCLUDE ONCE YCL_MYCLASS.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do it in PHP...  Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 02:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120866#M1187594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T02:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE ONCE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120867#M1187595</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;SAP has provided this statmrnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INCLUDE incl [IF FOUND].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 03:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120867#M1187595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T03:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE ONCE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120868#M1187596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Avinash.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works if an include may or may not exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the included object already exists.  What I don't know is if it has already been included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was included already, I want ABAP to ignore it this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 04:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120868#M1187596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE ONCE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120869#M1187597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the include contains data declarations, or subroutines, or class definitions etc. you'll get a syntax error if you try to include it more than once.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is nothing like the "include once" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 08:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120869#M1187597</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-02-02T08:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE ONCE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120870#M1187598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matt.  I thought as much.  I prefer to develop objects in includes rather than SE24, because I can see my code at a glance.  But this option is severely constrained without an "INCLUDE ONCE" type statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 10:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120870#M1187598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE ONCE?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120871#M1187599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're shifting over to doing more ABAP, it might be beneficial for you to do things the standard way - i.e. not using includes so much...  Otherwise you might find people find your code hard to maintain and, worse for you, you're not used to the standard ways of doing thing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, I use SE24 but always switch on the object browser for easy navigation. ( Display Object List - Ctrl-Shift-F5 ).  But I do wish we had the Eclipse environment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 12:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-once/m-p/5120871#M1187599</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-02-02T12:47:13Z</dc:date>
    </item>
  </channel>
</rss>

