This repository contains an example implementation of a custom SAP OData service using the RESTful ABAP Programing Model (RAP). The service retrieves data based on the parameters provided in the OData request.
Generation Date and Time Thu Aug 15 2024 10:09:51 GMT+0800 (Malaysia Time) |
App Generator @sap/generator-fiori-elements |
App Generator Version 1.10.1 |
Generation Platform Visual Studio Code |
Template Used List Report Page V2 |
Service Type SAP System (ABAP On Premise) |
Service URL http://appsrv62-eam.rizing.io:50000/sap/opu/odata/sap/ZSAC_UI_PO_HEADER |
Module Name project1 |
Application Title App Title |
Namespace com |
UI5 Theme sap_horizon |
UI5 Version 1.114.9 |
Enable Code Assist Libraries False |
Enable TypeScript False |
Add Eslint configuration False |
Main Entity zsac_i_po_header |
A Fiori application.
- 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
- Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)