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