ABAP Units in ABAP RESTful Programming Model

ABAP RESTful Programming Model, SAP Cloud Platform, SAP S/4HANA

Objective and Advantages of writing ABAP Units Setup and Creation of ABAP Unit Test Doubles In behavior implementation class, navigate to test classes section and type “test” and then press ctrl+space. Select “testClass” and press enter. Provide test class name. For our e.g. we will test class name as “ltcl_scarr”. As implementation methods for determinations, […]

Continue reading


Install ABAP Platform Developer Edition 1909 using VM and SUSE

ABAP Development, SAP Fiori, SAP HANA

This post is a guide to install “ABAP Platform Developer Edition 1909” from a VMWare virtual machine and using the LINUX SUSE distribution. Requirements System Tools Environment preparation Preparing the virtual machine We access the VMWare program and go to the option “Create a new virtual machine” We select the Linux image that we have […]

Continue reading


Receiving events from Dynamics 365 CRM using webhooks

SAP Cloud Platform Integration tools, SAP Process Integration

Introduction Starting with Dynamics 365 CRM 9.0 you can send data about events that occur on the Dynamics server to external applications like SCPI application using webhooks. Webhooks is a lightweight HTTP pattern for connecting Web APIs and services with a publish/subscribe model. Webhook consumers register webhook plugins about entity events. Dynamics will use these […]

Continue reading