Jordi.Tolra
26th October 2012, 17:03
Hello I'm preparing an AFS in BaaN IV to create Items via de option copy items, but I'm receiving the message:
"Function '<697>'; recursion not possible refcount=2.
Can not continue in tiitm0101m000 in DLL: ottstpstandard (<31>)[]
Recursion not yet implemented
Can not continue in tiitm0101m000 in DLL: ottstpstandard (<31>)[]"
The code I'm using is the following:
cdll0101.put.Item(item.f)
if cdll0101.find() then
cdll0101.handle.sub.process("tiitm0202s000", "add" )
stpapi.application.option("tiitm0101m000",1, 16, mess.out) |#Here I got the error
cdll02021.put.Enter_New_Item_Code(item.t)
cdll02021.put.Copy_Alternative_Items(always.yes)
cdll02021.put.Copy_Alternative_Suppliers(always.yes)
cdll02021.put.Copy_Production_Bills_of_Material(copy.bom)
cdll02021.put.Copy_Routing(copy.rou)
cdll02021.put.Copy_E_Item_Relations(always.yes)
cdll02021.continue(mess.out)
endif
Does somebody had this error? Does somebody know which is the problem and which is the solution?
thanks in advance for your help
Jordi
"Function '<697>'; recursion not possible refcount=2.
Can not continue in tiitm0101m000 in DLL: ottstpstandard (<31>)[]
Recursion not yet implemented
Can not continue in tiitm0101m000 in DLL: ottstpstandard (<31>)[]"
The code I'm using is the following:
cdll0101.put.Item(item.f)
if cdll0101.find() then
cdll0101.handle.sub.process("tiitm0202s000", "add" )
stpapi.application.option("tiitm0101m000",1, 16, mess.out) |#Here I got the error
cdll02021.put.Enter_New_Item_Code(item.t)
cdll02021.put.Copy_Alternative_Items(always.yes)
cdll02021.put.Copy_Alternative_Suppliers(always.yes)
cdll02021.put.Copy_Production_Bills_of_Material(copy.bom)
cdll02021.put.Copy_Routing(copy.rou)
cdll02021.put.Copy_E_Item_Relations(always.yes)
cdll02021.continue(mess.out)
endif
Does somebody had this error? Does somebody know which is the problem and which is the solution?
thanks in advance for your help
Jordi