Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Z_AZURE_ABAPSDK contains dev. objects and therefore cannot be a main package #33

Closed
matt1as opened this issue Jan 25, 2019 · 4 comments

Comments

@matt1as
Copy link
Contributor

matt1as commented Jan 25, 2019

I'm trying to install ABAP-SDK-for-Azure, but keep running into this problem. I have checked that Z_AZURE_ABAPSDK is not a main package, so I don't know where this is coming from.

I've followed the guide ABAP SDK for Azure - Github.pdf but still get the below error.

Package Z_AZURE_ABAPSDK contains dev. objects and therefore cannot be a main package

Message no. PAK019

Diagnosis

The package Z_AZURE_ABAPSDK contains development objects (except subpackages and package interfaces) and therefore cannot be a main package.

Main packages can only contain subpackages and package interfaces as development objects.

@matt1as
Copy link
Contributor Author

matt1as commented Jan 25, 2019

I had the graph-support fork installed, and that places tables directly under the main package. I moved them into another package and now it's working. See PR #22

@matt1as matt1as closed this as completed Jan 25, 2019
@krdash
Copy link
Contributor

krdash commented Jan 25, 2019

Hello @matt1as - Mattias Thank you for letting us know the issue. Presently Graph API related code changes haven't been merged to the master branch and we will be merging the changes in master branch soon and as you correctly mentioned that there are some objects which are present in main package Z_AZURE_ABAPSDK and we need help from Gregor to transfer these objects from this package and put it in sub packages.
Hello @gregorwolf Gregor- request your help on this. Thanks, Krishna

@gregorwolf
Copy link
Contributor

I've moved the files into the correct subfolder.

@krdash
Copy link
Contributor

krdash commented Jan 25, 2019

Thank you @gregorwolf for your quick help on this. We have pushed these new changes to our staging branch and we will be merging the same to master branch after checking the conflicts in the code with master branch and some smoke testing. Thanks, Krishna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants