<?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>Question Re: Magic and a full class table in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449607#M67717</link>
    <description>&lt;P&gt;Exactly,"you can't create the table with the same name if the class exists"!&lt;/P&gt;&lt;P&gt;And this is not a bug but a feature.&lt;/P&gt;&lt;P&gt;Dictionary types and classes/interfaces are both global types and belong to one namespace!&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2017 07:26:41 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-03-09T07:26:41Z</dc:date>
    <item>
      <title>Magic and a full class table</title>
      <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaq-p/449602</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Today I crossed paths with a humble table.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/24331-2-tablewithclass.gif" /&gt;&lt;/P&gt;&lt;P&gt;Looks like SE11 enabled redirects to the class builder if the class/table name is less than 16.&lt;/P&gt;&lt;P&gt;BUG reported and shared. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 16:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaq-p/449602</guid>
      <dc:creator>pedrocavaco</dc:creator>
      <dc:date>2017-03-08T16:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Magic and a full class table</title>
      <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449603#M67713</link>
      <description>&lt;P&gt;It redirects if it is a real class - for example try CL_SALV_TABLE.&lt;/P&gt;&lt;P&gt;It also redirects appropriately to views, structures, data elements, etc.... I don't think it is a bug, but a rather convenient hidden feature.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 16:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449603#M67713</guid>
      <dc:creator>raghug</dc:creator>
      <dc:date>2017-03-08T16:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Magic and a full class table</title>
      <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449604#M67714</link>
      <description>&lt;P&gt;Hi Raghu, &lt;/P&gt;&lt;P&gt;Views, structures and data elements are dictionary components and so it makes sense the redirection on that range, the case above represents a problem since you can't create the table with the same name if the class exists.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/24340-2-tablewithclass-b.gif" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 16:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449604#M67714</guid>
      <dc:creator>pedrocavaco</dc:creator>
      <dc:date>2017-03-08T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Magic and a full class table</title>
      <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449605#M67715</link>
      <description>&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;Both, your query and the way you posted the query with a video are very interesting.&lt;/P&gt;&lt;P&gt;Does new SCN supports video grabs too while posting a query ?&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 04:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449605#M67715</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2017-03-09T04:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Magic and a full class table</title>
      <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449606#M67716</link>
      <description>&lt;P&gt;There's a reason behind.&lt;/P&gt;&lt;P&gt;Dictionary types and classes/interfaces are both &lt;STRONG&gt;global types&lt;/STRONG&gt; in ABAP and can be used behind TYPE REF TO ...&lt;/P&gt;&lt;P&gt;You cannot have dictionary types and classes/interfaces of the same name. &lt;/P&gt;&lt;P&gt;If you enter the name of a dictionary type in the class builder and try to create it as a class or interface you get an according message.&lt;/P&gt;&lt;P&gt;Another way around, you get that message too. &lt;/P&gt;&lt;P&gt;When you want to display the global type in SE11, the tool is friendly (maybe a bit eager) and navigates to the type's definition, i.e. the class builder for global classes or interfaces.&lt;/P&gt;&lt;P&gt;Not a bug!&lt;/P&gt;&lt;P&gt;PS: And that's why the names of global classes and interfaces as a rule should start with CL_, CX_, IF_, ...&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 07:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449606#M67716</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-09T07:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Magic and a full class table</title>
      <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449607#M67717</link>
      <description>&lt;P&gt;Exactly,"you can't create the table with the same name if the class exists"!&lt;/P&gt;&lt;P&gt;And this is not a bug but a feature.&lt;/P&gt;&lt;P&gt;Dictionary types and classes/interfaces are both global types and belong to one namespace!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 07:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449607#M67717</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-03-09T07:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Magic and a full class table</title>
      <link>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449608#M67718</link>
      <description>&lt;P&gt;Hi Horst,&lt;/P&gt;&lt;P&gt;Thank you for your clear explanation, I got the point now and why I miss interpreted the situation. &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 10:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/magic-and-a-full-class-table/qaa-p/449608#M67718</guid>
      <dc:creator>pedrocavaco</dc:creator>
      <dc:date>2017-03-09T10:19:07Z</dc:date>
    </item>
  </channel>
</rss>

