cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

runtime error

Former Member
0 Likes
565

Category               ABAP Programming Error

Runtime Errors         UNCAUGHT_EXCEPTION

  1. CX_HRPA_INVALID_PARAMETER

ABAP Program           SAPFP50P

Application Component PA-PA

Date and Time          27.11.2013 11:32:20

Error analysis

    An exception occurred that is explained in detail below.

    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".

    The cause of the exception was:

  Precondition Violated

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.If you have access to SAP Notes, carry out a search with the following

keywords:

"UNCAUGHT_EXCEPTION" "CX_HRPA_INVALID_PARAMETER"

"CL_HRPA_RESOLVE_EXCEPTION=====CP" or "CL_HRPA_RESOLVE_EXCEPTION=====CM001"

"RESOLVE"

please help me

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

sahirn
Product and Topic Expert
Product and Topic Expert
0 Likes

This usually happens when both old and new infotype frameworks are initialized at the same time.

Check if this is the case in this scenario.

Regards,

Sahir.