<?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 Eclipse ADT cannot open class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-adt-cannot-open-class/m-p/12568011#M2008271</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am getting this error when trying to open a specific class:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;org.eclipse.core.runtime.CoreException: Synchronize Content Result for /S4H_100_s4h_ext_mw_en/.adt/classlib/classes/zcl_im_gcts_badi/zcl_im_gcts_badi.apclass
	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$3.run(AdtSfsUtil.java:253)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2315)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2340)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil.synchronize(AdtSfsUtil.java:270)
	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.AbapSourceMultiPageEditor.synchronizeInReloadPage(AbapSourceMultiPageEditor.java:3708)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor$2$1.synchronizeSemanticFile(AbapSourceMultiPageEditor.java:915)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$RefreshAdtSourcePageAction$1$1.run(AdtReloadResourceInfoPage.java:686)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$4.run(AdtReloadResourceInfoPage.java:576)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Contains: Resource  ZCL_IM_GCTS_BADI: wrong input data for processing
com.sap.adt.communication.resources.ResourceBadRequestException: Execution of request "GET /sap/bc/adt/oo/classes/zcl_im_gcts_badi" failed: 400 Bad Request
Resource  ZCL_IM_GCTS_BADI: wrong input data for processing
------------ Request -----------------------
GET /sap/bc/adt/oo/classes/zcl_im_gcts_badi HTTP/1.1
Cache-Control: no-cache
Accept: application/vnd.sap.adt.oo.classes.v3+xml, application/vnd.sap.adt.oo.classes.v2+xml, application/vnd.sap.adt.oo.classes+xml
User-Agent: Eclipse/4.23.0.v20220308-0310 (win32; x86_64; Java 16.0.2) ADT/3.26.1 (devedition)
X-sap-adt-profiling: server-time

------------ Response ----------------------
HTTP/1.1 400 Bad Request
~server_protocol: HTTP/1.1
X-sap-adt-profiling: server-time=5665
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="ExceptionResourceWrongData"/&amp;gt;&amp;lt;message lang="EN"&amp;gt;Resource  ZCL_IM_GCTS_BADI: wrong input data for processing&amp;lt;/message&amp;gt;&amp;lt;localizedMessage lang="EN"&amp;gt;Resource  ZCL_IM_GCTS_BADI: wrong input data for processing&amp;lt;/localizedMessage&amp;gt;&amp;lt;properties/&amp;gt;&amp;lt;/exc:exception&amp;gt;
--------------------------------------------

	at com.sap.adt.communication.internal.resources.RestResource.createResourceException(RestResource.java:227)
	at com.sap.adt.communication.internal.resources.RestResource.createResultFromResponse(RestResource.java:151)
	at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:141)
	at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:71)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProvider.readAdtResourceInternal(AdtContentProvider.java:1666)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProvider.synchronizeFileWithRemote(AdtContentProvider.java:1101)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProviderForCompoundObjects.internalSynchronizeContentWithRemote(AdtContentProviderForCompoundObjects.java:145)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProviderForCompoundObjects.synchronizeContentWithRemote(AdtContentProviderForCompoundObjects.java:103)
	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$3.run(AdtSfsUtil.java:253)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2315)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2340)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil.synchronize(AdtSfsUtil.java:270)
	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.AbapSourceMultiPageEditor.synchronizeInReloadPage(AbapSourceMultiPageEditor.java:3708)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor$2$1.synchronizeSemanticFile(AbapSourceMultiPageEditor.java:915)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$RefreshAdtSourcePageAction$1$1.run(AdtReloadResourceInfoPage.java:686)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$4.run(AdtReloadResourceInfoPage.java:576)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
&lt;/CODE&gt;&lt;/PRE&gt;Other classes from the system work perfectly fine. The class is from a BAdI Implementation from this blog post: 
  &lt;A href="https://blogs.sap.com/2022/05/24/integrating-gcts-with-transport-organizer-processes/"&gt;https://blogs.sap.com/2022/05/24/integrating-gcts-with-transport-organizer-processes/&lt;/A&gt;I am using these versions:
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2055772-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2055773-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Does anyone else have this issue?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 07:40:22 GMT</pubDate>
    <dc:creator>wagener-mark</dc:creator>
    <dc:date>2022-06-10T07:40:22Z</dc:date>
    <item>
      <title>Eclipse ADT cannot open class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-adt-cannot-open-class/m-p/12568011#M2008271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am getting this error when trying to open a specific class:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;org.eclipse.core.runtime.CoreException: Synchronize Content Result for /S4H_100_s4h_ext_mw_en/.adt/classlib/classes/zcl_im_gcts_badi/zcl_im_gcts_badi.apclass
	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$3.run(AdtSfsUtil.java:253)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2315)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2340)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil.synchronize(AdtSfsUtil.java:270)
	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.AbapSourceMultiPageEditor.synchronizeInReloadPage(AbapSourceMultiPageEditor.java:3708)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor$2$1.synchronizeSemanticFile(AbapSourceMultiPageEditor.java:915)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$RefreshAdtSourcePageAction$1$1.run(AdtReloadResourceInfoPage.java:686)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$4.run(AdtReloadResourceInfoPage.java:576)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Contains: Resource  ZCL_IM_GCTS_BADI: wrong input data for processing
com.sap.adt.communication.resources.ResourceBadRequestException: Execution of request "GET /sap/bc/adt/oo/classes/zcl_im_gcts_badi" failed: 400 Bad Request
Resource  ZCL_IM_GCTS_BADI: wrong input data for processing
------------ Request -----------------------
GET /sap/bc/adt/oo/classes/zcl_im_gcts_badi HTTP/1.1
Cache-Control: no-cache
Accept: application/vnd.sap.adt.oo.classes.v3+xml, application/vnd.sap.adt.oo.classes.v2+xml, application/vnd.sap.adt.oo.classes+xml
User-Agent: Eclipse/4.23.0.v20220308-0310 (win32; x86_64; Java 16.0.2) ADT/3.26.1 (devedition)
X-sap-adt-profiling: server-time

------------ Response ----------------------
HTTP/1.1 400 Bad Request
~server_protocol: HTTP/1.1
X-sap-adt-profiling: server-time=5665
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="ExceptionResourceWrongData"/&amp;gt;&amp;lt;message lang="EN"&amp;gt;Resource  ZCL_IM_GCTS_BADI: wrong input data for processing&amp;lt;/message&amp;gt;&amp;lt;localizedMessage lang="EN"&amp;gt;Resource  ZCL_IM_GCTS_BADI: wrong input data for processing&amp;lt;/localizedMessage&amp;gt;&amp;lt;properties/&amp;gt;&amp;lt;/exc:exception&amp;gt;
--------------------------------------------

	at com.sap.adt.communication.internal.resources.RestResource.createResourceException(RestResource.java:227)
	at com.sap.adt.communication.internal.resources.RestResource.createResultFromResponse(RestResource.java:151)
	at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:141)
	at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:71)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProvider.readAdtResourceInternal(AdtContentProvider.java:1666)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProvider.synchronizeFileWithRemote(AdtContentProvider.java:1101)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProviderForCompoundObjects.internalSynchronizeContentWithRemote(AdtContentProviderForCompoundObjects.java:145)
	at com.sap.adt.tools.core.spi.sfs.AdtContentProviderForCompoundObjects.synchronizeContentWithRemote(AdtContentProviderForCompoundObjects.java:103)
	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$3.run(AdtSfsUtil.java:253)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2315)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2340)
	at com.sap.adt.tools.core.internal.sfs.AdtSfsUtil.synchronize(AdtSfsUtil.java:270)
	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.AbapSourceMultiPageEditor.synchronizeInReloadPage(AbapSourceMultiPageEditor.java:3708)
	at com.sap.adt.tools.abapsource.ui.sources.editors.AbapSourceMultiPageEditor$2$1.synchronizeSemanticFile(AbapSourceMultiPageEditor.java:915)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$RefreshAdtSourcePageAction$1$1.run(AdtReloadResourceInfoPage.java:686)
	at com.sap.adt.project.ui.internal.reloadpage.AdtReloadResourceInfoPage$4.run(AdtReloadResourceInfoPage.java:576)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
&lt;/CODE&gt;&lt;/PRE&gt;Other classes from the system work perfectly fine. The class is from a BAdI Implementation from this blog post: 
  &lt;A href="https://blogs.sap.com/2022/05/24/integrating-gcts-with-transport-organizer-processes/"&gt;https://blogs.sap.com/2022/05/24/integrating-gcts-with-transport-organizer-processes/&lt;/A&gt;I am using these versions:
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2055772-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2055773-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Does anyone else have this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 07:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-adt-cannot-open-class/m-p/12568011#M2008271</guid>
      <dc:creator>wagener-mark</dc:creator>
      <dc:date>2022-06-10T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse ADT cannot open class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-adt-cannot-open-class/m-p/12568012#M2008272</link>
      <description>&lt;P&gt;I don't have this issue, and I'm on the same versions. The important part of the dump is this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Execution of request "GET /sap/bc/adt/oo/classes/zcl_im_gcts_badi" failed: 400 Bad Request
Resource  ZCL_IM_GCTS_BADI: wrong input data for processing&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It means that the backend doesn't recognise the request as a valid, so it can't process it. &lt;BR /&gt;You could try debugging. Set an external breakpoint in CL_ADT_WB_RES_APP-&amp;gt;IF_HTTP_EXTENSION~HANDLE_REQUEST&lt;/P&gt;&lt;P&gt;See what happens with your ZCL_IM_GCTS_BADI, and maybe compare with what happens with another Z class that does work.&lt;/P&gt;&lt;P&gt;I assume that the class opens fine in SAPGui?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 10:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-adt-cannot-open-class/m-p/12568012#M2008272</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2022-06-10T10:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse ADT cannot open class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-adt-cannot-open-class/m-p/12568013#M2008273</link>
      <description>&lt;P&gt;Dear Mr. Wagener&lt;/P&gt;&lt;P&gt;we would like to take a deeper look on this issue.&lt;/P&gt;&lt;P&gt;We kindly ask you to create a customer ticket using the BC-DWB-AIE-SRC component.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 07:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eclipse-adt-cannot-open-class/m-p/12568013#M2008273</guid>
      <dc:creator>wolfgang_woehrle</dc:creator>
      <dc:date>2022-06-14T07:51:10Z</dc:date>
    </item>
  </channel>
</rss>

