ABAP sample backed by open-abap
Prerequisites: NodeJs 16+
npm install
npm test
Transpiled javascript files are located in folder output
- Publish project
- Refresh workspace - should appear
dist
folder with a singlerun.js
file in it
- Select run.mjs from the
dist
folder and seehello world
prinited in the console
You can change the ABAP source file src/zcl_hello_world.clas.abap
and repeate the steps above.