ABAP Keyword Documentation → ABAP Glossary
static constructor
Constructor declared as a
static method under the name class_constructor
in the
public
visibility section of a
class. It is called automatically in an
internal session before the class is used for the first time.