Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
geetharani31
Explorer
0 Kudos

Working with SAP Business Application Studio

  1. start the SAP Business Application Studio.geetharani31_0-1706689455038.png

 

 

Create an SAP Fiori dev space with the name "UXDemo"

  1. Choose Create Dev Space.

  2. Enter UXDemo as Dev Space name.

  3. Choose SAP Fiori as the application type.

  4. Choose the Create Dev Space button.

geetharani31_2-1706689747220.png

geetharani31_3-1706689777194.png

Steps To Create the UI5 Project

Step 1: New Project from Template

geetharani31_4-1706691457262.png

Step 2: Select the SAP Fiori Application 

geetharani31_5-1706691597224.png

Step 3:Create an freestyle Application, Starting with Empty Page.

geetharani31_6-1706691666686.png

Step 4: Select The Data source and Service selection

geetharani31_7-1706691765098.png

Step 5: Entity Selection 

geetharani31_8-1706691802408.png

Step 6: Project Attribute Details

geetharani31_9-1706691841359.png

 

Step 7: Free style Application is Created.

geetharani31_10-1706691913994.png

 

Download the required project dependencies using command npm install.

  1. Select Terminal → New Terminal from the SAP Business Application Studio menu.

In the terminal window that appears, type npm install and press Entergeetharani31_11-1706692732991.png
geetharani31_13-1706692828240.png

Output 'Hello World' via the index.html Page in the Prepared SAPUI5 Project

 

  1. Open the index.html page in the editor.
    1. In the Explorer view of the SAP Business Application Studio, double-click webapp → index.html in the project structure
    2. Add a <title> tag as a child to the <head> tag and use it to set the title of the HTML page to "Exercise Application".

      Further, add a <div> tag as a child to the <body> tag and output "Hello World" over it on the HTML page.

Test run your application by starting it from the SAP Business Application Studio.

  1. Right-click on any subfolder in your Project
  2. select Preview Application from the context menu that appears.
  3. Select the npm script named start-noflp in the dialog that appears
  4. The application will now display in a new tab.

geetharani31_18-1706694302624.png

geetharani31_19-1706694337664.png

geetharani31_20-1706694533571.png

 

 

 

 

 

 

 

 

 

 

 

 

 

Labels in this area