cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in FF7AN & FF7AB Reports, Database Procedure CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR SQL code of the database: 7

juancarlos_camachogarduo
Active Participant
0 Kudos

Hi everyone!

Recently, we updated Simple Finance, On-Premise Edition SPS02 to SPS04

Now, we are trying to execute FF7AN & FF7AB Reports (included in SPS04 -> 2255996 - SFIN Support for Cash Position and Liquidity Forecast Reports in New Cash Management), but this dump is triggerred;

Category                      ABAP Programming Error

Runtime Errors             AMDP_EXECUTION_FAILED

Except.                        CX_AMDP_EXECUTION_FAILED

ABAP Program             CL_FFHN_FLOW_CONVERSION=======CP

Application Component  FIN-FSCM-CLM-CM-CM

Date and Time              23.05.2016 17:16:07

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

Short Text                                                                                  

    Error while executing a database procedure                               

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

What happened?                                                                                   

    During execution of database procedure                                                     

                                                                                                 

    CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR                                                   

                                                                                                 

    an error occurred.                                                                           

                                                                                                 

    SQL code of the database: 7                                                                  

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

Error analysis                                                                                    

     An exception has occurred which is explained in more detail below. The                        

     exception is assigned to class 'CX_AMDP_EXECUTION_FAILED' and was not caught                  

      in procedure                                                                                 

     "CONVERT_FLOW_CURR" "(METHOD)", nor was it propagated by a RAISING clause.                    

     Since the caller of the procedure could not have anticipated this                             

     exception, the current program was terminated.                                                

     The reason for the exception is:                                                              

     When calling database procedure                                                               

                                                                                                   

     CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR                                                    

                                                                                                   

     an error occurred. The error message begins with (full message under                          

     "Information about database procedures (AMDP)":                                               

                                                                                                   

     "feature not supported:  [7]                                                                  

      "SAPABAP1"."CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR#stb2#20160516233826":                 

      line 10 col 3 (at pos 289): [7] (range 3): feature not supported:  [7]                       

      "SAPABAP1"."CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR": line 15 col 5 (at                   

      pos "                                                                                        

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

How to correct the error                                                                          

     The exception must either be prevented, caught in procedure                                   

      "CONVERT_FLOW_CURR" "(METHOD)", or                                                           

     the possibility of it occurring must be declared in the RAISING clause                        

     in the procedure.                                                                             

     To prevent the exception, note the following:                                                 

                                                                                                   

     You can find the full text of the error message under "Information                            

     about database procedures (AMDP)". Correct any programming errors you                         

     encounter in                                                                                  

                                                                                                   

     "CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR".                                                 

                                                                                                   

     Maybe                                                                                         

                                                                                                   

     CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR                                                    

                                                                                                   

     was called by another database procedure. The method called from ABAP                         

     is                                                                                            

                                                                                                   

     "CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR".                                                 

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

Information on where terminated                                                                   

     The termination occurred in ABAP program "CL_FFHN_FLOW_CONVERSION=======CP",                  

      in "CONVERT_FLOW_CURR". The main program                                                     

     was "RFTS7000".                                                                               

                                                                                                   

     In the source code, the termination point is in line 13 of (Include)                          

     program "CL_FFHN_FLOW_CONVERSION=======CM002".                                                

     The termination is due to exception "CX_AMDP_EXECUTION_FAILED" occurring in                   

      procedure "CONVERT_FLOW_CURR" "(METHOD)".                                                    

     This exception was not handled locally or declared in the RAISING                             

     clause in the procedure's signature however.                                                  

     The procedure is in program "CL_FFHN_FQM_INTRG=============CP        ". The                   

      source code begins in line 1 of                                                              

     (include) program "CL_FFHN_FQM_INTRG=============CM00H     ".                                 

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

Database Procedure (AMDP) Information                                                             

     Full Error Message from the Database:                                                         

     feature not supported:  [7]                                                                   

     "SAPABAP1"."CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR#stb2#20160516233826": line 10 col 3    

     (at pos 289): [7] (range 3): feature not supported:  [7]                                      

     "SAPABAP1"."CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR": line 15 col 5 (at pos 470): [7]      

     (range 3): feature not supported: Converter creation is disabled. Please enable conversion    

     and try again!Please check lines: 49,39,36,19,15,                                             

                                                                                                   

     Active Calls in the Database:                                                                 

     CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR: line 15 col 5                                     

     CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR#stb2#20160516233826: line 10 col 3                 

                                                                                                   

     Datatbase Connection Used:                                                                    

     <default>                                                                                     

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------


Here in bolded some interesting points;


  • SQL code of the database: 7     

  • "feature not supported:  [7]                                                                  

      "SAPABAP1"."CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR#stb2#20160516233826":                 

      line 10 col 3 (at pos 289): [7] (range 3): feature not supported:  [7]                       

      "SAPABAP1"."CL_FFHN_FLOW_CONVERSION=>CONVERT_FLOW_CURR": line 15 col 5 (at                   

      pos "


*feature not supported ?

  • feature not supported: Converter creation is disabled. Please enable conversion and try again!Please check lines: 49,39,36,19,15,

*Converter creation is disabled? Where sounds that i could enable this feature? In HDB, in Customizing? some business function?

*HDB Release: 1.00.097.00.1434028111

Any suggestion for this issue?

Regards...!

Accepted Solutions (1)

Accepted Solutions (1)

juancarlos_camachogarduo
Active Participant
0 Kudos

Hi!

We found this note: 2200738 - SAP HANA SPS 09 Database Maintenance Revision 97.02

"feature not supported: Converter creation is disabled. Please enable conversion and try again!".

Basically it is a bug that is solved with this revision, we will the revision upgrade and then i comment....

Former Member
0 Kudos

Thanks Juan for the information

juancarlos_camachogarduo
Active Participant
0 Kudos

Hi! We solved this issue updating from Hana SPS09 to SPS10...

Answers (0)