cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert data after editing from sap ui5(FrontEnd) to SAP HANA Database(Backend)...??

Former Member
0 Kudos

Hello

I want to insert data in to hana database from (front end )sap ui5. I need to send JSON containing data . How I can send and do operations in XSJS service ,?

Accepted Solutions (0)

Answers (1)

Answers (1)

saivellanki
Active Contributor
0 Kudos

Hi Kapil,

Did you check these SCN topics -



SAPUI5 and HANA Cloud DB | SCN

Regards,

Sai Vellanki.

Former Member
0 Kudos

Hi Sai,

Yes I checked. !

My requirement is like:

I have a form which contains editable text fields. So, after editing i need to send all data in json format to backend. In backend XSJS will retrieve the JSON which I will pass in URL as JSON Parameter through ajax.

After fetching data in XSJS need to insert.

I am facing problem over here is how i can send data to XSJS of JSOn data.