ABAP Keyword Documentation →  ABAP Glossary → 

instantiation

Creation of an instance. Data objects as instances of data types are created implicitly when a context is loaded, or explicitly using CREATE DATA or NEW. Objects as instances of classes are only created explicitly using CREATE OBJECT or NEW.