cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a field documentation in a custom analytical query

Chris101
Discoverer
0 Kudos
102

Hi All,

I am trying to add in some field documentation into a custom analytical query report but failing to find any documentation on how to do this. Please see image below which shows what happens when I right-click => More field help. 

Chris101_0-1742550506167.png

This is powered by a custom CDS view and please see the reference below for the field and annotations.

The label annotation is working but the quick info is not at the moment.

 

@Aggregation.default: #SUM

@EndUserText.label: 'Not Invoiced Amount'

@EndUserText.quickInfo: 'Quick Info'

NetUnitPrice * (cast(RequestedQuantity as abap.int8) - cast((case when _ItemQtys.InvoicedQty is null then 0 else _ItemQtys.InvoicedQty end) as abap.int8)) as NotInvoicedAmount,

Accepted Solutions (0)

Answers (0)