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

Type conflict when calling a function module.CEI0_COMPARE_CONFIGURATIONS

Former Member
0 Likes
736

hi all,

while doing post goods issuse for a delivery causing a following dump

The call to the function module "CEI0_COMPARE_CONFIGURATIONS" is incorrect:

The function module interface allows you to specify only fields

of a particular type under "IV_EXCL_IND". The field "'#'" specified here

has a different field type.

"IV_EXCL_IND" is of type CHAR1 and default is value 2.

in debugging fields is empty, that must be a reason for dump.

please help me out.

regards,

rajyalaxmi

5 REPLIES 5
Read only

Former Member
0 Likes
682

Are you sure the field is empty or does is contain a hexadecimal value which looks like "empty" when displaying in character mode?

Regards,

John.

Read only

Former Member
0 Likes
682

Hi Rajyalakshmi,

The balnk might be a TAB character and not a space.

hance the dump.

Check if you have any TABs in your data.

REgards,

Ravi

Read only

Former Member
0 Likes
682

Hello Rajyalaxmi,

Always remember,as a rule of thumb that whenever you call a FM, make sure that the parameters you pass to the FM are of the same data type as they are declared inside the FM. This will avoid CONFLICT DUMPS.

Assign points, if it helps.

Rgds,

Raghu.

Read only

Former Member
0 Likes
682

function module is called form standard program WS_MONITOR_OUTB_DEL_GDS.

don't know the reason for dump

Read only

Former Member
0 Likes
682

please help me out

function module require IV_EXCL_IND field as mandatory and in defination we have default value as 2, but while calling this function module this field is commented.