-
Notifications
You must be signed in to change notification settings - Fork 104
The use of Data Element /DMO/AGENCY_ID is not permitted. #33
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
Comments
Hello, The error you are getting indicates that you are not allowed to access the /DMO/ artifacts. This can happen if you have installed the /DMO/ content in a package that uses the language version "Standard ABAP". Or you are trying to consume the /DMO/ artifacts in a package that is not having "ZLOCAL" as the software component. Best Regards, Volker |
Hello Chris, |
It works now! Thank you for your support. In my case there was no LOCAL Package created yet. So I created one named $LOCAL and set up "Standard ABAP" as language version. After that I created my tutorial package in this $LOCAL package, so both (/DMO/FLIGHT and Tutorial Package) are on the same language version. As VolkerDrees already mentioned, I accidentally set up the /DMO/FLIGHT Package as "Standard ABAP" language version. Problem with that is that this Language version has waaaay less syntax restrictions as the "ABAP Cloud Development" language version. Sooo if you install the Flight data with this language version, you can't later access it through a package what is installed with the "ABAP Cloud Development" language version, due to high syntax restrictions. |
Hi @VolkerDrees , I am using ABAP Trail 2022 system. ![]() But there was another ztable created in same Zpackage yesterday for August CDS challenge activated with out any issue. |
Hello babu4abap, |
After importing and activating the packages this Error comes up in my ADTs when trying create a database table.
This message appears at every line where I try to use a data element of the flight package.
What's wrong?
The text was updated successfully, but these errors were encountered: