‎2013 Apr 08 7:46 AM
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..
‎2013 Apr 08 8:35 AM
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
‎2013 Apr 08 8:11 AM
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.
‎2013 Apr 08 8:28 AM
hw should i go to pbo , actually for se80 we dont have tables options , hw to go to pbo
‎2013 Apr 08 8:58 AM
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.
‎2013 Apr 08 7:07 PM
‎2013 Apr 08 8:33 AM
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
‎2013 Apr 08 7:07 PM
there is nothing modification, instead it has modification browser where maintenance screen is not present.
‎2013 Apr 10 8:57 AM
In the TMG you will find Environment -> Modifications -> Maintenance Screens
‎2013 Apr 08 8:35 AM
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
‎2013 Apr 08 10:28 AM
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.
‎2013 Apr 09 4:14 AM
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.