j. streun
7th September 2004, 19:17
:confused:
I created an exchange scheme condition to look up the Estimated Cost price of an item but when I check the syntax of the conditions, I get the above error message. Below is the code of the condition. It has been defined as type double. Any ideas why I'm getting this message?
Thanks
declaration:
table ttcibd007 |Item Costing
domain tccopr ecpr
select tcibd007.*
from tcibd007
where tcibd007._index1 = {:tcibd001.item}
selectdo
ecpr = tcibd007.ecpr
endselect
return(ecpr)
I created an exchange scheme condition to look up the Estimated Cost price of an item but when I check the syntax of the conditions, I get the above error message. Below is the code of the condition. It has been defined as type double. Any ideas why I'm getting this message?
Thanks
declaration:
table ttcibd007 |Item Costing
domain tccopr ecpr
select tcibd007.*
from tcibd007
where tcibd007._index1 = {:tcibd001.item}
selectdo
ecpr = tcibd007.ecpr
endselect
return(ecpr)