‎2008 May 13 10:52 AM
Hi,
I am coming across the following dump when I try to run my FM
The type "ZCO_DTI_FORMULA1_FORM" was used to define type "ZCO_OPTIVA_FORMULA1".
According to the Dictionary description of type "ZCO_OPTIVA_FORMULA1", the data
type "ZCO_DTI_FORMULA1_FORM"
must be 3384 bytes long. However, the Dictionary description of
"ZCO_DTI_FORMULA1_FORM", the
latter is in fact 68920 bytes long.
Also when I try to activate the FM I get a Pop up Information stating
Inconsistency between Dictionary types ZCO_OPTIVA_FORMULA1 and
ZCO_DTI_FORMULA1_FORM.
Can anyone help me out here.
Thank you,
Jayanth
‎2008 May 13 11:00 AM
Hi,
Check once these two types.
ZCO_OPTIVA_FORMULA1
ZCO_DTI_FORMULA1_FORM
If these two types r not matched then
(Inconsistency between Dictionary types ZCO_OPTIVA_FORMULA1 and
ZCO_DTI_FORMULA1_FORM.) comes.
Regards,
Narasimha
‎2008 May 13 11:02 AM
Hi,
You use the same data type instead of using two types.
see in the source top of the source code in the func. module what type of data type he is asking use the same and your problem will be solved.
Reward some points.
Bye,
Anomitro