<?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: Error while executing ABAP program in Eclipse in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410740#M1736846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eckart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the installation path it neither has sapguiserver.exe nor sapserver.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current GUI that I am using&amp;nbsp; has the following release :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 710 Final Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell does this support the ADT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not then please tell me which release should I install, which will be compatible with the ADT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 May 2013 13:36:35 GMT</pubDate>
    <dc:creator>Deepti</dc:creator>
    <dc:date>2013-05-31T13:36:35Z</dc:date>
    <item>
      <title>Error while executing ABAP program in Eclipse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410736#M1736842</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;I created ABAP Test program on Eclipse . It was compiled and activated successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I try to run that , it gives me following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Could not open the editor: Could not start SAP GUI for Windows: C:\Program Files\SAP\FrontEnd\sapgui\\SapGuiServer'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on the details it gives the following trace for expection&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.io.IOException: Cannot run program "C:\Program Files\SAP\FrontEnd\sapgui\\SapGuiServer": CreateProcess error=2, The system cannot find the file specified&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.ProcessBuilder.start(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sap.adt.sapgui.ui.internal.win32.embedding.WinGuiServerProxy$SapGuiServerProcess.start(WinGuiServerProxy.java:532)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sap.adt.sapgui.ui.internal.win32.embedding.WinGuiServerProxy.startGuiServerProcess(WinGuiServerProxy.java:143)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sap.adt.sapgui.ui.internal.win32.WinGuiFragment.getGuiServerProxy(WinGuiFragment.java:73)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sap.adt.sapgui.ui.internal.win32.WinGuiFragment.getGuiServerProxy(WinGuiFragment.java:96)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sap.adt.sapgui.ui.internal.win32.embedding.EmbeddedWinGuiEditor.createEmbeddedGuiContent(EmbeddedWinGuiEditor.java:80)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sap.adt.sapgui.ui.internal.views.AbstractSapGuiWorkbenchPart.createPartControl(AbstractSapGuiWorkbenchPart.java:108)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sap.adt.sapgui.ui.internal.editors.AbstractSapGuiEditor.createPartControl(AbstractSapGuiEditor.java:149)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2958)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2863)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2855)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2806)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2802)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2786)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me what could be the error in this , as this is the last hurdle I am facing in running the ABAP program on Eclipse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 06:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410736#M1736842</guid>
      <dc:creator>Deepti</dc:creator>
      <dc:date>2013-05-29T06:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ABAP program in Eclipse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410737#M1736843</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;can you check what the path of your SAP GUI installation is? And, if possible, can you check what the value of the registry key "HKEY_CURRENT_USER\\Software\\SAP\\General\\Appearance\\Themes\\Enjoy" is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eckart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410737#M1736843</guid>
      <dc:creator>eckart_liemke</dc:creator>
      <dc:date>2013-05-29T10:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ABAP program in Eclipse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410738#M1736844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eckart ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the path of installation and its &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\SAP\FrontEnd\sapgui\.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the screen shot for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I am attaching the screen shot for the Registry Key value for &lt;/P&gt;&lt;P&gt;HKEY_CURRENT_USER\\Software\\SAP\\General\\Appearance\\Themes\\Enjoy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to resolve this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/223665" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/223666" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410738#M1736844</guid>
      <dc:creator>Deepti</dc:creator>
      <dc:date>2013-05-29T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ABAP program in Eclipse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410739#M1736845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks ok.&lt;/P&gt;&lt;P&gt;Can you check if the installation path contains the executable sapserver.exe?&lt;/P&gt;&lt;P&gt;If not, I would recommend a reinstallation of the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eckart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410739#M1736845</guid>
      <dc:creator>eckart_liemke</dc:creator>
      <dc:date>2013-05-31T11:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ABAP program in Eclipse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410740#M1736846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eckart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the installation path it neither has sapguiserver.exe nor sapserver.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current GUI that I am using&amp;nbsp; has the following release :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 710 Final Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell does this support the ADT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not then please tell me which release should I install, which will be compatible with the ADT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 13:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410740#M1736846</guid>
      <dc:creator>Deepti</dc:creator>
      <dc:date>2013-05-31T13:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ABAP program in Eclipse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410741#M1736847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP GUI 710 is not supported by ABAP in Eclipse.&lt;/P&gt;&lt;P&gt;For optimal support, you should install SAP GUI 730.&lt;/P&gt;&lt;P&gt;We have to check why you did not get a warning right at the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eckart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 14:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410741#M1736847</guid>
      <dc:creator>eckart_liemke</dc:creator>
      <dc:date>2013-05-31T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ABAP program in Eclipse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410742#M1736848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Eckart , its working now &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1495/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 13:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-abap-program-in-eclipse/m-p/9410742#M1736848</guid>
      <dc:creator>Deepti</dc:creator>
      <dc:date>2013-06-11T13:15:44Z</dc:date>
    </item>
  </channel>
</rss>

