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.
User | Count |
---|---|
84 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.