Skip to Content
0
Jan 17, 2011 at 03:28 PM

Make input field read only dynamically

1211 Views

Hello Experts,

I created an enhancement for a standard WD application and created post exit for WDDOMODIFYVIEW method.

There are multiple inputfields in layout. Some of which has their read_only property bound to a context attribute of type wdy_boolean , I was abel to make these fields read only using SET_ATTRIBUTE method.

There are some input fields which do not have the read_only property bound to any context attribute.

How to make such fields read only?

I can not create binding for these input fields since its a standard component and I can not modify the view.

Thanks,

Anubhav