cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add a field documentation in a custom analytical query

Chris101
Discoverer
0 Likes
447

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 (1)

Answers (1)

Chuma
Active Contributor
0 Likes

Hello @Chris101 

Thank you for your question and the screenshot.

In S/4HANA Public Cloud, the multidimensional report that opens from Custom Analytical Queries doesn’t display @EndUserText.quickInfo in the More Field Help popover. For many custom or calculated fields, you’ll simply see “No Help Available.” The content of that popover depends on the report viewer, not just your CDS annotations. SAP Learning-Working with Multidimensional Reports    SAP Help Portal-EndUserText

What  you should do

With kind regards

Chuma