cancel
Showing results for 
Search instead for 
Did you mean: 

Building Fiori apps for SAP Business one.

0 Kudos

Dear Gurus,

am wondering if its possible to create fiori or sapui5 apps and connect them to sap business one which is running on sap hana. If yes, could someone shed some light on what to use as backend platform.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197733
Contributor
0 Kudos

You can also use the templates on Web IDE and later export them to your HANA package (or run it directly from SCP)


Here is a sample exercise

mkraus92
Explorer
0 Kudos

Hi James,

there is a great tool in SAP Business One for HANA, the Service Layer. It is a RESTful oData Service which allows communication via CRUD Calls with Business One.

The Standard address for it is https://yourhanamachineip:50000

If you want to use it with XSJS use this tutorial: https://github.com/B1SA/workshop

If you want to use it with the SAP Cloud Platform - Neo Environment you can consume it with ajax calls if you installed the SAP Cloud Connector.