ABAP Keyword Documentation → ABAP Glossary
static constructor
Constructor
that is declared under the name class_constructor
as a
static method in the
public
visibility section of a
class. Is automatically called in an
internal session prior to the first use of the class.