Hi Experts,
I am using a table control to display and edit internal table data with two fields 'Characteristic. and 'Value'. Here I want display provide the F4 for "Value" field based on field 'Characteristic' value. Suppose if 'Characteristic' is Material then F4 on 'Value' field should Material list and if Characteristic is date then F4 on value field should be date.
Characteristic | Value |
---|---|
Material | 12345678 |
Date | 05/06/1983 |
Could you please let me know how can I do this?