https://github.com/devepos/abap-qdrt
REST Backend for UI5 Quick Data Reporter
https://github.com/devepos/abap-qdrt
rest-api
Last synced: 11 months ago
JSON representation
REST Backend for UI5 Quick Data Reporter
- Host: GitHub
- URL: https://github.com/devepos/abap-qdrt
- Owner: DevEpos
- License: mit
- Created: 2020-08-13T14:09:51.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T14:05:10.000Z (about 3 years ago)
- Last Synced: 2025-06-04T01:52:46.360Z (about 1 year ago)
- Topics: rest-api
- Language: ABAP
- Homepage:
- Size: 143 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# abap-qdrt
ABAP Backend for [UI5 Quick Data Reporter](https://github.com/DevEpos/quick-data-reporter)
## Package overview
- **/src**
Miscellaneous objects that are needed for the service implementation
- **/src/srv**
Contains objects for the REST service
## REST service tests
The folder `/test/service` holds some service tests which can be executed via the VS Code extension [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).
The following settings need to be stored in the VS Code settings for the tests to work
```json
"rest-client.environmentVariables": {
"$shared": {
"sap_dev_server": "",
"sap_dev_user": "",
"sap_dev_pwd": ""
}
},
```
> NOTE:
> The test can only be executed if the repository was installed on the specified ABAP system
## Installation
Install this repository using [abapGit](https://github.com/abapGit/abapGit#abapgit).