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!