<?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: ABAP in Eclipse Error During Debugging a Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389940#M9587</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;There maybe some bug fixes... It would be nice to have an official change log for these point releases.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have asked for the same - &lt;A href="https://answers.sap.com/questions/68082/index.html" target="test_blank"&gt;https://answers.sap.com/questions/68082/index.html&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;still no response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2016 15:39:13 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2016-12-14T15:39:13Z</dc:date>
    <item>
      <title>ABAP in Eclipse Error During Debugging a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389937#M9584</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I get an error if I want to debug a function module with ABAP in Eclipse.&lt;/P&gt;&lt;P&gt;Here the error in detail:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;org.eclipse.core.runtime.CoreException: Synchronize Content Result for /NSP_001_bcuser_de/.adt/programs/programs/zzas_test_ws_client_call_svgosft/zzas_test_ws_client_call_svgosft.asprog
	at org.eclipse.core.internal.resources.semantic.SemanticFileStore.synchronizeContentWithRemote(SemanticFileStore.java:1152)
	at org.eclipse.core.internal.resources.semantic.SemanticResourceAdapterImpl.synchronizeContentWithRemote(SemanticResourceAdapterImpl.java:318)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil$2.run(AdtSfsUtil.java:215)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil.synchronize(AdtSfsUtil.java:228)
	at com.sap.adt.tools.abapsource.AbapSourceSfsUtil.synchronize(AbapSourceSfsUtil.java:39)
	at com.sap.adt.tools.abapsource.AbapSourceSfsUtil.synchronize(AbapSourceSfsUtil.java:33)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceEditorService$1.run(AbapSourceEditorService.java:251)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceEditorService.synchronizeWithOpenUI(AbapSourceEditorService.java:293)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceEditorService.init(AbapSourceEditorService.java:201)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor.initAdtMainEditor(AbapSourceMultiPageEditor.java:747)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor.init(AbapSourceMultiPageEditor.java:990)
	at com.sap.adt.programs.ui.internal.programs.editors.ProgramEditor.init(ProgramEditor.java:37)
	at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:362)
	at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:318)
	at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:931)
	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:56)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1317)
	at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:72)
	at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:4813)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
	at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:173)
	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:617)
	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:581)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:770)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1211)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3261)
	at org.eclipse.ui.internal.WorkbenchPage.access$25(WorkbenchPage.java:3176)
	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:3158)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3153)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3117)
	at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$2.run(SourceLookupFacility.java:554)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(SourceLookupFacility.java:564)
	at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(SourceLookupFacility.java:476)
	at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:417)
	at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$SourceDisplayJob.runInUIThread(SourceLookupFacility.java:788)
	at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:97)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4203)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3819)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Contains: Ressource PROGRAM ZZAS_TEST_WS_CLIENT_CALL_SVGOSFT konnte nicht erfolgreich gelesen werden
com.sap.adt.communication.resources.ResourceException: Execution of request "GET /sap/bc/adt/programs/programs/zzas_test_ws_client_call_svgosft" failed: 500 Internal Server Error
Ressource PROGRAM ZZAS_TEST_WS_CLIENT_CALL_SVGOSFT konnte nicht erfolgreich gelesen werden
------------ Request -----------------------
GET /sap/bc/adt/programs/programs/zzas_test_ws_client_call_svgosft HTTP/1.1
Cache-Control: no-cache
Accept: application/vnd.sap.adt.programs.programs+xml, application/vnd.sap.adt.programs.programs.v2+xml
User-Agent: Eclipse/4.6.1.v20160907-1200 (win32; x86_64; Java ) ADT/2.68.2
X-sap-adt-profiling: server-time


------------ Response ----------------------
HTTP/1.1 500 Internal Server Error
~server_protocol: HTTP/1.1
X-sap-adt-profiling: server-time=3831
Content-Type: application/xml


&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;exc:exception xmlns:exc="http://www.sap.com/abapxml/types/communicationframework"&amp;gt;&amp;lt;namespace id="com.sap.adt"/&amp;gt;&amp;lt;type id="ExceptionResourceReadFailure"/&amp;gt;&amp;lt;message lang="EN"&amp;gt;Ressource PROGRAM ZZAS_TEST_WS_CLIENT_CALL_SVGOSFT konnte nicht erfolgreich gelesen werden&amp;lt;/message&amp;gt;&amp;lt;localizedMessage lang="DE"&amp;gt;Ressource PROGRAM ZZAS_TEST_WS_CLIENT_CALL_SVGOSFT konnte nicht erfolgreich gelesen werden&amp;lt;/localizedMessage&amp;gt;&amp;lt;properties/&amp;gt;&amp;lt;/exc:exception&amp;gt;
--------------------------------------------


	at com.sap.adt.communication.internal.resources.RestResource.createResultFromResponse(RestResource.java:224)
	at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:192)
	at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:75)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProvider.readAdtResourceInternal(AdtContentProvider.java:1580)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProvider.synchronizeFileWithRemote(AdtContentProvider.java:1015)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProviderForCompoundObjects.internalSynchronizeContentWithRemote(AdtContentProviderForCompoundObjects.java:147)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProviderForCompoundObjects.synchronizeContentWithRemote(AdtContentProviderForCompoundObjects.java:104)
	at org.eclipse.core.internal.resources.semantic.SemanticFileStore.synchronizeContentWithRemote(SemanticFileStore.java:1150)
	at org.eclipse.core.internal.resources.semantic.SemanticResourceAdapterImpl.synchronizeContentWithRemote(SemanticResourceAdapterImpl.java:318)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil$2.run(AdtSfsUtil.java:215)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil.synchronize(AdtSfsUtil.java:228)
	at com.sap.adt.tools.abapsource.AbapSourceSfsUtil.synchronize(AbapSourceSfsUtil.java:39)
	at com.sap.adt.tools.abapsource.AbapSourceSfsUtil.synchronize(AbapSourceSfsUtil.java:33)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceEditorService$1.run(AbapSourceEditorService.java:251)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceEditorService.synchronizeWithOpenUI(AbapSourceEditorService.java:293)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceEditorService.init(AbapSourceEditorService.java:201)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor.initAdtMainEditor(AbapSourceMultiPageEditor.java:747)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor.init(AbapSourceMultiPageEditor.java:990)
	at com.sap.adt.programs.ui.internal.programs.editors.ProgramEditor.init(ProgramEditor.java:37)
	at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:362)
	at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:318)
	at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:931)
	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And here the communication log:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/10951-aie-error1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;What could be the reason for this behaviour?&lt;/P&gt;&lt;P&gt;Thanks for tips and hints.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 10:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389937#M9584</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2016-12-14T10:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP in Eclipse Error During Debugging a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389938#M9585</link>
      <description>&lt;P&gt;I know that the SAP team are working on some debugging bugs that effect primarily the MacOS when using the Java SAP Gui. It is something about the interaction between ADT and the GUI. I wonder if there is something like that happening in general.&lt;/P&gt;&lt;P&gt;Also, out of curiosity, I was getting a lot of crashes when switching between tabs while debugging. Are you seeing something similar? Another source of issues for me was that I had my open tabs across two different window sets. Once I stopped doing that, my frequency of crashes came down a lot.&lt;/P&gt;&lt;P&gt;PS - You are on 2.68.2 - the latest version is 2.68.5. There maybe some bug fixes... It would be nice to have an official change log for these point releases.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 13:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389938#M9585</guid>
      <dc:creator>raghug</dc:creator>
      <dc:date>2016-12-14T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP in Eclipse Error During Debugging a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389939#M9586</link>
      <description>&lt;P&gt;Hello Raghu,&lt;/P&gt;&lt;P&gt;thanks for your reply and your explanation. I work with a Windows environment. The switching between tabs while debugging is not a problem, all works well. In a normal case I don't have a problem, so I am a little bit surprised about this behaviour with a function module.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/11019-rel.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I am on 2.68.5, it seems that the ADT here is not actual.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 14:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389939#M9586</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2016-12-14T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP in Eclipse Error During Debugging a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389940#M9587</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;There maybe some bug fixes... It would be nice to have an official change log for these point releases.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have asked for the same - &lt;A href="https://answers.sap.com/questions/68082/index.html" target="test_blank"&gt;https://answers.sap.com/questions/68082/index.html&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;still no response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 15:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389940#M9587</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2016-12-14T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP in Eclipse Error During Debugging a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389941#M9588</link>
      <description>&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;please apply note 2407397&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/2407397" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/2407397&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Efstratios Tsantilis &lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 12:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-in-eclipse-error-during-debugging-a-function-module/m-p/389941#M9588</guid>
      <dc:creator>efstratios_tsantilis</dc:creator>
      <dc:date>2016-12-21T12:07:12Z</dc:date>
    </item>
  </channel>
</rss>

