‎2008 Jul 24 11:12 AM
Hi Experts,
I am facing the following error after doing VA01 i.e creation of sales order and while selecting the order from the list it is showing me the run time error.
Runtime Errors CALL_FUNCTION_CONFLICT_LENG
Except. CX_SY_DYN_CALL_ILLEGAL_TYPE
Date and Time 24.07.2008 15:32:41
Short text
Type conflict when calling a function module (field length).
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPFV45C" had to be terminated because it
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_T
not caught in
procedure "VBAP_KOPIEREN_PRUEFEN" "(FORM)", nor was it propagated b
clause.
Since the caller of the procedure could not have anticipated that t
exception would occur, the current program is terminated.
The reason for the exception is:
The call to the function module "CO_DB_HEADER_READ" is incorrect:
In the function module interface, you can specify only
fields of a specific type and length under "CAUFVWA".
Although the currently specified field
"LS_CAUFV" is the correct type, its length is incorrect.
Thanx In Advance,
Ripel
‎2008 Jul 24 11:28 AM
Ripal,
i think you have some user exit for va* transaction might be this creating a problem.
Amit.
‎2008 Jul 24 11:28 AM
Ripal,
i think you have some user exit for va* transaction might be this creating a problem.
Amit.