{"id":23196827,"url":"https://github.com/likweitan/fiori-list-report-adobe-forms","last_synced_at":"2026-01-27T04:02:37.897Z","repository":{"id":253252103,"uuid":"842927856","full_name":"likweitan/fiori-list-report-adobe-forms","owner":"likweitan","description":"Generate fragmented forms from Fiori List Report using unmanaged query (Custom CDS view)","archived":false,"fork":false,"pushed_at":"2024-10-19T20:00:06.000Z","size":257,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T08:41:44.049Z","etag":null,"topics":["abap-restful","adobe-forms","fiori-elements","openui5","sapui5","ui5"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/likweitan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-15T12:10:18.000Z","updated_at":"2024-08-16T10:41:03.000Z","dependencies_parsed_at":"2024-08-15T14:57:15.958Z","dependency_job_id":null,"html_url":"https://github.com/likweitan/fiori-list-report-adobe-forms","commit_stats":null,"previous_names":["likweitan/fiori-list-report-adobe-forms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/likweitan/fiori-list-report-adobe-forms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likweitan%2Ffiori-list-report-adobe-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likweitan%2Ffiori-list-report-adobe-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likweitan%2Ffiori-list-report-adobe-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likweitan%2Ffiori-list-report-adobe-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/likweitan","download_url":"https://codeload.github.com/likweitan/fiori-list-report-adobe-forms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likweitan%2Ffiori-list-report-adobe-forms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28800927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap-restful","adobe-forms","fiori-elements","openui5","sapui5","ui5"],"created_at":"2024-12-18T14:26:41.373Z","updated_at":"2026-01-27T04:02:37.878Z","avatar_url":"https://github.com/likweitan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fiori List Report Page with Adobe Forms\n\nThis 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.\n\n## Application Details\n\n![image](https://github.com/user-attachments/assets/78920739-9982-4469-9dd6-47d922ea5b0f)\n\n\n|                                                                                            |\n| ------------------------------------------------------------------------------------------ |\n| **Generation Date and Time**\u003cbr\u003eThu Aug 15 2024 10:09:51 GMT+0800 (Malaysia Time)          |\n| **App Generator**\u003cbr\u003e@sap/generator-fiori-elements                                         |\n| **App Generator Version**\u003cbr\u003e1.10.1                                                        |\n| **Generation Platform**\u003cbr\u003eVisual Studio Code                                              |\n| **Template Used**\u003cbr\u003eList Report Page V2                                                   |\n| **Service Type**\u003cbr\u003eSAP System (ABAP On Premise)                                           |\n| **Service URL**\u003cbr\u003ehttp://appsrv62-eam.rizing.io:50000/sap/opu/odata/sap/ZSAC_UI_PO_HEADER |\n| **Module Name**\u003cbr\u003eproject1                                                                |\n| **Application Title**\u003cbr\u003eApp Title                                                         |\n| **Namespace**\u003cbr\u003ecom                                                                       |\n| **UI5 Theme**\u003cbr\u003esap_horizon                                                               |\n| **UI5 Version**\u003cbr\u003e1.114.9                                                                 |\n| **Enable Code Assist Libraries**\u003cbr\u003eFalse                                                  |\n| **Enable TypeScript**\u003cbr\u003eFalse                                                             |\n| **Add Eslint configuration**\u003cbr\u003eFalse                                                      |\n| **Main Entity**\u003cbr\u003ezsac_i_po_header                                                        |\n\n## project bedrock\n\nA Fiori application.\n\n### Starting the generated app\n\n- 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:\n\n```\n    npm start\n```\n\n- 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:\n\n```\n    npm run start-mock\n```\n\n#### Pre-requisites:\n\n1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikweitan%2Ffiori-list-report-adobe-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikweitan%2Ffiori-list-report-adobe-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikweitan%2Ffiori-list-report-adobe-forms/lists"}