cancel
Showing results for 
Search instead for 
Did you mean: 

Cumulate @Consumption.semanticObject and @Semantics.amount.currencyCode annotations in CDS View

sdebeaulieu
Participant
0 Kudos

Hi,

When I cumulate semanticObject with currencyCode annotations in ABAP CDS View, the smart link disappears in FIORI list report application.

Example with both annotations :

    @Consumption.semanticObject: 'ZFI_GLASem'
    @Semantics.amount.currencyCode: 'CompanyCodeCurrency'
    @DefaultAggregation: #SUM
    @EndUserText.label: 'Balance'
    Balance, 

Example without currencyCode annotation :

    @Consumption.semanticObject: 'ZFI_GLASem'
    --@Semantics.amount.currencyCode: 'CompanyCodeCurrency'
    @DefaultAggregation: #SUM
    @EndUserText.label: 'Balance'
    Balance, 

Any chance / trick to solve that problem ?

Cheers,

Sev

Accepted Solutions (0)

Answers (0)