Application Development 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: 

Data entry for Z... table

Former Member
0 Kudos

I created a table with 3 fields and want to maintain its data. I know that use SE54 and then SM30 to do that, but I got this error when I tried to maintain data in SM30.

View/table ZREGION can only be displayed and maintained with restrictions

Message no. SV792

Diagnosis

You tried to call a maintenance dialog for the view/table ZREGION, for which the table maintenance is only allowed with restrictions. You can only edit the data in the environment of another program or a view cluster.

Could anybody give me a step by step solution for a user table? Any replies are greatly appreciated!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi haitao,

i think the probelm lies in Table attributes..

In SE11 check the attributes of the table..

there are 2 list boxes..

in second listbox..

if it has display/maintain with restrictions..

just change it to display/maintain allowed..

hope it is the problem..

regards

satesh

3 REPLIES 3

Former Member
0 Kudos

Hi haitao,

i think the probelm lies in Table attributes..

In SE11 check the attributes of the table..

there are 2 list boxes..

in second listbox..

if it has display/maintain with restrictions..

just change it to display/maintain allowed..

hope it is the problem..

regards

satesh

Former Member
0 Kudos

Hi,

I think while generating the table maint, you have chosen the option.

Just relook at the Table maint, and change this property.

That should fix the problem.

Regards,

Ravi

Note : Please mark the helpful answers

0 Kudos

Thanks so much, it works!

Haitao