Skip to content

HexClan-dev/SAP-UI5-TODO-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Details

Generation Date and Time
Sat May 28 2022 19:14:42 GMT+0200 (Central European Summer Time)
App Generator
@sap/generator-fiori
App Generator Version
1.4.5
Generation Platform
Visual Studio Code
Floorplan Used
simple
Service Type
OData Url
Service URL
http://BackEnd-Host:50000/sap/opu/odata/SAP/ZTODOLIST_SRV/
Module Name
todoapp
Application Title
SAP UI5 TODO Application
Namespace
UI5 Theme
sap_fiori_3
UI5 Version
1.102.1
Enable Code Assist Libraries
False
Add Eslint configuration
False
Enable Telemetry
True

todoapp

SAP UI5 TODO Application

Starting the generated app

  • This app has been generated using the SAP Fiori tools - App Generator, as part of the SAP Fiori tools suite. In order to launch the App, simply run the following comands from the app root folder:
    npm install
  • To Start the FIORI App run the following command
    npm start

Pre-requisites:

  1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)
  2. Connect via a Back-End System (In this case i have connected via my SAP Trial System) - For this check the configuration in ui5.yaml file
    - name: fiori-tools-proxy
      afterMiddleware: compression
      configuration:
        ignoreCertError: false
        ui5:
          path:
            - /resources
            - /test-resources
          url: https://ui5.sap.com
          version: 1.102.1 
        backend:
          - path: /sap
            url: http://<SAP-system-host>:<50000|Your back-end port>

About

A Simple CRUD SAP UI5 Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published