Understanding ABAP Cloud SELECT Syntax Changes

This is a short post to see how select works on ABAP Cloud Environment, although it mostly remains the same but there few small changes which every ABAPER should be aware about The main difference is introduction of the keyword called FIELDS , so either you specify your fields in the with the SELECT keyword … Continue reading Understanding ABAP Cloud SELECT Syntax Changes

ABAP on Cloud Exception Handling

Exceptions are way to communicate that something went wrong. An exception is a problem that arises during the execution of a program. When an exception occurs the normal flow of the program is disrupted and the program application terminates abnormally, which is not recommended, therefore these exceptions are to be handled. ABAP exception handling is built upon … Continue reading ABAP on Cloud Exception Handling

Understanding Steampunk: An Overview of ABAP PaaS

What is steampunk ? Steampunk is nothing but ABAP Platform-as-a-Service or ABAP PaaS. The main Steampunk properties are:1. A dedicated stable public interface between platform and solutions on top, ensuring upgrades without hiccups. 2. An enterprise-ready environment for Cloud development, including a new ABAP language version and the ABAP RESTful Application Programming Model (RAP),3. A … Continue reading Understanding Steampunk: An Overview of ABAP PaaS

Understanding ADBC: Dynamic Database Connectivity in ABAP

ADBC ADBC methods enable the transmission of database-specific SQL commands to a database system and facilitate processing of the results for establishing and managing database connections. While Native SQL statements provide solely static access to the Native SQL interface, ADBC allows for an object-oriented and dynamic approach to access. ABAP Database Connectivity (ADBC) is an … Continue reading Understanding ADBC: Dynamic Database Connectivity in ABAP