balabharathi
4th January 2011, 09:14
Hi Gurus,
I have used the function tdsls4102.update.occurence function in the below piece of script, while executing a SO with "0" quantity am getting a fatal error as "tdsls045.pmsk index 0 out of dims [1] 20".
Please suggest me a solution to solve this one.
before.rewrite:
update.tdsls045()
tdsls4102.update.occurrence(modify.set,-1,cosn, ctcd, crcd,0)
update.fact = -1
on.old.occ(process.stock,update.status,update.fact)
after.rewrite:
tdsls4102.update.occurrence(modify.set,1,cosn, ctcd, crcd,0)
update.fact = 1
do.occ(actual.occ,process.stock,update.status,update.fact)
I have used the function tdsls4102.update.occurence function in the below piece of script, while executing a SO with "0" quantity am getting a fatal error as "tdsls045.pmsk index 0 out of dims [1] 20".
Please suggest me a solution to solve this one.
before.rewrite:
update.tdsls045()
tdsls4102.update.occurrence(modify.set,-1,cosn, ctcd, crcd,0)
update.fact = -1
on.old.occ(process.stock,update.status,update.fact)
after.rewrite:
tdsls4102.update.occurrence(modify.set,1,cosn, ctcd, crcd,0)
update.fact = 1
do.occ(actual.occ,process.stock,update.status,update.fact)