ABAP Cloud Programming for Beginners and Professionals

Let’s code ABAP | RESTful Application Programming Model (RAP) | CDS | Virtual Elements

In this video we build a SAP YouTube Tutorials App with ABAP and the ABAP RESTful Application Programming Model (RAP). You learn how to insert data into a table through an executable ABAP class and how to create all required artifacts to build a Business Service. We customize the UI with metadata extensions and we extend the projection view with a Virtual Element to display thumbnails.

Get the Source Code:

SAP On-stack vs. Side-by-side extensibility

Extending SAP S/4HANA Cloud | Private Edition | Public Edition | BTP | Architectural Overview

In this video you get a architectual overview about SAP S/4HANA on-stack and side-by-side extensibility and which role the SAP Business Technology Platform (BTP) plays in this context. All you learn about the Private Edition of SAP S/4HANA Cloud is also applicable for SAP S/4HANA On-Premise. Furthermore you learn which programming models are available and you get some insight which development tools and programming languages you can use.

Cloud Foundry Environment in SAP BTP | Free Set Up | Full Guide

In this video we show you how you can set up your Cloud Foundry Runtime Environment in the SAP Business Technology Platform (BTP) for free.

ABAP Environment in SAP BTP | Free Tier Setup Guide

In this video we show you how you can set up your ABAP Environment in the SAP Business Technology Platform (BTP) for free. We use the Free Tier Pay-As-You-Go model and explain the advantages over a free trial account. You learn how to assign the required entitlements and how to create your ABAP Environment. Additionally you learn how to setup and use the Landscape Portal to start and stop your ABAP instance.

Eclipse for ABAP Developers | 2024 Installation and Programming | ADT, abapGit, BTP, Certificate

In this video we show you how you can install the latest Eclipse IDE release (2024-03) and the ABAP Development Tools that are required for ABAP Development. Then we connect Eclipse to the ABAP Environment in the SAP Business Technology Platform (BTP). Additionally we install abapGit, the git client that allows you to import and export ABAP objects between ABAP servers. We show you how to use abapGit to pull an ABAP sample application from Github and we fix the certificate error “HTTP error 421 occured: SSL handshake with github.com:443 failed: SSSLERR_PEER_CERT_UNTRUSTED (-102)”. Finally we create an ABAP package and we write an ABAP Class that outputs HELLOWORLD to the console.