SAP PRIVATE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

private
Term in ABAP Objects. A private component of a class can be accessed only by the class itself and its friends, which also only can create objects of a class with private instances. The private visibility section of a class is declared in its declaration part using the statement PRIVATE SECTION.