cancel
Showing results for 
Search instead for 
Did you mean: 

Hide / Show fields in screen

former_member497277
Participant
0 Kudos

Hi!.

How can I desactive the right-click option in screen:

*'user's options':

  • hide/show fields of screen in a web dynpro?.

I don't want that users change the design of the web dynpro, and they hide the fields.

Thanks in advance.

Ana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ana.

Double click on your web-dynpro applicaiton. Then follow menu path - Web dynpro application -> test ->: execute in admin mode.

When you are in admin mode, right-click and you can set Admin properties to the UI elements.

Whichever UI you don't want user to make invisible, set the visibility to FINAL.

Then user will not get the option to make it invisible by doing a right click.

Another option you have is to create a configuration for your web dynpro application. That gives you a lot more options.

Answers (2)

Answers (2)

former_member497277
Participant
0 Kudos

Hi :

And, how I can transport this changes from development system to life system??

Thanks and regards.

Ana.

Former Member
0 Kudos

hi ana........

each and every ui element in webdynpro has a property called visibility.

bind this property to an attribute of type wdui_visibility.

at runtime pass value to this attribute as abap_true or abap_false for hidin or showing the fields.

---regards,

alex b justin