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

Dictionary Discrepancy- Urgent

Former Member
0 Likes
407

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

2 REPLIES 2
Read only

Former Member
0 Likes
381

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

Read only

Former Member
0 Likes
381

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