Skip to Content
0
Nov 22, 2021 at 04:33 PM

SAP CAPM List Report Selection Fields with Description

460 Views Last edit Nov 22, 2021 at 04:36 PM 2 rev

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