Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP, SD Error

Former Member
0 Likes
544

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
473

Ripal,

i think you have some user exit for va* transaction might be this creating a problem.

Amit.

1 REPLY 1
Read only

Former Member
0 Likes
474

Ripal,

i think you have some user exit for va* transaction might be this creating a problem.

Amit.