Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Z Table Creating a serious problem

Former Member
0 Likes
1,114

Hi,

I have a z table that is allowed for customizing and changes but I am not able to add an entry

in that table via SM30 and also via menu of Table entries display in SE11 or SE16.

Please can you help why and how can i add an entry in this table.

Thanks

7 REPLIES 7
Read only

Former Member
0 Likes
1,073

in se11, create a table maintenance generator for that table

[table maintenance|http://www.sdn.sap.com/irj/scn/advancedsearch?query=howtocreatetablemaintenance+generator]

by the way, what error are you getting, is the table active?

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,073

Please use proper subject for your threads.

Read only

Former Member
0 Likes
1,073

Hi,

please check once whether any table maintainence has been

created for that table ,If its created then check whether u have

authorization to maintain entries .

IF authorizaiton is exists then after changing the fields of the table

like adding or removing of fields is completed regenrate the screens in

the table maintainence generator .

Then u could maintain entries in the table.

If the table maintainence is not created then system would not be able to generate the screens for entry creation.

Infact the purpose of the table maintainence generator is it acts like a selection screen to input data.

Thanks

M.Naveen

Read only

0 Likes
1,073

First, check in se11, in Delivery & Maintenance Tab that Delivery/Maintenance Allowed is selected.

2nd, check if it is a View, and in that case: SE11, in Main.Status Tab, Access = Read & Change

Kind Regards

Nikos

Read only

Former Member
0 Likes
1,073

Hi,

While creating the Ztable from SE11,

In the DELIVERY AND MAINTAINENCE Tab,

In the Data Browser/Table view maintainence - You have to select Display Maintainence Allowed.

Then in the menu->From Utilities->Create Table Maintainence Generator.and there create it for your

table then after activating your table you will be able to create entries in your table from SM30.

Hope it helps

Regards

Mansi

Read only

Former Member
0 Likes
1,073

Hi,

First see if table maintenance has been created for this table. Since its a custom table we would have to do it manually.

Here are the steps to be followed for creating table maintenence for a custom table.

Go to SE11, give the table name and click on change.

Then Go to utilities--> Table maintenance generator.

In the table maintenance generator screen, we should give Authorization Group, Function Group name (Function Group name can be same as table name), Maintenance type can be one step or two step, usually we will create with one step. we should give maintenance screen number. After clicking on create button, a table maintenance generator will be created.

To check it go to SM30 . In SM30, we find display, Maintain options.

We can view the table contents by choosing Display and we can create table

entries by choosing Maintain.

Hope this helps.

Thanks,

harini

Read only

ThomasZloch
Active Contributor
0 Likes
1,073

Also make sure that you are trying in the development system, and check whether the client actually allows customizing changes (display T000 in SM30).

Thomas