Dear all ,
I am getting the bellow mentined ABAP_ERROR while maintaining the Infotype IT 0009, ".
Runtime Errors : UNCAUGHT_EXCEPTION
Except: CX_HRPA_VIOLATED_POSTCONDITION
Short text :An exception occurred that was not caught.
What happened?
The exception 'CX_HRPA_VIOLATED_POSTCONDITION' was raised, but it was not
caught anywhere along
the call hierarchy.
Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program
'CL_HRPA_SAPUP50R_ADAPTER======CP' has to be
terminated.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_HRPA_VIOLATED_POSTCONDITION', was
not caught in
procedure "UPDATE_WITH_UP50R_ADAPTER" "(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:
Postcondition Violated
Thanks in advance.