cancel
Showing results for 
Search instead for 
Did you mean: 

Currency conversion Error in OData

07-27-2023 12:53 AM
prabukannans Participant
921 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I checked Data model entity Amount and Currency code field as 'Nullable',

Amount field = '0.00' and Currency code = '' (E.g. Empty).

I'm getting below error as,

"innererror" : {

"ErrorDetails" : [

{

"code" : "/IWBEP/CM_V4_COS/034",

"message" : "Amount formatting with currency failed",

"exception" : "/IWBEP/CX_V4_CONVERSION",

"@SAP__common.Severity" : "error"

},

{

"code" : "/IWBEP/CM_V4_COS/043",

"message" : "Currency does not exist",

"exception" : "/IWBEP/CX_V4_CONVERSION",

"@SAP__common.Severity" : "error"

}

]

}

Kindly provide exact solution for this issue.

Thanks in Advance!

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

bernhard_grusie
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Prabukannan,

you have tried to use null in the payload?

"<yourCurrField>" : null

Best regards

Bernhard