- Downporting with abaplint
- Transpiling to JS with abaplint/transpiler
- Running on Node.js with open-abap
- Service exposing via express-icf-shim
- Browser Tests with Playwright
- Webpacking, Unit Testing...
npm run init
npm run build
npm run unit
npm run express
npm run init_play
npx playwright install --with-deps && npm i
npx playwright test
- Clone repositories into /src/
- Downport /src/ into /downport/
- Transpile with express-icf-shim into /output/
- Webpack backend + frontend + database into folder build
npm run webpack:build
Backend Running in Browser https://abap2ui5.github.io/web-abap2ui5-samples/
- abaplint, open-abap, express-icf-shim etc. all by larshp