cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect between hanatrial and UI5 application

Former Member
0 Kudos

Hello Experts,

I am following the steps in the below tutorial( For cloud foundry hanatrial service though).

https://help.sap.com/viewer/d4790b2de2f4429db6f3dff54e4d7b3a/Cloud/en-US/b30272edebe4426da53931a3e7f...

I understand how to bind hanatrial instance and application.

But I don't know how to access hanatrial database and set application to connect hanatrial.

I want to know how to connect between hanatrial and UI5 application. (Can we use Odata? I want sample applications that connect between hanatrial and UI5 application if you have.)

And I want to know how to access hanatrial database. (like HANA cockpit in Neo environment that we can see information for table and data)

Could you tell me the above two method?

agentry_src
Active Contributor
0 Kudos

What have you tried? Also can you provide more detail about the application you are trying to connect? It is not clear to me what you have in place and what is failing and how.

Also have you read the Cloud Foundry documentation (it does not mention HANA Trial, but might have some insight on connections to the UI5 application).

Regards, Mike

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Tomoyuki,

There are so many ways to achieve what you want.

Odata could be developed on top of:

  • plain Java with Olingo
  • ABAP with NW-Gateway

Or it could also be developed on top of HANA:

  • XSJS
  • XSOData
  • CDS

Here are some samples of odata creation in various ways:

Once you have your OData service you could develop something like this or this.