SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

ABAP Global Class Creation

A Global ABAP Class is a reusable object-oriented programming unit defined in the ABAP Development Tools (ADT) that can be accessed across multiple programs and development objects within an SAP system. Developers use it to encapsulate logic, attributes, and methods in a single, centrally managed class that promotes reuse and clean code architecture. It is created and maintained using the ABAP Development Tools environment, following object-oriented ABAP principles.

Tutorials that teach this

Prerequisites

Concepts that build on this