HI anyone give solution on this
while running payroll,getting dump,how to solve this error.
What happened?
Error in the ABAP Application Program
The current ABAP program "RPCALCU0" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FORM', was
not caught in
procedure "PROCESS_OPER" "(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:
An indexed PERFORM statement (PERFORM i OF ...) specified an
index with a value greater than the number of
specified routines.