SAP NEWS-71-ABAP-OBJECTS



Get Example source ABAP code based on a different SAP table
  



ABAP Objects in ABAP Release 7.0, EhP2
ITOC

ABAP_MODIFICATION_NN Declaring Instance Constructors

From ABAP_RELEASE 7.0, EhP2, the statement METHODS can be used to declare an instance constructor in all visibility sections, whose instantiability is more general than or equal to that specified in the addition CREATE of the statement CLASS DEFINITION. Until now, this was only possible with the public visibility section (this modification was also transported to ABAP_RELEASE 7.0).

ABAP_MODIFICATION_NN C Destructor

From ABAP_RELEASE 7.0, EhP2, more than one attribute can be passed in the C destructor when SYSTEM-CALL is used.

ABAP_MODIFICATION_NN Constants in Class Pools

From ABAP_RELEASE 7.0, EhP2, local program constants can be declared in a class pool. The private components and methods of the global class can access these constants.