https://github.com/abap2ui5-apps/abap-sql-console
Quickly Run SQL Commands in Your Browser
https://github.com/abap2ui5-apps/abap-sql-console
abap abap2ui5 abapgit fiori open-source openui5 sapui5 ui5
Last synced: 2 months ago
JSON representation
Quickly Run SQL Commands in Your Browser
- Host: GitHub
- URL: https://github.com/abap2ui5-apps/abap-sql-console
- Owner: abap2UI5-apps
- License: mit
- Created: 2024-01-16T06:41:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T10:45:28.000Z (6 months ago)
- Last Synced: 2025-01-30T22:51:23.727Z (3 months ago)
- Topics: abap, abap2ui5, abapgit, fiori, open-source, openui5, sapui5, ui5
- Language: ABAP
- Homepage:
- Size: 99.6 KB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ABAP SQL Console
SQL Console in Your Browser – No Need for Eclipse or SAP GUI Installation#### Features
* Execute SQL commands
* Save query history
* Data preview#### Compatibility:
* BTP ABAP Environment (ABAP for Cloud)
* S/4 Public Cloud ABAP Environment (ABAP for Cloud)
* S/4 Private Cloud or On-Premise (ABAP for Cloud, Standard ABAP)
* R/3 NetWeaver AS ABAP 7.50 or higher (Standard ABAP)#### Required Projects:
* [S-RTTI](https://github.com/sandraros/S-RTTI)
* abap2UI5
* [js-libraries](https://github.com/abap2UI5-addons/js-libraries)#### Credits
* Logic for Query to ABAP SQL Translation used from [ZTOAD](https://github.com/marianfoo/ztoad), integrated by [choper725](https://github.com/choper725)#### TODO
* Extend the input-to-SQL translation
* Add authorization checks
* XLSX Export
* Fix ABAP Cloud Readiness#### Contribution & Support
Pull Requests are welcome! Whether you're fixing a bug, adding new functionality, or improving the documentation, your contributions are always appreciated. If you run into problems, feel free to open an issue.# Demo