SAP ABAP Message Class OO Message Number 087 (Only C destructors are currently supported)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-CLA (Application Component) Class Builder
     SEO (Package) ABAP Objects Class Library Database Layer
Attribute
Message class OO  
Short Description Class Builder/API    
Message Number 087  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Only C destructors are currently supported
Help Document

Diagnosis

A destructor is a special method that is automatically called when an

object is deleted. You can use destructors to destroy resources that

are used by the object but not taken into account by the garbage

collector. There is not currently a destructor in ABAP Objects in which

you can program a normal ABAP processing block.

For special cases, and only for internal use, you can create the

special predefined instance method DESTRUCTOR in the public section

of the class.

The implementation of the method DESTRUCTOR may currently only

contain this one statement:

SYSTEM-CALL C-DESTRUCTOR 'name' USING attr.

History
Last changed on/by 20140121  SAP 
SAP Release Created in   740