I have a Pc file which loads every month to the ODS and Cube. The monitor status is amber.
When I see the PSA Preview I can see all records.
But it is giving Runtime Error(Short dump) as below.
In monitor detailed status tab I can see that all the records went through comm,str but problem in the update rules says Missing Messages...
Please see the some of the short dump pasted below. I could not get anything is OSS note. Your reponse is highly appreciated
-
Short Dump..
Runtime Error CALL_FUNCTION_CONFLICT_TYPE
Except. CX_SY_DYN_CALL_ILLEGAL_TYPE
Date and Time 02.01.2008 14:53:32
ShrtText
Type conflict when calling a function module.
What happened?
Error in ABAP application program.
The current ABAP program "GP44UKXZB8WE74CAKI38CZ0B586" had to be terminated
because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
A function module was called incorrectly.
What can you do?
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
is especially useful if you want to keep a particular message.
Error analysis
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_TYPE',
was neither
caught nor passed along using a RAISING clause, in the procedure "ROUTINE_0001"
"(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:
The call to the function module "UMC_HR_DATE_TO_FISCPER" is incorrect:
The function module interface allows you to specify only
fields of a particular type under "I_BEGDA".
The field "L_DATE" specified here is a different
field type
.
How to correct the error
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
-
"CALL_FUNCTION_CONFLICT_TYPE" CX_SY_DYN_CALL_ILLEGAL_TYPEC
"GP44UKXZB8WE74CAKI38CZ0B586" or "GP44UKXZB8WE74CAKI38CZ0B586"
"ROUTINE_0001"