Create entries option is disabled in SE11. Why?

2.9k Views Asked by At

Hi I am new to ABAP and I would like some guidance on how to create a table and also add the database items.

I created one transparent table. made data elements and domains for each field, I was given a warning error message stating: [Specify a client - specific application table] then it was saved and activated.

But when I go to Utilities --> TABLE CONTENTS --> there CREATE ENTRIES has been disabled. And on the Delivery and Maintenance tab, I have set Data Browser/Table View Maint. to Allow it.

I'm stuck and I am not able to select create entries. Is there another way to do this?

Ultimately, I am trying to enter the data into the database. And I keep getting the [Specify a client- specific application table] All help Greatly Appreciated…

SE11 Utilities Table Contents

edits made from comment

edits made from comments

Here I changed the order of my key fields and then I selected the Delivery & Maintenance tab verified Data Browser- Display/ Maintenance Allowed. Now the create entries drop-down is still inactive.

enter image description here

3

There are 3 best solutions below

1
Suncatcher On

You should change maintenance access level on Delivery and maintenance tab

enter image description here

to Maintenance allowed.

More than likely your current setup is Maintenance allowed with restrictions.

1
SMOORE On

I solved the issue. I kept receiving error messages about having a space in the field name section. After making those corrections I was able to select create entries from the drop-down menu.

0
Stephen On

You need to go to drop down menu GOTO >> TECHNICAL SETTINGS ()

Once on this screen Select your data class and size category.

Save this and activate your table.

You should no longer get the message "Specify a client - specific application table" and should be able to insert entries.