cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is the reason for getting the error message "No authorization to create objects in the system"?

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
1,394

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".

Andre_Fischer_0-1723653636843.png

What can be the reason for this behavior?

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

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.

Andre_Fischer_1-1723653984772.png

And when clicking on your initials on the upper right corner

Andre_Fischer_2-1723654088310.png

you are finally offered the About button where you can verify which system role your system has.

Andre_Fischer_0-1723653905831.png

 

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion
0 Likes

it is qa system, probably

you can only create object in dev system

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes

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 :-).