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: 

Hide Fields in Z table

Former Member
0 Kudos

HI,

I have created one Z table with four fields. Now I do not want to allow user to enter value in one field and in rest of the fields he can enter it. Either that field must be hidden to him or is restricted.

How can i do this.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you created table maintenance generator,

- Go to se54

- Type the table name and select Generated objects

- Go to overview screen and click on screen no.

- That will take you to Screen painter.

- Go to layout

- Double click on the field for which you want to restrict entry

- On the screen painter attributes window, Click on program tab

- Select 'Not possible' for input from the drop down menu.

3 REPLIES 3

Former Member
0 Kudos

If you created table maintenance generator,

- Go to se54

- Type the table name and select Generated objects

- Go to overview screen and click on screen no.

- That will take you to Screen painter.

- Go to layout

- Double click on the field for which you want to restrict entry

- On the screen painter attributes window, Click on program tab

- Select 'Not possible' for input from the drop down menu.

Former Member
0 Kudos

Hi,

have you created table maintenance for that table, if so it will generate program in the function group you have given, in that function group go the table maintenance screen make change the field properties to output only.

reward if needful.

Thanks,

Sreeram.

Former Member
0 Kudos

Authorization checks can be put on the access of the table while coding. If looked from the semantic point of view the field should have a single value or different values else there is no point of it being there, so you can assign value tables for the same or link it to a different field in another table so that it takes only selected values as input.