Hi ,
I am trying to write into SAP HANA tables using a stored procedure in OData.
Here i have create a simple SAP UI5 UI where users are entering a Date value.
Now when my date value is being captured in a variable in the javascript , i am able to see right value in debug mode.
But when it is trying to insert the same, i am getting error.
below screenshots are showing values in the variable. The value of date entered is Sep 16,2008.
When it is writing it in tables , i m getting the above error.
i m getting the error message as
The following problem occurred: HTTP request failed400,Bad Request,{ "error": { "code": "", "message": { "lang": "en-US", "value": "Syntax error at position 0."}}} -
Can you please help me out