Skip to content

ABAP Documentation

Look up SAP help for any ABAP keyword directly in VS Code, without leaving the editor.

How to Use

  1. Open an ABAP file in the editor.
  2. Place your cursor on the keyword you want to look up (e.g., SELECT, LOOP, MODIFY).
  3. Press F1 — the SAP documentation for that keyword opens immediately.

Alternatively, run ABAP FS: Show ABAP documentation from the Command Palette (Ctrl+Shift+P).

What to Expect

  • The help content is context-sensitive: it reflects the keyword under the cursor.
  • Documentation is fetched from SAP's official help portal and displayed inside VS Code.