Programming (4)

Elements of the Java Programming Language

A program in Java isn’t described in colloquial language; rather, a set of rules and a grammar define the syntax and semantics. In this post, let’s...

Quick Python Troubleshooting Options

In this post, we’ll briefly describe several sources of information about Python that are pretty useful. These sources are all available in English.

How to Integrate Vector Graphics in a JavaScript Program

In addition to being able to draw pixel-based graphics via JavaScript using the Canvas API, you can also use JavaScript to create vector graphics.

ABAP Security Concepts

Database logical units of work (LUWs) and the bundling techniques used with an SAP LUW ensure that data is consistent at the end of a transaction.

Assigning Content to an SAP Launchpad Service Site

Once you’ve created an SAP Launchpad service site and all the different content providers, you’ll need to assign content to the site. This blog post...

Project Components in SAPUI5

Components are independent and reusable parts of an application. In SAPUI5, the following two types of components exist.

SAP BTP Q&A: Your SAP BTP Questions, Answered by the Experts

We recently asked you for some SAP Business Technology Platform questions to ask the authors of our introduction to the platform, and we received...

CDS Access Control Fundamentals for ABAP

CDS access controls are defined as CDS roles that leverage the data control language (DCL).

The SAP BTP Development Approach

This post will discuss the development approach you should follow for an SAP Business Technology Platform (SAP BTP)–based development, including the...

The Differences Between Git, GitHub, and GitLab

Git is an open-source version control program used by DevOps teams to handle small and large software development projects.