cancel
Showing results for 
Search instead for 
Did you mean: 

sapui5 application from eclipse to webide.

Former Member
0 Kudos

Hi Experts,

I want to import an sapui5 application created in eclipse kepler to sap webide. I don't have any idea how to export the application project using export and import. If anyone can suggest on this then it will be helpful.

Thank you,

Dhiraj

Accepted Solutions (1)

Accepted Solutions (1)

HPSeitz
Active Participant
0 Kudos

Hi Dhiray,

a very easy solution is, you archive the files in folder of your WebContent folder of your Eclipse Project.

then create a new project folder in SAP Web IDE and right click and import the zip file (here Archive.zip):

and select the zip file:

Done!

BR, HP

And additionally you need to create Application Descriptor File neo-app.json in the project root folder with following content:


{

  "authenticationMethod": "none",

  "welcomeFile": "index.html",

  "routes": [

  {

  "path": "/resources",

  "target": {

  "type": "service",

  "name": "sapui5",

  "entryPath": "/resources"

  },

  "description": " SAPUI5 Resources"

    },

  {

  "path": "/test-resources",

  "target": {

  "type": "service",

  "name": "sapui5",

  "entryPath": "/test-resources"

  },

  "description": " SAPUI5 Test Resources"

    }

  ]

}

Answers (2)

Answers (2)

SergioG_TX
Active Contributor
0 Kudos

you will need to install the cloud connector on your eclipse installation. then connect to your cloud system via your account. then after you develop on eclipse, you will need to do a synch so that you can upload those changes from eclipse to your HANA Cloud account

santhu_gowdaz
Active Contributor
0 Kudos

Hi Dhiraj,

Add UI5 Application to ABAP System,

Using the SAPUI5 Repository Based on BSP Repository - What's New in SAPUI5 - SAP Library

4 way you can import a project in web ide.

Export from web ide,

way 1.File->Import->Application From SAP UI5 ABAP Repository->Select your system and select your ui5 project.like this.

way 2.

Archive your ui5 project into Zip and import in webide like below.

Like this you can try with other 2 ways.