Object Oriented ABAP Class visibility sections
In this article we will understand in detail about the ABAP Class visibility sections. In an ABAP class, you can have three visibility sections PUBLIC SECTION, PROTECTED SECTION, PRIVATE SECTION. There is no default visibility section. Hence, you must declare at least one of the three visibility section when defining ABAP Class. All components of […]
Object Oriented ABAP Class visibility sections Read More »
