Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)