cancel
Showing results for 
Search instead for 
Did you mean: 

Edit the input field in Web dynpro ABAP

Former Member
0 Kudos

Hi All,

I would like to edit input field with condition and sometimes in display mode Web dynpro ABAP.

Can you please suggest me?

Thanks......

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat,

Bind the read only property of that input field with context attribute. On the basis of your condition in code set this attribute value to true or false and this will solve your purpose.

Regards,

Neha

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Neha,

Is there any way to use cl_wd_input_field class for above scenario.....

Thanks.......