abap-turtle-graphics
abap-turtle-graphics copied to clipboard
Interactive editor with preview
Simple way: write a report which downloads the result to a file at the end. Then you can open it in a browser, make changes, rerun report, refresh browser, rinse, repeat.
A more sophisticated way: Make a GUI with a splitter - textbox on one side and a browser on the other.
- Write ABAP to the textbox on the left
- Compile it dynamically when a button is pressed
- Show result in the browser on the right