cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web IDE : Create multiple view via SAP Web IDE

Former Member
0 Kudos

Hello Experts,

I am beginner level in sapui5 and SAP web IDE.

I have created the SAPUI5 application into SAP HANA Cloud platform Web IDE and its working fine.

I need to know how to create other view into the existing project.

Many Thanks,

Mithun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mithun,

In order to create new view you need to select the view folder--> right click --> New --> Component

Then in the wizard :

  • Select SAPUI5 View
  • Select the application type (Mobile or Desktop), View Type (JS,XML etc) and the view name
  • Click next and then finish


2 files will be created under the view folder, one for the view and one for the controller


More info can be found here:

SAPUI5 SDK - Demo Kit


Thanks ,

Ran.