Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 771 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 771 Bytes

sample-abap

ABAP sample backed by open-abap

Prerequisites: NodeJs 16+

Running unit tests

  1. npm install
  2. npm test

Transpiled javascript files are located in folder output

Running in Dirigible

  1. Publish project

  1. Refresh workspace - should appear dist folder with a single run.js file in it

  1. Select run.mjs from the dist folder and see hello world prinited in the console

You can change the ABAP source file src/zcl_hello_world.clas.abap and repeate the steps above.