Hello All
I am using XSODATA and xsjslib function to write the data into HANA DB Table. All works fine.
But I am not able to send any extra column of the table in the JSON message to the AJAX POST to XSODATA service.
Say, my entity has only 4 cols (A,B,C,D). If I send a JSON message with data for these 4 columns. It works fine. But nothing more than that.
In the XSJSLIB function, I am using a stored Procedure to insert records in to the table. The stored Procedure needs these 4 columns plus 2 extra fields, which will be captured in the input webpage.
Any suggestions on how to send the extra properties in the input JSON message to the XSODATA/xsjslib function? any other ideas are also appreciated.
Regards
Giri