sapdev logo background
sapdev logo sapdev logo
Comments

ABAP PUBLIC Statement syntax, information and example SAP source code



Return to Statement index



PUBLIC SECTION

Short Reference

ABAP Syntax PUBLIC SECTION.

What does it do? You can only use this statement in the declaration part of a class. It defines the public visibility section of the class class . All components of the class that are declared after the statement PUBLIC SECTION are accessible from outside the class, in their subclasses, and in the class itself as long as this permitted by the package concept . Public methods in particular can be redefined in subclasses.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




PROVIDE_OBSOLETE
PUT




comments powered by Disqus