cancel
Showing results for 
Search instead for 
Did you mean: 

Container Input Value disable in Web dynpro

Former Member
0 Kudos

Hi

Need to disable the rootuicontainer element of a given view . (Input disable entire view property )

Need your suggestions .

Regards,

S.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Create a context attibute of type 'WDY_BOOLEAN' and bind the same attribute to "Visible" property of ROOTUIELEMENTCONTAINER.

And based on your requirement i.e  When You want to disable it, Set this attribute as true and vice versa.

For example:To set the visibility of button,Refer the link http://wiki.sdn.sap.com/wiki/display/WDABAP/Set+visibility+of+button+dynamically+in+Web+Dnpro+ABAP

Apply the same for your requirement.

Thanks

Katrice

ChandraMahajan
Active Contributor
0 Kudos

Hi,

Set the property of enabled to false to disable entire view. to do this dynamically, refer https://scn.sap.com/thread/1471958

Regards,

Chandra