Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likweitan/fiori-list-report-adobe-forms

Generate fragmented forms from Fiori List Report using unmanaged query (Custom CDS view)
https://github.com/likweitan/fiori-list-report-adobe-forms

abap-restful adobe-forms fiori-elements openui5 sapui5 ui5

Last synced: about 1 month ago
JSON representation

Generate fragmented forms from Fiori List Report using unmanaged query (Custom CDS view)

Awesome Lists containing this project

README

        

# Fiori List Report Page with Adobe Forms

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.

## Application Details

![image](https://github.com/user-attachments/assets/78920739-9982-4469-9dd6-47d922ea5b0f)

| |
| ------------------------------------------------------------------------------------------ |
| **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 |

## project bedrock

A 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)