SAP FRIEND - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

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 and thus grant them access to all of their 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.
ABAP_MORE_INFO