on ‎2024 Aug 14 5:41 PM
When I tried to create a new ABAP repository object in a SAP BTP, ABAP Environement system I got the following error message "No authorization to create objects in the system".
What can be the reason for this behavior?
Request clarification before answering.
The reason was that the system in question had the role of a Production System.
It had been created with the option
"is_development_allowed": false,Unfortunately you cannot check this from your ADT project settings.
But you can check the role that a system has when you open the About dialogue in the Admin Fiori Launchpad.
You can open the Fiori Launchpad of your system by right clicking on your project in ADT and choosing Properties.
Here you find the System URL.
And when clicking on your initials on the upper right corner
you are finally offered the About button where you can verify which system role your system has.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it is qa system, probably
you can only create object in dev system
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are right.
I just wanted to post the question together with an answer.
The tricky thing is however, how you can find out that it actually is a system that has the role of a production system, that means which has been created with the option
"is_development_allowed": false
But thanks for the fast reaction :-).
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.