摘要
ERP/MRPII系统设计必然牵涉到物料清单(BillOfMatreiale.g.BOM)的设计与计算,BOM呈树型结构,一般在计算时采用通用的数据结构算法,通过前台函数或过程嵌套实现。笔者在实际ERP系统开发中探索和采用了一种新的BOM展开算法——存储过程实现递归调用。
Design ERP/MRPII system must touch open and arithmetic of Bill Of Matreial e.g.BOM.In common,people use common data structure arithmetic--nesting function or procedure.Now we find a new arithmetic in ERP developing--stored procedure.
出处
《现代计算机》
2002年第7期30-32,48,共4页
Modern Computer
关键词
BOM
算法
数据结构
树形结构
BOM
Bill Of Material
ERP/MRPII
Nesting
Recursion Call