ABAP Keyword Documentation → ABAP Glossary
Instancing
Creation of an instance.
Data objects as instances of
data types are created implicitly during loading of a
context, or explicitly with CREATE DATA
.
Objects as instance of
classes are only created explicitly with CREATE OBJECT
.