SAP ABAP Message Class RECAAP Message Number 090 (Internal error when implementing extension (see long text))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_AP (Package) RE: Application Components (Application-Related Objects)
Attribute
Message class RECAAP  
Short Description Application-Related Messages    
Message Number 090  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Internal error when implementing extension (see long text)
Help Document

Diagnosis

An add-on or a customer-specific enhancement was not implemented correctly in your system.

The CL_RECA_STORABLE_EXT=>MD_OBJNAME_EXT variable does not not contain any values. Apparantly the INIT_BY_PARENT method was redefined within a subclass of CL_RECA_STORABLE_EXT, without the method of the super class being called.

The call of the method in the super class should be as follows:

CALL METHOD super->if_reca_storable_ext~init_by_parent
  EXPORTING
    id_objname_ext = id_objname_ext
    io_parent      = io_parent.

System Response

The program had to be terminated, because it is no longer possible to correctly assign the enhanced objects to the standard objects, and if processing continued, this could cause data inconsistencies.

Procedure

Contact your system administrator.
The implementation of the enhancement (subclass of CL_RECA_STORABLE_EXT) has to be corrected.

Procedure for System Administration

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