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:
How to make HTTP Requests to External APIs with ABAP | URL Method and Communication Arrangement
In this video you learn how to make HTTP Requests to External APIs in ABAP. We will cover three approaches, the HTTP Communication via URL, the HTTP Communication via Communication Arrangement and the HTTP Communication via Destination Service. Since the last one is deprecated we implement just the first two live in this video in the SAP BTP ABAP Environment.
Get the ABAP Communication Handler:
Create and Deploy SAP Fiori App to ABAP Environment in SAP BTP | Load Mode | IAM | Business Catalog
In this video we create a SAP Fiori app based on an OData V4 service that we created in the Video “Let’s Code ABAP, Restful Application Programming Model” We customize this YouTube Tutorials app to automatically load the data from the database and to display it in the UI once the app is launched. And then we will deploy the App to the ABAP Environment in SAP BTP and create an IAM App and a Business Catalog for it. The Tools and services we are going to use in this video are BAS, the SAP Business Application Studio and Eclipse.
ABAP JSONPath | Parse and query JSON strings with ABAP | Learn how we built it
In this video we build an ABAP JSONPath class that allows you to parse and query nested json objects..
Get ABAP JSONPath:
SAP Communication Arrangement and ABAP Client | Outbound Calls with Authentication | Global Tax
In this video we show you how to setup a SAP communication arrangement to make outbound calls to external apis that require authentication and to call these APIs with ABAP. We demonstrate this live to you in a real world example, the Global Tax ABAP client, that requests global indirect tax rates from “Global Tax as a Service” which is our backend service that runs in the Google Cloud. Eventually you will see how you easily can convert the received data with ABAP JSONPath into data formats that can directly be used in S/4 Hana or in SAP BTP.
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.