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

Regarding ztable.

Former Member
0 Likes
1,103

I have created a ztable, in which there are 8 fields , when other users tries to enter the data in table maintainance generator  , they should find only 4 fields , how to hide the other fields.

  Plz respond to my questn..

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
1,071

Create a maintenance view that has only the fields you want from your table. Use table maintenance generator on the maintenance view.

Please use a meaningful subject in future

10 REPLIES 10
Read only

gouravkumar64
Active Contributor
0 Likes
1,071

Hi,

Go to PBO of that TMG Program,

Within that, write within, loop at screen.

If username = .....and ...

Screen-invisible = 1.

screen-input= 0.

modify screen.

endif.

end.....

try like this,

Thanks

Gourav.

Read only

0 Likes
1,071

hw should i go to pbo , actually for se80 we dont have tables options , hw to go to pbo         

Read only

0 Likes
1,071

Hi,

From sm30 ,enter Your Ztable name,then In display/maintain mode, From menu (system>status>Go to screen & program).

Then Write program ,for user name You can use sy-uname.

Hope It helps.

Thanks.

Gourav.

Read only

0 Likes
1,071

no, its not getting.

Read only

Former Member
0 Likes
1,071

hi,

It can be achieved through following procedure:

1)  Go to Environment -> Modifications -> Maintenance Screens

2)  Click on u2018Element Listu2019 in the screen which appears.

3) A field can be made disabled by clicking the checkbox of the Input option of that particular field i.e. uncheck the checkbox of the respective field

4) you can enable the field using Environment -> Modifications ->Events

Read only

0 Likes
1,071

there is nothing modification, instead it has modification browser where maintenance screen is not present.

Read only

0 Likes
1,071

In the TMG you will find Environment -> Modifications -> Maintenance Screens

Read only

matt
Active Contributor
0 Likes
1,072

Create a maintenance view that has only the fields you want from your table. Use table maintenance generator on the maintenance view.

Please use a meaningful subject in future

Read only

Former Member
0 Likes
1,071

Hi,

It can be achieved through following procedure:

1)  Go to Environment -> Modifications -> Maintenance Screens

2) Click on Layout button & click change

3)click on filed which need to be hide and select Not possible from drop down

4) activate and then try to create entries.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,071

You can build a maintenance view for this table and use "H" (meaning hide) in maintenance view in column "P" for the fields which you do not want to display.