Hello!
I was trying to troubleshoot an error for a time field, in the gateway service.
I am using Read method and in that structure, I have two Time fields, with type as EDM.DATETIME and ABAP Type as TIME.
I get the following error in the output.
<errorxmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>
CX_SY_CONVERSION_NO_NUMBER/995DB739AB5CE919E10000000A11447B
</code>
<messagexml:lang="en">
The argument 01:17:33 cannot be interpreted as a number
</message>
<innererror>
<transactionid>5390B5283A2911C0E10080000A1B0CAB</transactionid>
<timestamp>20140606134830.8257330</timestamp>
<Error_Resolution>
<SAP_Transaction>
Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details
</SAP_Transaction>
</Error_Resolution>
<errordetails/>
</innererror>
</error>
Can you please help.
Regards,
Pranay