614 SAP Message of Class OO Maintain friendship to local classes in the local class include











614(OO) - Maintain friendship to local classes in the local class include

Message number 614 of class OO is used to display message "Maintain friendship to local classes in the local class include" and can be triggered using the following ABAP code:

    MESSAGE W614(OO). "Warning message example
    MESSAGE I614(OO).
"Information message example
    MESSAGE E614(OO).
"Error message example
See here for more optionsoo614




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 DEFINITION LOCAL FRIENDS

.... <(> <<)>local_classname_n>.


mit : : Name of the global class

: Names of the local classes to which you want to grant friendship
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class OO main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!