Skip to Content
0
Former Member
Oct 02, 2007 at 03:43 PM

Changing the property of UI element

37 Views

Hi all,

I have an UI element 'submit' of type button which is not enabled,

now i do some calculations and based on the output of the calculation i want to enable the button?

i found out the class CL_WD_BUTTON and method SET_ENABLED for this,

now how do i set the property for this ui element dynamically?

Thanks in advance.