<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252831#M1720980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhumati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having exactly the same issues as you describe.&amp;nbsp; I seem to have just found a workaround that works sometimes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calling the code completion from the class and selecting the method, Shift + Enter inserts the method name but not the signature.&amp;nbsp; &lt;/P&gt;&lt;P&gt;However if you immediately call code completion again, and hit Shift + Enter, it (sometimes) inserts the signature propperly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;P&gt;P.S. @Felix: I'm also running GUI 730, but Eclipse 4.2 (Juno)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2013 08:04:16 GMT</pubDate>
    <dc:creator>gerald_roux2</dc:creator>
    <dc:date>2013-01-18T08:04:16Z</dc:date>
    <item>
      <title>Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252828#M1720977</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;When i am trying to use code completion tool in Eclipse, its not working properly. When i click ctrl + space , i see list of methods or function module(as well as i can see signatures). But , when i press shift+enter , as mentioned in document , i just get the function module name or method name in my program. The code completiong doesnt get all the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Madhumati &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 07:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252828#M1720977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-14T07:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252829#M1720978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhumati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need some details to reproduce the issue.&lt;/P&gt;&lt;P&gt;Which version of Eclipse do you use?&lt;/P&gt;&lt;P&gt;For which function module did you try to get the signature to be inserted (is it local, is it a name space, ...)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Felix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 08:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252829#M1720978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-14T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252830#M1720979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Eclipse Indigo. SAP GUI is 730. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a class with 2-3 methods as local object . I have tried to use auto completion for these methods , which didnot work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i tried to call 'BAPI_SALES_ORDER_CREATE' using code completion , which didnt work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i press shift+enter , the pattern(importing/exporting parameters) doesnt get copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Madhumati &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 11:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252830#M1720979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-14T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252831#M1720980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhumati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having exactly the same issues as you describe.&amp;nbsp; I seem to have just found a workaround that works sometimes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When calling the code completion from the class and selecting the method, Shift + Enter inserts the method name but not the signature.&amp;nbsp; &lt;/P&gt;&lt;P&gt;However if you immediately call code completion again, and hit Shift + Enter, it (sometimes) inserts the signature propperly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;P&gt;P.S. @Felix: I'm also running GUI 730, but Eclipse 4.2 (Juno)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 08:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252831#M1720980</guid>
      <dc:creator>gerald_roux2</dc:creator>
      <dc:date>2013-01-18T08:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252832#M1720981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhumati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would be great if you could give us some more information which should help us troubleshoot the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Please open the "ABAP communication log" view via menu "Window-&amp;gt;show view". Switch on the log by clicking on the green play button. The log shows you the requests which the client fires against the backend. When the code insertion works the log has the following entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POST /sap/bc/adt/abapsource/codecompletion/insertion?uri=XXXXXXX&lt;/P&gt;&lt;P&gt;POST /sap/bc/adt/abapsource/codecompletion/elementinfo?uri=XXXXXXX&lt;/P&gt;&lt;P&gt;POST /sap/bc/adt/abapsource/codecompletion/proposal?uri=XXXXXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reproduce the bug&amp;nbsp; and post your log entries here. Does the client send the "insertion" request?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Please open the "Error Log" view via menu "Window-&amp;gt;show view". After executing the broken functionality see if new entries did appear in the error log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Since the code completion gets executed in a background thread there might be errors happening in the backend which you are not aware of. Please check whether the bug produces shortdumps in the backend via transaction st22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 11:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252832#M1720981</guid>
      <dc:creator>thomasalexander_ritter</dc:creator>
      <dc:date>2013-01-21T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252833#M1720982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerald - Its working as you suggested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Thomas - I have tried couple of times after trying Gerlad option , but i am not getting the issue. If I get issues again , i will post you log. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Madhumati &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 13:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252833#M1720982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-21T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252834#M1720983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas;"&gt;Hi Thomas,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas;"&gt;An example for you guys:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas;"&gt;This was produced with the following code, and then selecting the ‘describe_by_data’ method: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;DATA: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;lo_tab_descr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt; TYPE REF TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;cl_abap_tabledescr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;lo_tab_descr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt; ?= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;cl_abap_tabledescr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;EM style="color: black; font-size: 10.0pt; font-family: Consolas;"&gt;&amp;lt;#code completion called here#&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 10.0pt; font-family: Consolas;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;After completion is called with ‘Shift + Enter’ only the method name is inserted without the signature:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;lo_tab_descr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt; ?= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;cl_abap_tabledescr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;describe_by_data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;Communication log shows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;POST /sap/bc/adt/repository/nodepath?uri=%2Fsap%2Fbc%2…&lt;/P&gt;&lt;P&gt;POST /sap/bc/adt/abapsource/codecompletion/proposal?uri=%2Fsap…&lt;/P&gt;&lt;P&gt;POST /sap/bc/adt/abapsource/codecompletion/elementinfo?uri=%2Fsa…&lt;/P&gt;&lt;P&gt;POST /sap/bc/adt/abapsource/codecompletion/elementinfo?uri=%2Fsap%2Fbc%2…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Error log is empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and keep up the great work &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 07:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252834#M1720983</guid>
      <dc:creator>gerald_roux2</dc:creator>
      <dc:date>2013-01-22T07:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252835#M1720984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all information you sent: it seems that Eclipse sends no request to the ABAP system to do the insertion with the signature. &lt;/P&gt;&lt;P&gt;One short question: How do you select the entry&amp;nbsp; which you want to insert in your coding? Do you select it using the mouse or using the&amp;nbsp; keys UP/DOWN? There is a known issue when you select the entry using the mouse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 12:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252835#M1720984</guid>
      <dc:creator>schneidermic0</dc:creator>
      <dc:date>2013-01-29T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252836#M1720985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've indeed been using the mouse to select.&amp;nbsp; Will use the keys in future and see if this avoids the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 12:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252836#M1720985</guid>
      <dc:creator>gerald_roux2</dc:creator>
      <dc:date>2013-01-29T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252837#M1720986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just ran into this problem. It worked for weeks until today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;com.sap.adt.communication.resources.ResourceNotFoundException: Execution of request "POST /sap/bc/adt/abapsource/occurencemarkers?uri=%2Fsap%2Fbc%2Fadt%2Ffunctions%2Fgroups%2Fz_qm_qa01%2Ffmodules%2Fz_pp_qm_umbu_bestand_dez%2Fsource%2Fmain%23start%3D236%2C20" failed: 404&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Anweisung FUNCTION fehlt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;------------ Request -----------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;POST /sap/bc/adt/abapsource/occurencemarkers?uri=%2Fsap%2Fbc%2Fadt%2Ffunctions%2Fgroups%2Fz_qm_qa01%2Ffmodules%2Fz_pp_qm_umbu_bestand_dez%2Fsource%2Fmain%23start%3D236%2C20 HTTP/1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;X-sap-adt-profiling: server-time&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Content-Type: text/plain&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;lt;&amp;lt;MY CODE&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;------------ Response ----------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;HTTP/1.1 404&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;X-sap-adt-profiling: server-time=6526&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Content-Type: application/xml&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;exc:exception xmlns:exc="&lt;A href="http://www.sap.com/abapxml/types/communicationframework"&gt;http://www.sap.com/abapxml/types/communicationframework"&amp;gt;&amp;lt;namespace&lt;/A&gt; id="com.sap.adt.ris"/&amp;gt;&amp;lt;type id="Error"/&amp;gt;&amp;lt;message lang="EN"&amp;gt;Anweisung FUNCTION fehlt&amp;lt;/message&amp;gt;&amp;lt;localizedMessage lang="DE"&amp;gt;Anweisung FUNCTION fehlt&amp;lt;/localizedMessage&amp;gt;&amp;lt;properties/&amp;gt;&amp;lt;/exc:exception&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;--------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at com.sap.adt.communication.internal.resources.RestResource.createResultFromResponse(RestResource.java:131)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:114)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at com.sap.adt.communication.internal.resources.RestResource.post(RestResource.java:75)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at com.sap.adt.tools.abapsource.internal.sources.occurrence.OccurrenceFinderServices.doPost(OccurrenceFinderServices.java:105)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at com.sap.adt.tools.abapsource.internal.sources.occurrence.OccurrenceFinderServices.getOccurrenceInfo(OccurrenceFinderServices.java:91)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at com.sap.adt.tools.abapsource.internal.sources.occurrence.BackendOccurrenceFinder.findOccurrences(BackendOccurrenceFinder.java:51)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at com.sap.adt.tools.abapsource.ui.internal.occurrence.OccurrenceHandler$OccurrencesFinderJob.run(OccurrenceHandler.java:713)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 09:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252837#M1720986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T09:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252838#M1720987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the log you sent seems not to be related to code completion but occurrence marker. Is your function module (or even better the whole function group) syntactically correct, in which you would like use the functionality? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log states, that the statement FUNCTION is missing somewhere:&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; font-family: 'courier new', courier; font-size: 12px; background-color: #ffffff;"&gt;Anweisung FUNCTION fehlt&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 10:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252838#M1720987</guid>
      <dc:creator>schneidermic0</dc:creator>
      <dc:date>2013-06-28T10:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252839#M1720988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like there was/is a problem with the function itself (ENQUEUE_EMMCHA). Everything on our side should be correct and seems to work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 11:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252839#M1720988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T11:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252840#M1720989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All., &lt;/P&gt;&lt;P&gt;this is a just info for Eclipse users, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to insert the signature on completion and it does not wok, just active the box in eclipse. &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/1001181" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ebrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2016 13:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-completion-not-working/m-p/9252840#M1720989</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2016-07-23T13:10:12Z</dc:date>
    </item>
  </channel>
</rss>

