<?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 Java package concept in ABAP Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-package-concept-in-abap-objects/m-p/1951179#M391801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, just a question on grouping of classes in ABAP Objects.&lt;/P&gt;&lt;P&gt;In Java, you can group classes by "package" to avoid&lt;/P&gt;&lt;P&gt;namespace collision, my question, in ABAP Objects, how&lt;/P&gt;&lt;P&gt;do you group classes to avoid namespace collision?&lt;/P&gt;&lt;P&gt;I know that there is package concept in SAP/ABAP but it&lt;/P&gt;&lt;P&gt;is different concept in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 18:31:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T18:31:48Z</dc:date>
    <item>
      <title>Java package concept in ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-package-concept-in-abap-objects/m-p/1951179#M391801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, just a question on grouping of classes in ABAP Objects.&lt;/P&gt;&lt;P&gt;In Java, you can group classes by "package" to avoid&lt;/P&gt;&lt;P&gt;namespace collision, my question, in ABAP Objects, how&lt;/P&gt;&lt;P&gt;do you group classes to avoid namespace collision?&lt;/P&gt;&lt;P&gt;I know that there is package concept in SAP/ABAP but it&lt;/P&gt;&lt;P&gt;is different concept in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 18:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-package-concept-in-abap-objects/m-p/1951179#M391801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T18:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Java package concept in ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-package-concept-in-abap-objects/m-p/1951180#M391802</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;Every global class has to be assigned to a package within SAP. However, the package name is not (yet) part of the identification, thus there is &amp;lt;b&amp;gt;no package concept in ABAP&amp;lt;/b&amp;gt; like in Java.&lt;/P&gt;&lt;P&gt;Also, method names are unique irrespective of their interface. Thus, an ABAP class cannot have the same method (name) several times.&lt;/P&gt;&lt;P&gt;&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>Thu, 22 Feb 2007 19:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-package-concept-in-abap-objects/m-p/1951180#M391802</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-02-22T19:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Java package concept in ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-package-concept-in-abap-objects/m-p/1951181#M391803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello One and Lonley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the package concept in ABAP and Java is quite different. In java the package name is part of the development object in ABAP not. So any class pool name is global unique. In combination with the restriction on 30 chars this leads often to somehow cryptic names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way to escape this somehow is the excessive use of local classes. That mean classes defined within main programs. If you are on 7.00 you may check FuGr SAPLSAUNIT_TREE_CTRL_LISTENER for this technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;  klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 20:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-package-concept-in-abap-objects/m-p/1951181#M391803</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2007-02-24T20:39:06Z</dc:date>
    </item>
  </channel>
</rss>

