https://github.com/bigld/umdlpartner4
umdlpartner3
https://github.com/bigld/umdlpartner4
Last synced: 19 days ago
JSON representation
umdlpartner3
- Host: GitHub
- URL: https://github.com/bigld/umdlpartner4
- Owner: bigld
- Created: 2025-11-05T16:55:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-06T14:58:25.000Z (7 months ago)
- Last Synced: 2025-12-26T18:57:09.240Z (6 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Application Details
| |
| ------------- |
|**Generation Date and Time**
Wed Nov 05 2025 18:36:56 GMT+0100 (Central European Standard Time)|
|**App Generator**
@sap/generator-fiori-elements|
|**App Generator Version**
1.16.1|
|**Generation Platform**
Visual Studio Code|
|**Template Used**
List Report Page V4|
|**Service Type**
SAP System (ABAP On Premise)|
|**Service URL**
https://vhrdbws4wd01.sapcloud.redbull.com:44380/sap/opu/odata4/sap/y0_umdl_partner_ui/srvd/sap/y0sd_umdl_partner/0001/|
|**Module Name**
umdlpartner4|
|**Application Title**
App Title|
|**Namespace**
com.redbull.sb.umdlpartner4|
|**UI5 Theme**
sap_horizon|
|**UI5 Version**
1.120.28|
|**Enable Code Assist Libraries**
False|
|**Enable TypeScript**
False|
|**Add Eslint configuration**
False|
|**Main Entity**
Partner4|
## umdlpartner4
An SAP Fiori 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 generated app, simply run the following from the generated app root folder:
```
npm start
```
- 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)