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.