SAP PROTECTED - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

protected
Term in ABAP Objects. A protected component of a class can be accessed only by the class itself or by its subclasses. Only the class itself and its subclasses can create objects in the case of a protected instantiation. Here, friends of the class have the same rights as the class itself. The protected visibility section of a class is declared in the statement PROTECTED SECTION in the declaration section.