cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CDS List Report - Display amount without currency code

Mohamed_Mukhtar
Active Contributor
3,064

Greetings expert,

I have a question regarding a Fiori list report generated from a CDS view. Specifically, I would like to know how to display only the amount by excluding the currency code .

The following annotations are used to display amount according to the corresponding currency format.

@Semantics.amount.currencyCode: 'Curr'
Amount, 
@Semantics.currencyCode
Curr,

If the annotation semantics.amount.currecnyCode : 'Curr' is removed the amount is displayed without considering currency format .

Regards

Mukhtar

Accepted Solutions (0)

Answers (2)

Answers (2)

vinayhospete
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi 16961

If you apply currency code annotation, then amount is formatted with currency code.

Without currency code, Amount is displayed in format choosen in FLP settings.

1 USD and 1 EUR cannot be shown without currency code. If you need to remove currency postfix and just apply currency format, each row will have different amount format and How will you differentiate amount ?

former_member156192
Discoverer
0 Kudos

Any one has an answer for this please ?