ABAP Dojo Online ABAP Editor

Online ABAP Editor

A real code editor for ABAP that opens in a browser tab: syntax highlighting, mistakes underlined as you type, and a link you can send someone. No SAP GUI, no Eclipse, no install.

Open this code in the editor →

What the editor gives you

Editing shortcuts worth knowing

Monaco's keybindings apply, so most things you already do in VS Code work here.

Shortcut Does
Alt + / Move the current line up or down
Ctrl + DSelect the next occurrence of the selection
Ctrl + /Toggle a comment
Alt + clickAdd another cursor
Ctrl + FFind and replace

On macOS use Cmd in place of Ctrl.

How this compares to the alternatives

Option Edit Lint Run Needs
ABAP Dojo Yes Yes Yes A browser
ADT in Eclipse Yes Yes Yes An SAP system + install
SE80 / SE38 Yes Yes Yes An SAP system + SAP GUI
abaplint playground Yes Yes No A browser
A plain text editor Yes No No Nothing

ADT and SE80 remain the right tools for real development. This is for the case where you do not have a system in front of you and want to check something now.

A note on privacy

Editing, linting and running all happen locally in the tab. There is no backend that could receive your code, which is the point if what you are pasting came from a customer system. The one place code does travel is the Share link, and that is your decision to make each time.

Open the editor →

Next: what the compiler supports · a practice path without an SAP system