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