1

I seek a solution to switch from NEO environment to SAP Cloud Foundry. At the moment the structure of the NEO project looks like this

image1

neo-app.json

image2

​Could you tell me a solution for the migration? Thank you very much, bye

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
Mary
  • 11
  • 1

1 Answers1

0

Basically you need to export destination from NEO and then consume it in BAS, which is a IDE for CloudFoundry apps.

  1. Firstly you go to the NEO app and export destination

enter image description here

  1. Secondly you create project from template in SAP BAS and consuming your destination

enter image description here

Check this blog for more details, it describes SAPUI5 app, but it will be no difference for Angular.

All the credits for images goes to the above blog.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90