Audit Management launchpad for custom development. Some technology you may want to know before starting:
- UI5 tooling
- Setting up Visual Studio Code for UI5 development
- ui5-middleware-simpleproxy
- ui5-middleware-servestatic
- ui5-task-nwabap-deployer
- Node.js Versions v20.11.0, v22.0.0, or higher
- Clone this project
- acs.aud.ext/webapp/index.html is the lauchpad for testing.
- acs.aud.ext/ext-apps folder contains two sample apps.
. └── 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>}
cd acs.aud.ext.launchpad
npm install
npm start
- You can refer the Wiki for advanced topics.