Private

Term in ABAP objects. A private component of a class can be accessed only by the class itself. Also, only the class itself can create objects of a class with private instances.

More