DevEpos / eclipse-adt-plugins

Add-ons for ABAP Development Tools in Eclipse
MIT License
3 stars 2 forks source link

ADT Plugins not enabled or unavailable #15

Open MichiFr opened 1 month ago

MichiFr commented 1 month ago

Question

Thanks for those great addons!

For any reason when opening the search tool, I see an error an the bottom of window in tab Abap Code Search (DevEpos) and a similar one in tab Abap Object Search (DevEpos) and within Tags, too: image I'm running Eclipse 2024-06 and those plugin versions image S/4 Hana on-premise is version SAP-Basis 7.57 SP2.

Do I miss the obvious? Anything I've got to upgrade or any switches I've to enable?

stockbal commented 1 month ago

Hi @MichiFr,

did you install the ABAP parts for each plug-in in your system?

MichiFr commented 1 month ago

Yes, I did. At least the screenshot about installed components in Eclipse claims, those are installed. Or do I misunderstand the prerequisites and need additional parts on Eclipse side? image

stockbal commented 1 month ago

Those are only the parts for Eclipse, so the UI parts. There is currently no overview from Eclipse if the required ABAP part is installed. Please go into your system and check if the backend part is installed.

  1. Open abapGit in your ABAP system - transaction ZABAPGIT or program ZABAPGIT_STANDALONE
  2. Check if repository is fully installed

For ABAP Code Search it should look like this in abapGit image

If you are not familiar with abapGit, you can find the documentation how to install and use it here https://docs.abapgit.org. The links I posted in my previous comment are the ABAP repositories that you need to install with abapGit.

MichiFr commented 1 month ago

Ah thanks, that explains it!

We do have abapGit installed in S/4, so I will installed the backend parts of you plugins as well and see if this solves the "issue".

Thanks for your support!

stockbal commented 1 month ago

No problem. Do not forget to restart your eclipse after you installed the backend parts with abapGit.

stockbal commented 1 month ago

@MichiFr Is the issue resolved?

MichiFr commented 1 month ago

Hi, did not yet retried so far, sorry.