SAP FRIENDS ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_OBJ - Friendship
This example demonstrates an interface that is a friend of a class.

ABAP_SOURCE_CODE
DEMO CL_DEMO_OO_FRIENDSHIP

ABAP_DESCRIPTION
The empty global interface IF_DEMO_FRIEND is a friend of the global class CL_DEMO_FRIENDSHIP. Every class that implements IF_DEMO_FRIEND can access the private components of CL_DEMO_FRIENDSHIP.