This file follows the cross-tool AGENTS.md convention and is the single agent instruction file of this repository — Claude Code reads
AGENTS.mdnatively, there is no separateCLAUDE.md.
An SQL console in the browser, built with abap2UI5 — no Eclipse or SAP GUI needed.
Language: English — all code, comments, commit messages, PRs, issues and documentation must be in English.
| Package | Content |
|---|---|
src/abap/ |
The app (z2ui5_sql_cl_*), Open-SQL query path |
src/native/ |
Native-SQL/ADBC path (zcl_2ui5_native_*, zcl_association_processor), derived from ZTOAD |
Installed alongside via abapGit; declared in the abaplint configs:
- abap2UI5
- popups
- custom-controls —
z2ui5_cl_cc_spreadsheet
This is a developer tool. It runs the SQL the user enters, without an authorization check of its own; the native path uses ADBC and therefore bypasses ABAP authorizations and client separation. Before using it beyond a development system, add your own authorization checks and restrict who may run the app. See the README Todo — authorization checks and full ABAP Cloud readiness are still open.
Follows the abap2UI5 core conventions (see its
AGENTS.md): Clean
ABAP with backtick string literals and string templates (|…{ }…|). The
src/native/ classes are ZTOAD-derived and keep their own style
(errorNamespace in abaplint.jsonc is loosened for them, with check_syntax
excludes for their test doubles).
Run npx abaplint before considering changes complete (config abaplint.jsonc,
0 issues expected on the standard config). CI:
ABAP_STANDARD— lint against Standard ABAPABAP_CLOUD— lint against ABAP Cloud; thesrc/native/ADBC/DDIC code is not ABAP-Cloud-ready, so this check has known findings thererenaming(rename_test.yaml) — namespace-rename checkbuild_rename— manual workflow that pushes a namespace-renamed branchrename_<name>for a parallel install
There is no 702 downport (the native code uses APIs unavailable at 7.02).
All .abap/.xml/config files are LF-only (.gitattributes enforces it).