on 2025 Mar 21 9:52 AM
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.
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,
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.