ABAP Backend for UI5 Quick Data Reporter
- /src
Miscellaneous objects that are needed for the service implementation - /src/srv
Contains objects for the REST service
The folder /test/service
holds some service tests which can be executed via the VS Code extension REST Client.
The following settings need to be stored in the VS Code settings for the tests to work
"rest-client.environmentVariables": {
"$shared": {
"sap_dev_server": "<url to abap system>",
"sap_dev_user": "<user in abap system>",
"sap_dev_pwd": "<pwd of abap system user>"
}
},
NOTE: The test can only be executed if the repository was installed on the specified ABAP system
Install this repository using abapGit.