https://github.com/sap-samples/abap-platform-code-samples-standard
Collection of sample code to demonstrate ABAP for standard on-premise development.
https://github.com/sap-samples/abap-platform-code-samples-standard
abap gateway odata odatav2 odatav4 on-premise rap restful-abap-programming-model sample sample-code
Last synced: about 1 year ago
JSON representation
Collection of sample code to demonstrate ABAP for standard on-premise development.
- Host: GitHub
- URL: https://github.com/sap-samples/abap-platform-code-samples-standard
- Owner: SAP-samples
- License: apache-2.0
- Created: 2021-05-19T15:33:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:08:43.000Z (about 1 year ago)
- Last Synced: 2025-03-27T05:51:11.050Z (about 1 year ago)
- Topics: abap, gateway, odata, odatav2, odatav4, on-premise, rap, restful-abap-programming-model, sample, sample-code
- Language: ABAP
- Homepage:
- Size: 84 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://api.reuse.software/info/github.com/SAP-samples/abap-platform-code-samples-standard)
# ABAP Platform Code Samples for On-premise Systems
## Description
In this repository you will find several packages that contain the sample code of various blog posts.
### ABAP Cloud integration with Microsoft
### How to generate RAP BOs with custom entities
* Blog Post: [How to redefine RDS based OData services ?](https://blogs.sap.com/2021/12/08/how-to-redefine-rds-based-odata-services/)
## Requirements
This sample code can be deployed on a SAP S/4HANA system in packages that have the *ABAP language version*: **Standard ABAP**.
You have to create a package (e.g. `ZABAP_STANDARD`) beforehand in software component `HOME` without specifing a super package.
The code for each blog post / workshop is stored in a separate sub-package (for example `ZMS2`) of the super package `ZABAP_STANDARD`.
The repository uses folder logic **FULL**. That means that the content can only be imported into packages that have exactly the same name.
## Download and Installation
You can download this code and import it into an ABAP environment system using the report ZABAPGIT. Please be sure to have a package (e.g. `ZABAP_STANDARD` ) in the software component `HOME` without specifing a super package created beforehand.
## Known Issues
none
## How to obtain support
[Create an issue](https://github.com/SAP-samples//issues) in this repository if you find a bug or have questions about the content.
For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).
## Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).
## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.