cancel
Showing results for 
Search instead for 
Did you mean: 

Destination details in HCP

former_member511960
Participant
0 Kudos

Hi Experts,

I have a requirement to get the destination details which got created in the HCP and i would like to achevice this by creating an custom UI5 cloud platform webide.

Can anyone suggest what is the way to achieve my requirement ? i have checked threads and blogs but i didnt find the relavant links.

KR,

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

richard-zhao
Employee
Employee
0 Kudos

Hello, Anil Form technical point of view. you need to expose a restful service or an OData service for UI5 to request. so the next question is how to provide a service to get HTTP destination information.

You can refer the link below to see how to get Http destination by using Hana XS project. thanks.

https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/06ca24043b0f4eb78cf39c6bc1d...

former_member511960
Participant
0 Kudos

Hi Richard & Iftah,

Thanks for the your inputs.

We have already created a destination which connects to the ABAP system and our requirement is to read the system id and client number of the destination and append them as parameter to the URL type tile which i have created.

Do we have any API to read the destination property at runtime and redirect the values to the tile ?

KR,

Anil

iftah_peretz
Active Contributor
0 Kudos

Hey,

You would need to somehow export the data from HCP to a JSON/OData format and then continue from there on SAPUI5.