Frontend
The abap2UI5 frontend artifacts live in the app folder. To adjust them:
Setup
Open VS Code (or your editor of choice), then run in the terminal:
sh
git clone https://github.com/abap2UI5/abap2UI5
cd abap2UI5/appNext replace <<system>> in the three config files — ui5.yaml, ui5-local.yaml and ui5-mock.yaml — so they all point to your ABAP backend system:
Build & Test
If your HTTP service uses a different path, also replace /sap/bc/z2ui5 with your endpoint in the manifest. Then run:
sh
npm i
npm run start-noflpYou'll see output like this:
Before PR (Optional)
Convert the UI5 app to stringified ABAP:
sh
cd ..
npm run auto_app2abap