Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/abap-exercises-codejam
Material for CodeJams on SAP Business Technology Platform, ABAP Environment and ABAP RESTful Application Programming Model.
https://github.com/sap-samples/abap-exercises-codejam
abap abap-environment abap-restful codejam sample sample-code sap-codejam
Last synced: about 1 month ago
JSON representation
Material for CodeJams on SAP Business Technology Platform, ABAP Environment and ABAP RESTful Application Programming Model.
- Host: GitHub
- URL: https://github.com/sap-samples/abap-exercises-codejam
- Owner: SAP-samples
- License: apache-2.0
- Created: 2020-02-21T18:07:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T12:19:30.000Z (4 months ago)
- Last Synced: 2024-10-10T02:23:57.547Z (about 1 month ago)
- Topics: abap, abap-environment, abap-restful, codejam, sample, sample-code, sap-codejam
- Homepage:
- Size: 15.1 MB
- Stars: 82
- Watchers: 20
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeJam - ABAP Cloud, SAP Business Technology Platform, ABAP Environment & ABAP RESTful Application Programming Model
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/abap-exercises-codejam)](https://api.reuse.software/info/github.com/SAP-samples/abap-exercises-codejam)## Description
This repository contains the material for the CodeJam on ABAP Cloud, SAP Business Technology Platform, ABAP Environment & ABAP RESTful Application Programming Model. Prerequisites and recommendations for this CodeJam are documented in the [prerequisites](prerequisites.md) file.
### CodeJam overview
This CodeJam introduces attendees to ABAP Cloud, the SAP Business Technology Platform ABAP Environment, aka Steampunk and the ABAP RESTful Application Programming Model. Learn how to use proven and new technologies, such as Core Data Services (CDS) and behavior definition and implementation languages, to build SAP Fiori apps and OData services with the SAP BTP, ABAP Environment. In this hands-on experience, developers will create their first ABAP applications in the SAP BTP, ABAP Environment, expose and consume services via HTTP, and explore the ABAP RESTful Application Programming Model.
### Material organization
The material consists of a series of exercises. Each exercise is meant to be independent of each other so, attendees can potential pick and choose which exercise to work on. Each exercise is contained in a directory, with a main 'readme' file containing the core exercise instructions, with optional supporting files, such as screenshots and sample files.
### The exercises
Here's an overview of the exercises in this CodeJam.
- [Getting Started](exercises/ex0/)
- [Exercise 1 - Creating your first ABAP classes](exercises/ex1/)
- [Exercise 1.1 - Creating Hello World class](exercises/ex1#exercise-11-creating-hello-world-class)
- [Exercise 1.2 - SELECT data from a database table](exercises/ex1#exercise-12-SELECT-data-from-a-database-table)
- [Exercise 2 - Exposing and Consuming Services via HTTP](exercises/ex2/)
- [Exercise 2.1 - Expose an HTTP serivce in ABAP](exercises/ex2#exercise-21-expose-an-http-service-in-abap)
- [Exercise 2.2 - Consume an external HTTP service in ABAP](exercises/ex2#exercise-22-consume-an-external-http-service-in-abap)
- [Exercise 3 - Service Consumption Model](exercises/ex3/)
- [Exercise 3.1 - Create a Service Consumption Model Definition for an OData Service](exercises/ex3#exercise-31-create-a-service-consumption-model-definition-for-an-odata-service)
- [Exercise 4 - Build Fiori Apps with the ABAP RESTful Application Programming Model (RAP)](https://github.com/SAP-samples/abap-platform-rap100)## Requirements
The requirements to follow the exercises in this repository, including hardware and software, are detailed in the [prerequisites](prerequisites.md) file.
## Download and installation
These exercises assume that the Flight Reference Model is installed in your ABAP system. For more information on the Flight Reference Model and how to install it, please go [here](https://github.com/SAP-samples/abap-platform-refscen-flight/blob/master/README.md).
## How to obtain support
Support for the content in this repository is available during CodeJam events, for which this content has been designed. Otherwise, this content is provided "as-is" with no other support.
## License
Copyright (c) 2020 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.