cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori F4 help display attribute fields

0 Kudos
1,054

Hi,

I have implemented F4 help in my List report using annotation @Consumption.valueHelpDefinition in CDS view. F4 help has three additional columns(like attributes of the key). Now when I select a field from F4 help, it should update other attribute fields on the screen when key field is selected. e.g. On screen, I have a company code and Name field. When I use F4 on Company Code field, pop up screen display Company code and Name. Now on the selection of company code, the Name field should be populated in the Name field on the screen.

How we can implement this. Thank you.

View Entire Topic
0 Kudos

I am using CDS view and Fiori List Report. On-screen I have two input fields. The second field is a description of the value in the first field. Once we use F4, the text should get populated in the second field. Now, F4 pop up displays key and text, but on selection, it does not populate the second field with description. And this is not for just description, but I have more fields which are treated as a attributes of key fields.