Hi All,
I have two fields in the screen.
For example : Field-1 : Material number (user can enter value)
Field-2 : Material Description (user cant enter value.. Output Only)
Whenever there is a change in the Field-1, corresponding Field-2 value should be display.
I don't have any other controls in the screen like buttons.
I know that, if there is a button in the screen then when the user press the button i can write the corresponding code there. But without any other control like... whenever there is a change in the field, the other field value should change.
How to achieve it?