In this repository you will find several packages that contain the sample code of various blog posts.
Blog Post: How to use side effects in RAP
This sample code can be deployed on a SAP BTP ABAP Environment system.
You have to create a package e.g. ZDMO_ABAP_CLOUD_SAMPLES_01
beforehand in ZLOCAL
.
You have to link this repository to this package.
The 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.
When you import the content into another package (e.g. ZMYDEMO) the subpackages will be named ZMYDEMO_001 accordingly.
You 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.
When 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.
Create an issue in this repository if you find a bug or have questions about the content.
For additional support, ask a question in SAP Community.
Copyright (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 file.