SAP CLASS ABEXA

Get Example source ABAP code based on a different SAP table
  


ARTIClE

ABAP Objects, Classes
This example demonstrates a class for counters.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
The counter class contains three public methods set, increment and get, which work with the private integer field count. Two of the methods have input and output parameters with which they define the data interface of the class. The field count is not visible externally.