cancel
Showing results for 
Search instead for 
Did you mean: 

Internal error when implementing extension

Former Member
0 Kudos

Hello everyone

At the moment I create a new contract (transaction RECN) an error occurs and I can not solve.

Someone could help me?

Internal error when implementing extension (see long text)

Message no. RECAAP093

Diagnosis

Call of GET_EXTENSION( ) method for enhancement CL_FILACI_VICN01_EXTENSION failed.

It tried to use an add-on or customer-specific enhancement that is not implemented in your system.

To be able to determine the technical attributes of enhancement CL_FILACI_VICN01_EXTENSION, the RECA_STORABLE_EXT Business Add-In has to supply the desired information. However, this was not the case. In an implementation of RECA_STORABLE_EXT, the GET_OBJNAME_EXT( ) method must supply the required enhancement CL_FILACI_VICN01_EXTENSION.

Below is example code for GET_OBJNAME_EXT( 😞

CASE ID_OBJNAME_STD.
    WHEN '...'.
      APPEND 'CL_FILACI_VICN01_EXTENSION' TO CT_OBJNAME_EXT.
    ...
  ENDCASE.

For more information, refer to the documentation for the RECA_STORABLE_EXT Business Add-In.

Start BAdI Builder

Procedure

Contact your system administrator.

tks a lot!

Accepted Solutions (1)

Accepted Solutions (1)

franz_posch
Active Contributor
0 Kudos

Hi Fabio,

I would kindly ask you appy the SAP note [1521903|https://service.sap.com/sap/support/notes/1521903] and proceed as described in the note to resolve the issue.

Hope this information is helpful for you.

Regards, Franz

Former Member
0 Kudos

Franz,

thanks!

the problem was just that.

Answers (0)