SAP STATIC CONSTRUCTOR - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

static constructor
Constructor that is declared as a static method under the name class_constructor in the public visibility section of a class. It is called automatically prior to the first use of the class in an ABAP_ISESS .
ABAP_MORE_INFO