cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy a simple Custom UI5 Application into hana cockpit Launchpad with only JSON data.

0 Kudos

Hi Experts,

How to delpoy a custom sapui5 application into HANA cockpit launchpad, the app consist only JSON Data instead of OData.

Regards,

Shafi

Accepted Solutions (0)

Answers (3)

Answers (3)

karthikarjun
Active Contributor
0 Kudos

Hi Shafi,

Whatever it is, If you deployed your project from webide to HCP. You can able to access your source code from ---> HTML5 Section.

SAP Web IDE Developer Guide

Thanks,

Karthik A

michal_keidar
Active Contributor
0 Kudos

Yes you can use Web IDE as Maksim suggested. Simply right-click your app and choose Deploy -> Deploy to SAP HANA Cloud Platform.

Then in the cockpit your app will appear under HTML5 Applications section.

More info: SAP Web IDE Developer Guide

Regards,
Michal.

former_member182372
Active Contributor
0 Kudos

webide? there is an option to delpoy to HCP.

register a destination and point to that destination from your json model

0 Kudos

Hi Maksim,

You are absolutely right.But how to point the JSON files, if i have multiple json files interrelated to my application.

Assume that, JSON files are in model folder of my application.So what should i mention as URL in destination..??

Regards,

Shafi

vijay_kumar49
Active Contributor
former_member182372
Active Contributor
0 Kudos

same folder level "model/fileName.json"

different folder "../fileName.json"