Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3575

Re: How to set the checkbox as readonly dynamically in abap webdynpro

$
0
0

Hi Sham,

 

Please use below code to set the check box as read only dynamically.

 

DATA : lo_checkbox  TYPE REF TO cl_wd_checkbox.

        lo_checkbox ?= view->get_element( 'CHECK'  ). " CHECK is you are UI element name

        lo_checkbox->set_read_only( abap_true ).


Thanks,

Prashanth


Viewing all articles
Browse latest Browse all 3575

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>