Programming (11)

What is Different with the New ABAP Debugger?

The Classic ABAP Debugger loads in the same session as the program. This poses certain technical challenges for debugging ABAP programs.

How to Create a Database Table with SQLScript

Let’s talk about the most important object type in a SQLScript database—the database tables.

How to Manage a Third-Party CRM with SAP Integration Suite

To streamline integration in hybrid and multicloud environments, SAP Integration Suite can be leveraged as a single platform for managing your APIs...

A Look at SAPUI5 Control Structure

Each control in SAPUI5 has the same code structure. This structure is shown in the skeleton code below.

What Is Modeling for SAP HANA?

To design models in SAP HANA, you'll require a thorough understanding of the essential keywords used most often during design time, such as the...

SQL vs. SQLScript: What’s The Difference?

Although they sound similar, SQL and SQLScript have different functions. Both are beneficial when working with SAP HANA. In this blog post, we’ll...

What Is SFLIGHT and the Flight and Booking Data Model for ABAP?

SAP's flight and booking data model exists in every ABAP system. It’s used in the ABAP documentation and training provided by SAP. This blog post...

How to Call R Functions from SAP HANA

R functions can be called from SAP HANA using a stored procedure with the RLANG language. Specific R codes to be executed are written within this...

What Are the Capabilities of SAP Integration Suite?

SAP Integration Suite allows businesses to easily share and exchange valuable data with both internal and external stakeholders.

The CASE Statement in ABAP

The CASE statement in ABAP provides the ability to handle different situations in a clean and organized way.