ABAPer #

ABAPer is a browser-based IDE for SAP ABAP development. It runs at abaper.bluefunda.com — no installation required.

Connect to your SAP system directly from the browser. Retrieve, edit, save, and activate ABAP objects, run unit tests, check syntax, format code, manage transports, and browse GitHub repositories — all from one interface.

An AI assistant built into the editor can review your code, check S/4HANA compatibility, explain logic, suggest optimizations, and help write new objects.

Quick Start #

  1. Open abaper.bluefunda.com and log in
  2. Add your SAP system in the Explorer panel
  3. Press Ctrl+P to open an object by name
  4. Start editing — linting runs automatically

Documentation #

SectionWhat You Will Learn
Getting StartedLog in, connect SAP, open your first object
SAP ConnectionAdd systems, manage credentials, switch environments
Navigating ArtifactsExplorer, Search, packages, save/activate workflow
Offline DevelopmentLinting, transpiling, and syntax checks without SAP
AI AgentCode review, S/4HANA checks, explanations, custom prompts
GitHub IntegrationBrowse repos, import files, manage PRs
ArchitecturePlatform components, service topology, data flow
TroubleshootingCommon problems and solutions

Keyboard Shortcuts #

ShortcutAction
Ctrl+POpen object by name
Ctrl+NCreate new object
Ctrl+SSave to SAP
Ctrl+Shift+AActivate object
Ctrl+Shift+BSyntax check
Shift+Alt+FFormat code
Ctrl+Shift+RAI code review
Ctrl+Shift+4S/4HANA compatibility check
Ctrl+BToggle sidebar
Ctrl+JToggle bottom panel
Ctrl+LToggle AI panel

How ABAPer Differs from SE80 and Eclipse ADT #

FeatureSE80 / SAP GUIEclipse ADTABAPer
Runs in browserNoNoYes
AI code assistanceNoNoYes
Client-side ABAP lintingNoNoYes (abaplint)
ABAP-to-JavaScript transpilerNoNoYes
GitHub integrationNoNoYes
S/4HANA compatibility analysisNoLimitedYes (AI-powered)
Multi-system switchingManual logonsWorkspace per systemDropdown selector
No local installationSAP GUI requiredEclipse + ADT pluginsJust a browser