‎2010 Aug 04 8:06 AM
Hi Abapers,
When we execute the standard program: RPCALCU0_CE from SE38. Below run time error is getting trigerred before selection screen is displayed. Below are the run time error details -
Runtime Error UNCAUGHT_EXCEPTION
Exception CX_HRPA_INVALID_PARAMETER
Occurred on 08/04/2010 at 01:22:17
What happened?
The exception 'CX_HRPA_INVALID_PARAMETER' was raised but was not caught at any
stage in the
call hierarchy.
Since exceptions represent error situations, and since the system could
not react adequately to this error, the current program,
'CL_HRPA_RESOLVE_EXCEPTION=====CP', had to
be terminated.
Error analysis
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_HRPA_INVALID_PARAMETER',
was neither
caught nor passed along using a RAISING clause, in the procedure
"RESOLVE_EXCEPTION" "(FORM)"
.
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
Invalid parameter EXCEPTION, value
The occurrence of the exception is closely linked to the occurrence of a
previous exception, "CX_HRPA_VIOLATED_PRECONDITION", which occurred in the
program "CL_HRPA_MASTERDATA_FACTORY====CP" -
specifically in line 6 of the (Include) program
"CL_HRPA_MASTERDATA_FACTORY====CM004".
The reason for the exception was:
Precondition violated
Please suggest the solution to overcome this.
‎2010 Aug 04 10:00 AM
Hey,
I could not figure your exact problem. But you can go to the transaction ST22 to take a better look at the error that you got. This gives a detailed explanation of the exact error that you are getting. The moment you enter this transaction, you will see the number of runtime errors you got today. Just click on 'Today'. This will give you the list of runtime errors. Click on the relevent error and you can get a much more detailed explanation of the same.
Hope this helps.