SAP ABAP OBJECTS STATEMENTS



Get Example source ABAP code based on a different SAP table
  



ABAP_OBJ - Statements in ABAP Objects
The statements in ABAP Objects can be differentiated as follows:
Statements for defining classes and interfaces These statements define classes and interfaces and their components. They can be used for local and global classes or interfaces.
Statements for implementing methods These statements implement the functions of classes in methods.
Statements in class pools and interface pools In addition to the statements for defining the global class, statements for local declarations and implementations can also be used in class pools. In interface pools, only the global interface can be declared.
BEGIN_SECTION VERSION 5 OUT The obsolete statement TYPE-POOLS is also syntactically possible.
END_SECTION VERSION 5 OUT
BEGIN_SECTION VERSION 5 OUT
A language cleanup was performed in ABAP Objects. The stricter ABAP syntax now applies to all statements in ABAP Objects.
END_SECTION VERSION 5 OUT