Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.52 KB

File metadata and controls

42 lines (31 loc) · 1.52 KB

Application Details

Generation Date and Time
Fri Dec 09 2024 13:43:41 GMT+0000 (Coordinated Universal Time)
App Generator
@sap/generator-fiori-elements
App Generator Version
1.8.3
Generation Platform
SAP Business Application Studio
Template Used
List Report Page V4
Service Type
Local Cap
Service URL
http://localhost:4004/incident/
Module Name
incidents
Application Title
Incidents Management
Namespace
sap.fe.demo
UI5 Theme
sap_horizon
UI5 Version
1.108.0
Enable Code Assist Libraries
False
Enable TypeScript
False
Add Eslint configuration
False
Main Entity
Incidents
Navigation Entity
None

incidents

SAP Fiori Elements

Starting the generated app

  • This app has been generated using the SAP Fiori tools - Application Generator, as part of the SAP Fiori tools suite. In order to launch the generated app, simply start your CAP project and navigate to the following location in your browser:

http://localhost:4004/incidents/webapp/index.html

  • It is also possible to run the application using mock data that reflects the OData Service URL supplied during application generation. In order to run the application with Mock Data, run the following from the generated app root folder:
    npm run start-mock

Pre-requisites:

  1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)