Warm tip: This article is reproduced from serverfault.com, please click

How to write data processing logic on the server side along with SAP mobile development Kit

发布于 2021-02-17 17:37:23

There was a question about writing Odata logic, but so that it should be on the backend, and not on the mdk itself How can you write logic for SAP Odata to use in the mobile development kit?

Questioner
Сергей Беляков
Viewed
0
Johannes Schneider 2021-02-19 00:05:51

You can use the SAP Cloud SDK to connect to various SAP OData services from within your backend using either Java or JavaScript.

Please refer to the official documentation to learn more about the SAP Cloud SDK and for helpful insights and guides.