{"id":15148581,"url":"https://github.com/sap-samples/abap-exercises-codejam","last_synced_at":"2025-04-10T02:19:07.808Z","repository":{"id":41139659,"uuid":"242201389","full_name":"SAP-samples/abap-exercises-codejam","owner":"SAP-samples","description":"Material for CodeJams on SAP Business Technology Platform, ABAP Environment and ABAP RESTful Application Programming Model.","archived":false,"fork":false,"pushed_at":"2025-03-07T13:07:20.000Z","size":15810,"stargazers_count":98,"open_issues_count":3,"forks_count":49,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-10T02:19:00.212Z","etag":null,"topics":["abap","abap-environment","abap-restful","codejam","sample","sample-code","sap-codejam"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAP-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-21T18:07:52.000Z","updated_at":"2025-04-04T11:30:51.000Z","dependencies_parsed_at":"2024-02-21T22:28:50.255Z","dependency_job_id":"c55eee35-74d9-48e4-a862-a2d06989bcdc","html_url":"https://github.com/SAP-samples/abap-exercises-codejam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fabap-exercises-codejam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fabap-exercises-codejam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fabap-exercises-codejam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fabap-exercises-codejam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP-samples","download_url":"https://codeload.github.com/SAP-samples/abap-exercises-codejam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142906,"owners_count":21054672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap","abap-environment","abap-restful","codejam","sample","sample-code","sap-codejam"],"created_at":"2024-09-26T13:20:34.089Z","updated_at":"2025-04-10T02:19:07.785Z","avatar_url":"https://github.com/SAP-samples.png","language":null,"readme":"# CodeJam - ABAP Cloud, SAP Business Technology Platform, ABAP Environment \u0026 ABAP RESTful Application Programming Model\n[![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)\n\n## Description\n\nThis repository contains the material for the CodeJam on ABAP Cloud, SAP Business Technology Platform, ABAP Environment \u0026 ABAP RESTful Application Programming Model. Prerequisites and recommendations for this CodeJam are documented in the [prerequisites](prerequisites.md) file.\n\n### CodeJam overview\n\nThis 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.\n\n### Material organization\n\nThe 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.\n\n\u003c!---### Following the exercises\n\nDuring the CodeJam you will complete each exercise one at a time. At the end of each exercise there are questions; these are designed to help you think about the content just covered, and are to be discussed with the entire CodeJam class, led by the instructor, when everyone has finished that exercise.\n\nIf you finish an exercise early, please resist the temptation to continue with the next one. Instead, explore what you've just done and see if you can find out more about the subject that was covered. That way we all stay on track together and can benefit from some reflection via the questions (and answers).\n--\u003e\n\n### The exercises\n\nHere's an overview of the exercises in this CodeJam.\n\n- [Getting Started](exercises/ex0/)\n- [Exercise 1 - Creating your first ABAP classes](exercises/ex1/)\n    - [Exercise 1.1 - Creating Hello World class](exercises/ex1#exercise-11-creating-hello-world-class)\n    - [Exercise 1.2 - SELECT data from a database table](exercises/ex1#exercise-12-SELECT-data-from-a-database-table)\n- [Exercise 2 - Exposing and Consuming Services via HTTP](exercises/ex2/)\n    - [Exercise 2.1 - Expose an HTTP serivce in ABAP](exercises/ex2#exercise-21-expose-an-http-service-in-abap)\n    - [Exercise 2.2 - Consume an external HTTP service in ABAP](exercises/ex2#exercise-22-consume-an-external-http-service-in-abap)\n- [Exercise 3 - Service Consumption Model](exercises/ex3/)\n    - [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)   \u003c!--    - [Exercise 3.2 - IN PRROGESS](exercises/ex3#exercise-32-inprogress)  --\u003e\n- [Exercise 4 - Build Fiori Apps with the ABAP RESTful Application Programming Model (RAP)](https://github.com/SAP-samples/abap-platform-rap100)  \n\n\u003c!---\n### Feedback\n\nAt the end of this CodeJam, we would be really grateful if you could spend a minute providing us with your thoughts in this [feedback form](link). Thank you.\n\n--\u003e\n\n## Requirements\n\nThe requirements to follow the exercises in this repository, including hardware and software, are detailed in the [prerequisites](prerequisites.md) file.\n\n\n## Download and installation\n\nThese 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). \n\n\n## How to obtain support\n\nSupport 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.\n\n## License\n\nCopyright (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.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap-samples%2Fabap-exercises-codejam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap-samples%2Fabap-exercises-codejam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap-samples%2Fabap-exercises-codejam/lists"}