cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

I have a smart field in my UI5 application which has value help which returns Key and Description. When using the F4 help the smart field gets updated with the chosen value say (key field). I have created a normal input field which needs to be updated with the description of the input selected by user.

How can I achieve this as I do not find any control over the OK button of the value help attached to the smart field.

Thanks,

Kabir

View Entire Topic
developerone
Contributor
0 Likes

Thanks for the response Sagarika.

The following annotation in my ABAP CDS view helped.

ObjectModel.updateEnabled: true

Regards,

Kabir