SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Declarations → Declaration Statements → Classes and Interfaces → CLASS →
CLASS - LOCAL FRIENDS
Syntax
CLASS class DEFINITION
LOCAL FRIENDS class1 class2 ...
intf1 intf2 ... .
Effect
This statement makes the local classes and interfaces class1 class2 ... and intf1 intf2 ... of a class pool friends of its global class class. At least one class or one interface must be specified.
This statement does not introduce a declaration part. It must not be ended with an ENDCLASS statement.
Notes