SAP PUBLIC - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

public
Term in ABAP Objects. A public component of a class can be accessed at any point at which the class is known. In case of a public instantiation, objects can be created 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.