SAP ABAP Message Class OO Message Number 614 (Maintain friendship to local classes in the local class include)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-CLA (Application Component) Class Builder
     SEO (Package) ABAP Objects Class Library Database Layer
Attribute
Message class OO  
Short Description Class Builder/API    
Message Number 614  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Maintain friendship to local classes in the local class include
Help Document

Friendship for local classes

You do not maintain friendships between local classes on the Friends tab of the Class Builder.

To grant a local class access to the private components of a global class, you must include the following statement in the definition include of that local class:

CLASS <global_classname> DEFINITION LOCAL FRIENDS
<local_classname_1> <local_classname_2> .... <local_classname_n>.

mit : <global_classname> : Name of the global class
<local_classname_1...n> : Names of the local classes to which you want to grant friendship

History
Last changed on/by 20140121  SAP 
SAP Release Created in   740