I'm new to SAP BTP.
I have developed a HANA CDS cloud Application and connected a Fiori app with the CDS App. I must add some data from the SAP UI5 Fiori app to the HANA cloud. How to do a backend program for the Fiori app.
My project structure is as follows:
--CDS-My-APP >
---------------------app >
-----------------------------frontEndApp >
------------------------------------------------webapp >
-------------------------------------------------------------controller >
----------------------------------------------------------------------------view1.controller.js
-------------------------------------------------------------view >
----------------------------------------------------------------------view1.view.xml
--------------------db >
----------------------------csv>
----------------------------------userDb.csv
----------------------------------employDb.csv
----------------------------cap-module.cds
---------------------srv >
----------------------------cap-service.cds
----------------------------cap-service.js
how to do?
I have a form in view1.view.xml file.
Do it from the backend.
Request clarification before answering.
if you are using cap, normal crud is already done, you just have to call it from frontend.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no test data, need to add actual data to the entities from the SAPUI5 form. i.e. Process the data from in the SAPUI5, but add it only from the node.js file in the CDS app.
Also add some data like, uploaded an Excel file, I processed the Excel data in the SAPUI5. So, I have the Excel data. But I have to add the Excel data to the entity from the node.js file in the cds project.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.