SAP PUBLIC - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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 generated by a publicly instanced class at every point at which a class is known. The public visibility section of a class is declared in its declaration section using the PUBLIC SECTION statement.