ABAP Keyword Documentation → ABAP Glossary
friend
Term in ABAP Objects.
The additions FRIENDS
and
LOCAL
FRIENDS of the statement CLASS
define other
classes or
interfaces as friends of the class. This means that the friends are granted access to all the class components, regardless of the
visibility section
or the addition READ-ONLY
. In addition, friends of a class can create
instances of the class without restrictions.