Last week we went to our upgrace to ecc 6.0 from 4.6c.
Today I received the error from the FBL5N screen trying to retrieve open items for a specific customer.
Runtime Errors CALL_FUNCTION_CONFLICT_LENG Except. CX_SY_DYN_CALL_ILLEGAL_TYPE Date and Time 11/18/2008 15:37:13 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Short text | | Type conflict when calling a function module (field length). | ----------------------------------------------------------------------------------------------------
The error is coming up from program as explained from SAP dump screen as below :
Information on where terminated
Termination occurred in the ABAP program "RFITEMAR" - in "POS_TABLE_FILL".
The main program was "RFITEMAR ".
In the source code you have the termination point in line 0
of the (Include) program " ".
The termination is caused because exception "CX_SY_DYN_CALL_ILLEGAL_TYPE"
occurred in
procedure "POS_TABLE_FILL" "(FORM)", but it was neither handled locally nor
declared
in the RAISING clause of its signature.
The procedure is in program "RFITEMAR "; its source code begins in line
0 of the (Include program "???".
Could you please explain what might be the reason for this ?
Do you suggest me to past here the entire dump analysis screen ( I want to learn clearly )?