<?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: Code completion particular not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872662#M1887449</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;just a quick update. I spoke with one of the main developers of the ABAP code completion. He will shine some light into this issue asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 15:50:39 GMT</pubDate>
    <dc:creator>thomasalexander_ritter</dc:creator>
    <dc:date>2015-01-21T15:50:39Z</dc:date>
    <item>
      <title>Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872655#M1887442</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;in my program there are serveral internal classes. Each class has its own include file. Code completion seems not working for internal classes in other include files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;example:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lcl_class1 in includec01&amp;nbsp;&amp;nbsp; (first included)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class-methods static1_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; methods method1_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lcl_class2 in includec02&amp;nbsp;&amp;nbsp; (second included)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class-methods static1_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; methods method1_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;While development in lcl_class2 there are no code completion for lcl_class1.&lt;/LI&gt;&lt;LI&gt;No code completation for lcl_class1=&amp;gt;static1_1&lt;/LI&gt;&lt;LI&gt;but if you declarate "data lo_myclass type ref to lcl_class1." code completion is working fine for public member methods and attributes in the same file.&lt;UL&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Functiongroups all working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Markus Bauernschmitt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Und da hier eh die meisten deutschsprachig sind und mein Englisch grausam ist, nachfolgend die Erklärung nochmal auf deutsch.... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In meinen Programmen findet die Codevervollständigung keine interne Klassen aus vorangegangenen include Dateien. Dadurch werden weder die Klassen selbst noch die statischen Methoden angezeigt. Gebe ich eine statische Methode ein und möchte die Hilfe anzeigen (F2) erscheint die Fehlermeldung "Codeinformationen sind nicht verfügbar".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieses Problem tritt nicht auf, falls die Deklaration einer Variablen in der gleichen Include Datei erfolgt.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Deklaration einer Variablen in der aktuellen Include Datei -&amp;gt; Dokumentation der öffentlichen (nicht statische) Methoden und Attribute funktioniert&lt;/LI&gt;&lt;LI&gt;Zugriff auf öffentliche (statische oder nicht statische) Methoden und Attribute von globalen Variablen (deklariert in einer anderen Datei) funktioniert dagegen nicht.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Es sind nur anscheinend nur Programme betroffen. Bei Funktionsgruppen (getestet am Beispiel "ldemo_cr_car_rental_screen") trat der Fehler nicht auf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 08:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872655#M1887442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T08:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872656#M1887443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the local classes are for small programs ("quick and dirty").&lt;/P&gt;&lt;P&gt;If your solution is so complex, that you feel it must be in separate files, why don't you create global classes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dominik &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************&lt;/P&gt;&lt;P&gt;Und damit Du mich auch gut verstehst &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ich glaube, lokale Klassen sind eher für kleine Programme gedacht.&lt;/P&gt;&lt;P&gt;Wenn es aber so komplex wird, dass Du meinst es in verschiedene Includes aufteilen zu müssen, warum erstellst Du keine globalen Klassen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 10:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872656#M1887443</guid>
      <dc:creator>dilorenzo</dc:creator>
      <dc:date>2015-01-16T10:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872657#M1887444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your answer. The internal classes are already simple and lightweight. In my understanding of OO I keep classes private as possible and so I create this specific "one program helper classes" in the smallest reasonable scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this is a architektur decission. But the pivotal question is: Why working this kind of code completion in function groups but not in programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some additional information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Code completion working in "START-OF-SELECTION."&lt;/P&gt;&lt;P&gt;- In Functiongroup includes (Testcase lcl_class1 show as public type and lcl_class2 show as local public class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 11:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872657#M1887444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-16T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872658#M1887445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also had this problem when extending one of these old programs with many includes.&lt;/P&gt;&lt;P&gt;And I thought about the reason, why SAP did not support it.&lt;/P&gt;&lt;P&gt;And then I thought, that maybe SAP does not want us to create programs with includes but to program with global classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe one of the SAP ADT team can enlight us here &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 11:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872658#M1887445</guid>
      <dc:creator>dilorenzo</dc:creator>
      <dc:date>2015-01-16T11:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872659#M1887446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried to reconstruct your scenario and everything works fine for me: Eclipse Luna, current ADT plugins (fetched from update-site) and backend is on 7.40 SP05 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax check is working and the code completion works in all includes and the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What release do you use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &amp;amp; best regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 08:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872659#M1887446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-19T08:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872660#M1887447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luna Service Release 1a (4.4.1)&lt;/P&gt;&lt;P&gt;ABAP Development Tools for SAP NetWeaver Version: 2.36.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Backend:&amp;nbsp;&amp;nbsp; NW 7.40 SP06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---- edit ---&lt;/P&gt;&lt;P&gt;Perhaps the problem is adt detect this class as "open type" instead of "local public class". A screenshot is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 09:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872660#M1887447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-19T09:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872661#M1887448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I proved again and found out that I am working with version 2.36.2. Maybe the newer release has got an defect. In "my version" both classes are shown in the correct way and are accessible like expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe &lt;A __default_attr="7491" __jive_macro_name="user" class="jive_macro_user jive_macro" data-objecttype="3" data-orig-content="Thomas Alexander Ritter" href="https://community.sap.com/"&gt;&lt;/A&gt; can help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 17:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872661#M1887448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-19T17:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion particular not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872662#M1887449</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;just a quick update. I spoke with one of the main developers of the ABAP code completion. He will shine some light into this issue asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-particular-not-working/m-p/10872662#M1887449</guid>
      <dc:creator>thomasalexander_ritter</dc:creator>
      <dc:date>2015-01-21T15:50:39Z</dc:date>
    </item>
  </channel>
</rss>

