{"id":20484718,"url":"https://github.com/sap-samples/abap-platform-code-samples-cloud","last_synced_at":"2025-10-24T06:33:37.964Z","repository":{"id":37930541,"uuid":"368916369","full_name":"SAP-samples/abap-platform-code-samples-cloud","owner":"SAP-samples","description":"Collection of sample code to demonstrate ABAP for cloud development.","archived":false,"fork":false,"pushed_at":"2025-03-13T11:08:24.000Z","size":1490,"stargazers_count":19,"open_issues_count":1,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-27T05:51:09.630Z","etag":null,"topics":["abap","gateway","odata","odatav2","odatav4","rap","restful-abap-programming-model","sample","sample-code","sap-btp-abap"],"latest_commit_sha":null,"homepage":"","language":"ABAP","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}},"created_at":"2021-05-19T15:28:24.000Z","updated_at":"2025-03-13T11:08:28.000Z","dependencies_parsed_at":"2024-04-08T16:47:50.281Z","dependency_job_id":"e6c592e6-b3fd-44a6-8a18-85fb5e453da6","html_url":"https://github.com/SAP-samples/abap-platform-code-samples-cloud","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-platform-code-samples-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fabap-platform-code-samples-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fabap-platform-code-samples-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-samples%2Fabap-platform-code-samples-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP-samples","download_url":"https://codeload.github.com/SAP-samples/abap-platform-code-samples-cloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732509,"owners_count":21152851,"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","gateway","odata","odatav2","odatav4","rap","restful-abap-programming-model","sample","sample-code","sap-btp-abap"],"created_at":"2024-11-15T16:25:17.907Z","updated_at":"2025-10-24T06:33:32.928Z","avatar_url":"https://github.com/SAP-samples.png","language":"ABAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ABAP Platform Code Samples for SAP BTP, ABAP environment\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/abap-platform-code-samples-cloud)](https://api.reuse.software/info/github.com/SAP-samples/abap-platform-code-samples-cloud)\n## Description\n\nIn this repository you will find several packages that contain the sample code of various blog posts.\n\n### How to use side effects in RAP?\n\nBlog Post: [How to use side effects in RAP](https://blogs.sap.com/2023/02/23/how-to-use-side-effects-in-rap/)\n* [Code on Github](../../tree/main/src/001)\n\n\u003c!--\n### How to generate RAP BOs with custom entities  \n* Blog Post: [How to generate RAP BOs with custom entities ?](https://blogs.sap.com/2021/09/21/how-to-generate-rap-bos-with-custom-entities)  \n* [Code on Github](../../tree/main/src/rap_gen_cust_ent)\n\n### How to design managed RAP business objects with 3 or more levels of nodes\n* [How to design managed RAP business objects with 3 or more levels of nodes](https://blogs.sap.com/2022/02/18/how-to-design-managed-rap-business-objects-with-3-or-more-levels-of-nodes/)  \n* [Code on Github](../../tree/main/src/zrapcloud)  \n\n### How to dynamically get a list of the entities of a RAP Business Object (or how to traverse a tree)?\n* [How to dynamically get a list of the entities of a RAP Business Object (or how to traverse a tree)?](https://blogs.sap.com/2022/02/23/how-to-dynamically-get-a-list-of-the-entities-of-a-rap-business-object-or-how-to-traverse-a-tree/)\n* [Code on Github](../../tree/main/src/zrapcloud_tree_traversal)  \n\n### ABAP SDK for SAP Identity Services\n* [readme of the ABAP SDK](readme_abap_ids_sdk.md) \n* [Code on Github](../../tree/main/src/zdmo_abap_ids_sdk)  \n\n--\u003e\n\n## Requirements\n\nThis sample code can be deployed on a SAP BTP ABAP Environment system.   \n\nYou have to create a package e.g. `ZDMO_ABAP_CLOUD_SAMPLES_01` beforehand in `ZLOCAL`. \n\nYou have to link this repository to this package.\n\nThe code for each blog post is stored in a separate sub-package (for example `ZDMO_ABAP_CLOUD_SAMPLES_01_001`) of the super package `ZDMO_ABAP_CLOUD_SAMPLES_01`, that means the package uses **Prefix** folder logic.  \n\nWhen you import the content into another package (e.g. ZMYDEMO) the subpackages will be named ZMYDEMO_001 accordingly.  \n\n## Download and Installation\n\nYou can download this code and import it into an ABAP environment system using the ABAP GitCLient. Please be sure to have a package e.g. `ZDMO_ABAP_CLOUD_SAMPLES_01` in `ZLOCAL` created beforehand.\n\n## Known Issues\n\nWhen you try to import this repository into a ABAP environment trial systems it might happen that this import does not run smoothly if another user has already performed an import.\n\n## How to obtain support\n\n[Create an issue](https://github.com/SAP-samples/\u003crepository-name\u003e/issues) in this repository if you find a bug or have questions about the content.\n \nFor additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).\n\n## License\nCopyright (c) 2021 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap-samples%2Fabap-platform-code-samples-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap-samples%2Fabap-platform-code-samples-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap-samples%2Fabap-platform-code-samples-cloud/lists"}