SAP CONSTRUCTOR - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

constructor
A special method in a class that sets a defined initial value for the status ( attributes) of the class or its objects. There is an instance constructor for instance attributes and a static constructor for static attributes. The constructors always exist implicitly but nevertheless must be declared explicitly for separate implementations. Special constructor expressions also exist.
ABAP_MORE_INFO