alerts
24th December 2013, 07:59
hi,
To fulfill my requirement, recursive function is suitable and i wrote but its not working(showing error that can not continue) . Please anybody suggest whether its possible or not.


Thanks & Regards,

bhushanchanda
24th December 2013, 08:05
Hi,

Please post your code. That will be better for people to know what issue are you facing.

alerts
24th December 2013, 08:13
function check.and.store(domain tcitem v.item)
{

select tiedm110.eitm,tiedm110.comp
from tiedm110
where tiedm110._index1 = {:v.item}
as set with 1 rows
selectdo
i = i + 1
item(1,i) = tiedm110.eitm(10;25)
check.and.store(tiedm110.comp)
selectempty
endselect
}

need to find multilevel engineering bom items

bhushanchanda
24th December 2013, 08:18
Hi,

Few days back someone has used Ulrich's script to do it. Refer it.

Thread! (http://www.baanboard.com/baanboard/showthread.php?t=65110)