SAP ABAP Class CL_RECA_INSTANCE_CLEANUP (GUI Cleanup with FREE on Objects)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_BC (Package) RE: Base (Technical Objects - Library)
Properties
Class CL_RECA_INSTANCE_CLEANUP  
Short Description GUI Cleanup with FREE on Objects    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_CA_BC   RE: Base (Technical Objects - Library) 
Created 20080306   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RECA_INSTANCE_CLEANUP has no interface implemented.
Friends
Class CL_RECA_INSTANCE_CLEANUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MF_CLEANUP_CONTROLS Instance attribute Public Type reference (TYPE) ABAP_BOOL Release Controls 20080306
2 MO_FOLLOWUP_OBJECT Instance attribute Public Object reference (TYPE REF TO) CL_RECA_OBJECT Released Instantiable Object 20080306
3 MO_FREED_OBJECT Instance attribute Public Object reference (TYPE REF TO) CL_RECA_OBJECT Released Instantiable Object 20080306
4 MO_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_RECA_INSTANCE_CLEANUP Singleton Instance of Mine 20080306
5 MT_CALLBACK_FM Static Attribute Private Type reference (TYPE) MTYPE_T_CALLBACK_FM Registered Callback Modules 20080306
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080306
2 ON_OBJECT_FREE Static method Protected Event handling method Handler: WB Object Was Released 20080306
3 REGISTER_CALLBACK Static method Public Method Registration of Callback Module 20080306
Events
Class CL_RECA_INSTANCE_CLEANUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_CALLBACK_FM Private See coding Registered Callback Module 20080306 BEGIN OF mtype_s_callback_fm, callbackfm TYPE rs38l_fnam, program TYPE sy-repid, END OF mtype_s_callback_fm
2 MTYPE_T_CALLBACK_FM Private See coding Registered Callback Modules 20080306 mtype_t_callback_fm TYPE SORTED TABLE OF mtype_s_callback_fm WITH UNIQUE KEY callbackfm
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RECA_INSTANCE_CLEANUP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RECA_INSTANCE_CLEANUP has no exception.

Method ON_OBJECT_FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Call by reference Attribute reference (LIKE) 20080306
2 Importing ID_WBIDENT Call by reference Attribute reference (LIKE) 20080306
3 Importing ID_WBIDENT_NEW Call by reference Attribute reference (LIKE) 20080306
4 Importing ID_WBOBJTYPE Call by reference Attribute reference (LIKE) 20080306
5 Importing IO_OBJECT Call by reference Attribute reference (LIKE) 20080306
6 Importing IO_OBJECT_FOLLOWUP Call by reference Attribute reference (LIKE) 20080306

Method ON_OBJECT_FREE on class CL_RECA_INSTANCE_CLEANUP has no exception.

Method REGISTER_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CALLBACK_FM Call by reference Type reference (TYPE) RS38L_FNAM Name des Funktionsbausteins 20080306

Method REGISTER_CALLBACK on class CL_RECA_INSTANCE_CLEANUP has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604