ABAP Keyword Documentation → ABAP Glossary
public
Term in ABAP Objects. A public
component of a
class can be accessed at any point in which the class is known.
Objects can be created using a publicly instantiatible class at every point at which a class is known. The public
visibility section of a class is declared in its
declaration part using the statement PUBLIC SECTION
.