Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorwolf/zbpservice
Business Partner OData Service
https://github.com/gregorwolf/zbpservice
Last synced: 29 days ago
JSON representation
Business Partner OData Service
- Host: GitHub
- URL: https://github.com/gregorwolf/zbpservice
- Owner: gregorwolf
- Created: 2024-04-15T20:56:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T14:15:21.000Z (4 months ago)
- Last Synced: 2024-06-30T11:24:20.325Z (4 months ago)
- Language: ABAP
- Size: 897 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZBPSERVICE - Business Partner OData Service
The Business Partner OData service is a simple OData service that provides a query and read functionality for SAP Business Partners. So before you can use the service, you need to have some Business Partners in your system. You can create them in the SAP GUI transaction BP. The service allows to read, add and delete GOS attachments of the Business Partner.
## Content
- bp-cap - CAP implementation of the Business Partner OData service
- bp-freestyle - SAPUI5 Freestyle implementation of the Business Partner Application
- bp-lrop - SAP Fiori Elements List Report Object Page implementation of the Business Partner Application
- src - ABAP implementation of the Business Partner OData service. Can be installed in an ABAP system using [abapGit](https://abapgit.org)
- tests - REST Client tests for the Business Partner OData service## Execute the tests
Clone this repository to SAP Business Application Studio or a local System with VS Code and the REST Client Extension installed. Create a `.env` file in the `tests` folder with the following content:
```env
backend_url=http://.dest
backend_username=
backend_password=""
```Execute the tests by a click on the "Send Request" text that appears above the HTTP method in the REST Client files.