Hi all,
I got an error when i was loading the master data for Asset number.
The error message in BI side is: u201CThe error occurred in Extractoru201D.
When tried to check the data in the RSA3 extract checker their it was giving me short dump with error message as
*Runtime Errors CALL_FUNCTION_CONFLICT_LENG
Exception CX_SY_DYN_CALL_ILLEGAL_TYPE*
Short text: Type conflict when calling a function module (field length).
What happened?
Error in the ABAP Application Program, The current ABAP program "GP4A36CIW2A4S3VKUAJL657AX3F" had to be terminated because it has come across a statement that unfortunately cannot be executed.
A function module was called incorrectly.
*Error analysis: *
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was not caught in procedure "EXTRACTOR_FETCH" "(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:
The call to the function module "ARBW_BIW_GET_MASTER_DATA" is incorrect:
In the function module interface, you can specify only fields of a specific type and length under "E_T_BIW_ASSET". Although the currently specified field " " is the correct type, its length is incorrect.
Thanks & Regards
Prabhakar