cancel
Showing results for 
Search instead for 
Did you mean: 

CE Short Dump at FM HR_INFOTYPE_OPERATION

Former Member
0 Kudos

Hi guys,

We have a custom program that has being working since 2008 with no problems. Suddenly, it's throwing the following short dump at FM HR_INFOTYPE_OPERATION:


The exception, which is assigned to class 'CX_HRPA_INVALID_PARAMETER', was not

caught in

procedure "RESOLVE_EXCEPTION" "(FORM)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

Invalid parameter EXCEPTION, value

The occurrence of the exception is closely related to the occurrence of

a previous exception "CX_HRPA_VIOLATED_PRECONDITION", which was raised in the

program "CL_HRPA_MASTERDATA_FACTORY====CP",

specifically in line 6 of the (include) program

"CL_HRPA_MASTERDATA_FACTORY====CM004".

I've seen many notes that recommend to add the following statement:


* an event to avoid a short dump due to CE framework    "INSERT

load-of-program.                                        "INSERT

  perform do_nothing(sapfp50p).                        "INSERT

I've implemented that change in Development and it worked, but in Quality is getting a Time Out Error.


The program "SAPFP50P" has exceeded the maximum permitted runtime without

interruption and has therefore been terminated.

Has someone experienced something similar?

Regards,

Raúl

Accepted Solutions (0)

Answers (1)

Answers (1)

stuart_campbell
Active Contributor
0 Kudos

Hi Raul

Please see KBA 2093195 regard this issue

Best wishes

Stuart