cancel
Showing results for 
Search instead for 
Did you mean: 

Getting critical program error when calling a Function Module

Former Member
0 Kudos

Hi Experts,

I am getting a critical program error when calling a new function module from a class. The FM just passes budget number and year and concatenates into a new string. When I debug it runs into a CATCH cx_root INTO l_r_root_ line but i am surprised as its the simplest of the FM. I have also made entry in table RSPLF_FDIR for this FM.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Zubin,

this seems to be more a question about ABAP: first you should check the typing of the parameters used to call the function and the typeing in the function, maybe the parameters type do not match.

Regards,

Gregor