cancel
Showing results for 
Search instead for 
Did you mean: 

Need help regarding destinations in ui5 app (onPremise)

i064085
Advisor
Advisor
0 Kudos

I was trying out an poc and facing technical blocker . I have on premise fiori launchpad and

want to access the reusable ui5 component which is hosted on SCP-NEO, I was doing an poc with the following steps.

  1. I have deployed an ui5 app on ABAP system
  2. Created catalog in flp designer
  3. Created group in flp designer
  4. Using pfcg -> Created role and added catalog and group and maintained users

The ui5 app has http destination defined in neo-app.json file, when it got deployed to ABAP repo this file name was renamed to some guid

So where should I maintain this destination in ABAP so that it can communicate with the service in the cloud?.

When i launch the app , I am getting the following error(attached). In the url i could see guid~EFA34F1C3500CCB28E66DF7D3A842FA6~5 but don’t know where it was created

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

neo-app is for cloud platform, means nothing for abap server (on premise case)

i064085
Advisor
Advisor

so if an ui5 app deployed on ABAP server wants to consume an external resources what should be the mechanism, In cloud we can specify destinations for Html5 apps but i couldn't found an similar approach in on premise