Hi Experts,
We have built a CAP CDS model and used it for my List report. The expectation is that selection fields should have Description along with the Key field populated when the selection is done.
In CAPM I am always getting only Key Field selected in the Selection Field.
Eg. Key - 1000, Description - Properties. Only 1000 gets populated in Selection screen
In ABAP CDS Annotation, we use to achieve this using ObjectModel annotation.
@ObjectModel.text.element: ['Description']
Key,
Table.Description as Description
The end result in this case would be Description (Key) in the selection field
Can you let me know how to achieve this in CAPM
Thanks,
Dinesh