abapdotabapdeveloper-tools
来源资料待手动核验
REST Backend for UI5 Quick Data Reporter
ABAP Backend for UI5 Quick Data Reporter
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.