<?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 not working for local classes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493487#M1932280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you got to SE38 editor --&amp;gt; click on this icon&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/888473" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to code completion --&amp;gt; check on the check boxes indicated and try reducing the seconds to lower value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/888474" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 07:34:52 GMT</pubDate>
    <dc:creator>ThangaPrakash</dc:creator>
    <dc:date>2016-02-16T07:34:52Z</dc:date>
    <item>
      <title>Code completion not working for local classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493486#M1932279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with a weird code completion issue that I'm facing since upgrade to SAP GUI 7.40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the following. I'm writing a report with a set of local classes; each class resides in its own include. Say, I have LCL_A in ZINCL_A and LCL_B in ZINCL_B. I try to use LCL_A from LCL_B, but the code completion does not "see" the LCL_A's members (neither methods nor its parameters), so I have to type everything manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same happens if I put definition and implementation in separate includes: in implementation include the code completion does not show any of the class members (even method parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've updated client to patch level 7 (the latest one), but that does not seem to help. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493486#M1932279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T07:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion not working for local classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493487#M1932280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you got to SE38 editor --&amp;gt; click on this icon&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/888473" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to code completion --&amp;gt; check on the check boxes indicated and try reducing the seconds to lower value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/888474" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493487#M1932280</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2016-02-16T07:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion not working for local classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493488#M1932281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for looking into this, but things are not that easy. The code completion is on, and it works fine when, e.g., the whole class code (definition and implementation) is in one include. But once I move definition to a separate include, code completion does not show class memebers in implementation section any more. Local and global types/variables are still visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493488#M1932281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T07:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion not working for local classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493489#M1932282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that Non-keywords check box is checked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 08:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493489#M1932282</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2016-02-16T08:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Code completion not working for local classes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493490#M1932283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Solved it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What I was missing is the place where my includes are "included". I used to organize includes as following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;REPORT&lt;/SPAN&gt; zz_rep.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;INCLUDE&lt;/SPAN&gt; zz_rep_top.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;" TOP include&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;INCLUDE&lt;/SPAN&gt; zz_rep_cl_def_a. &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;" LCL_A definition&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;INCLUDE&lt;/SPAN&gt; zz_rep_cl_def_b. &lt;EM style="color: #999999;"&gt;" LCL_B definition&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;INCLUDE&lt;/SPAN&gt; zz_rep_cl_imp_a. &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;" LCL_A implementation&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;INCLUDE&lt;/SPAN&gt; zz_rep_cl_imp_b. &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;" LCL_B implementation&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This works fine in 7.30, but in 7.40 all global definitions should go to TOP-include, in this case code completion will process them properly. So, these lines:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;INCLUDE&lt;/SPAN&gt; zz_rep_cl_def_a. &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;" LCL_A definition&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;INCLUDE&lt;/SPAN&gt; zz_rep_cl_def_b. &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;" LCL_B definition&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;need to be moved to the TOP-include.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 09:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working-for-local-classes/m-p/11493490#M1932283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T09:20:19Z</dc:date>
    </item>
  </channel>
</rss>

