Skip to content

DevEpos/abap-qdrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abap-qdrt

ABAP Backend for UI5 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.
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

Installation

Install this repository using abapGit.

About

REST Backend for UI5 Quick Data Reporter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published