larshp / ABAP-Swagger

Expose ABAP REST services with Swagger/openapi spec
MIT License
97 stars 40 forks source link

Installing Issues - Objects not created #38

Closed andreash1027 closed 6 years ago

andreash1027 commented 6 years ago

I need this repo primarily to use abapgitserver.

I have issues when trying to clone the Swagger Repo via AbapGit. The objects are not created in the system.

image

The download completes without a problem, also there are no exceptions thrown in the debugger.

image

Other repos, like ABAP2XLSX, were successfully installed in our system.

Is there any setting or naming convention to follow?

Following solutions were tested:

larshp commented 6 years ago

try copy pasting the classes manually and see what happens

andreash1027 commented 6 years ago

I was able to copy the classes and transformation and to activate them.

Now I had the same issue for the AbapGitServer.

I tried the package name "ZABAPGITSERVER" as well as "$ABAPGITSERVER", both did not work.

But after clicking on "reset local" the program asked me to overwrite one object (the package) and now tried to activate all of the repo's objects.

So, the workaround seems to reset the local after importing the repo.

andreash1027 commented 6 years ago

Since I was able to import the repository into another system, I assume that either the settings of my first system are bad or that it was a handling error on my side. Thus the issue can be closed.