‎2008 Jul 02 2:07 PM
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
‎2008 Jul 02 2:09 PM
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.
‎2008 Jul 02 2:10 PM
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
‎2008 Jul 02 2:10 PM
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.
‎2008 Jul 02 2:12 PM
function module is called form standard program WS_MONITOR_OUTB_DEL_GDS.
don't know the reason for dump
‎2008 Jul 02 2:19 PM
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.