Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miggi92/odata-fw
OData ABAP Framework
https://github.com/miggi92/odata-fw
abap abapgit backend framework odata sap
Last synced: about 15 hours ago
JSON representation
OData ABAP Framework
- Host: GitHub
- URL: https://github.com/miggi92/odata-fw
- Owner: miggi92
- License: mit
- Created: 2022-06-02T15:27:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T17:15:02.000Z (1 day ago)
- Last Synced: 2025-01-30T18:24:45.288Z (1 day ago)
- Topics: abap, abapgit, backend, framework, odata, sap
- Language: ABAP
- Homepage: https://miggi92.github.io/odata-fw/
- Size: 2.02 MB
- Stars: 9
- Watchers: 0
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# odata-fw
> An abap odata framework.
![odata-fw Logo](./docs/public/odata_fw_logo_transparent.png)
[![GitHub license](https://img.shields.io/github/license/miggi92/odata-fw?style=for-the-badge)](https://github.com/miggi92/odata-fw/blob/master/LICENSE.md)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/miggi92/odata-fw?style=for-the-badge)
[![GitHub issues](https://img.shields.io/github/issues/miggi92/odata-fw?style=for-the-badge)](https://github.com/miggi92/odata-fw/issues)
![GitHub last commit](https://img.shields.io/github/last-commit/miggi92/odata-fw?style=for-the-badge)## Description
An OData ABAP Framework, that focuses on a easy and fast way to create OData Services in ABAP. Changes to the OData service are done in the code for data changes and in the customizing for model changes, no need to regenerate the service after changes.
Every entity has it own class, therefore every class can be reused in entities of other services.
It also reduces the mainly unused `CRUD` methods that the `SEGW` will create for every entity.
The purpose of this framework is to create a simple Odata service within a few minutes.
Every service that uses this framework can easy be extended.## Documentation
The documentation and how to use can be found under [Documentation](https://miggi92.github.io/odata-fw/)## Contributing
Comments and suggestions for improvements are welcome.
More details can be found at [Contributing](./CONTRIBUTING.md).
## License
Please see our [LICENSE](./LICENSE.md) for copyright and license information.
## Download & Installation
Pull the source code with [abapGit](https://github.com/abapGit/abapGit/) into your ABAP system. The latest abapGit build can be downloaded [here](https://raw.githubusercontent.com/abapGit/build/main/zabapgit.abap).
## Sponsors
![Sponsors](https://github.com/miggi92/static/blob/master/sponsors.svg)