abap2UI5/app
oblomov-dev 20500bd40a
Some checks failed
build_downport / build_downport (push) Has been cancelled
build_frontend_classic / build_frontend_classic (push) Has been cancelled
build_frontend_cloud / build_frontend_cloud (push) Has been cancelled
Update README.md (#1564)
2024-11-22 07:50:28 +01:00
..
webapp enable toggle debug popup (#1563) 2024-11-22 07:38:36 +01:00
.gitignore New frontend test (#1466) 2024-10-01 00:25:48 +02:00
package-lock.json update (#1521) 2024-10-27 15:52:08 +01:00
package.json update (#1521) 2024-10-27 15:52:08 +01:00
README.md Update README.md (#1564) 2024-11-22 07:50:28 +01:00
ui5-local.yaml New frontend (#1468) 2024-10-01 18:34:44 +02:00
ui5-mock.yaml New frontend (#1468) 2024-10-01 18:34:44 +02:00
ui5.yaml New frontend (#1468) 2024-10-01 18:34:44 +02:00

abap2UI5

Frontend stored in folder App

git clone https://github.com/abap2UI5/abap2UI5
cd app

Replace the backend with your abap system in all three files:

Code 2024-11-22 07 44 12

Develop & Test

Set the correct backend system in the yamls
Replace "/sap/bc/z2ui5" with your endpoint in the manifest

npm i
npm run start-noflp

This is the output in the terminal:

Screenshot 2024-11-22 at 07 45 55

Before PR

Transform UI5 App to stringified ABAP

npm run transform