Skip to content

iamSmallY/acs.aud.ext.launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acs.aud.ext.launchpad

Audit Management launchpad for custom development. Some technology you may want to know before starting:

Getting Started

Prerequisites

  • Node.js Version 16 or later

Setup

  • Clone this project
    .
    └── acs.aud.ext.launchpad
        ├── webapp
        └── ext-apps
            ├── zaud.audit.initiate.cust
            ├── zaud.audit.initiate.custmf
            └── ...
  • Adjust .env file for proxy. For detailed configurations, check ui5-middleware-simpleproxy
    UI5_MIDDLEWARE_SIMPLE_PROXY_BASEURI=<https://your.backend.host/sap>
    UI5_MIDDLEWARE_SIMPLE_PROXY_STRICT_SSL=false
    UI5_MIDDLEWARE_SIMPLE_PROXY_USERNAME=<User Name>
    UI5_MIDDLEWARE_SIMPLE_PROXY_PASSWORD=<Password>
    UI5_MIDDLEWARE_SIMPLE_PROXY_QUERY={"sap-client": <Your client>}

Start Launchpad

cd acs.aud.ext.launchpad
npm install
npm start

Advanced Topics

  • You can refer the Wiki for advanced topics.

About

Examples for custom development of SAP UI5 application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published