abap2UI5/app/README.md
2024-10-01 18:47:10 +02:00

22 lines
305 B
Markdown

## abap2UI5
Frontend stored in folder App
```
cd app
```
#### Develop & Test
Set the correct backend system in the yamls <br>
Replace "/sap/bc/z2ui5" with your endpoint in the manifest
```
npm i
npm run start
```
#### Before PR
Transform UI5 App to stringified ABAP
```
node trans/trans2abap.js
```