vincent
5th February 2003, 11:02
I am in need of a multilevel BOM function, given a part get the BOM to the lowest level.
The standard BaaN report is tibom1411m000 Print Multilevel BoM for which i do not have the program script
Can any one give me the program script of the same??
Also can program scripts for BaaN IV c4 be downloaded from net ?
Any help is most welcome
Thanks in advance
Vincent
morpheus
5th February 2003, 11:12
Vincent,
Life would have been much easier with the availability of source code!!;)
There was a post, some time back, in some forum regarding PMC and the source code. I have never tried that, but you can search and try.
About the function, why not make one!!?
Good Luck!!
vincent
5th February 2003, 11:22
I have got the function done up but the speed is not at all the same as the standard program!!
morpheus
5th February 2003, 11:55
In that case I'll advice you to rework on your logic, or maybe someone with the code can help you.
Good Luck!!
:)
manusatsangi
5th February 2003, 16:19
Hi,
I have developed a report on the similar logic.
We noticed that we did not have a report which could print the ledger account structure in in a tree like fashion (the way it is maintained). The only remote way to do it is to maintain a sequence for every ledger account and then get reports using sequence no.
BUt maintaining sequence no is itself a cumbersome exercise.
Hence developed a report which takes 'from' and 'to' ledger account, 'from' and 'to' sun-level of the ledger account and print all the possible "trees" in the range.
I think this is similar to the report you are asking. I can post the code in the forum if you ask for it.
Warm Regards
Manu
benito
5th February 2003, 18:31
post the code please...
vincent
6th February 2003, 05:43
Yes pls, the code will be very helpfull !
Thanks
dbinderbr
6th February 2003, 06:51
Hello Vicent,
I have already developed some functions to do what you want with a good performance.
Just send me an email and I will promptly reply with the code(s) ok !
manusatsangi
6th February 2003, 07:10
Please find the code at
http://www.baanboard.com/baanboard/showthread.php?s=&threadid=8748
Warm Regards
Manu