绝对原创!牺牲了大量脑细胞,呵呵
cs15只能得到用到某个物料的上层物料
本程序利用递归算法 得到某物料的最顶层物料集合
*&---------------------------------------------------------------------*
*& Report Z_BOM_REV *
*& *
*&---------------------------------------------------------------------*
*& *
*& *
*&---------------------------------------------------------------------*
report z_bom_rev line-size 200 .
types : begin of ty_mat,
matnr_s type matnr,
maktx_s type maktx,
matnr type matnr,
andat type andat,
maktx type maktx,
vwalt type stalt,
end of ty_mat.
types:begin of ty_matnr,
matnr type matnr,
end of ty_matnr.
data ms type table of ty_matnr with header line.
data it_mat type table of ty_mat with header line.
data: itab type table of stpov with header line ,
equi type table of cscequi,
knd type table of cscknd,
mat type table of cscmat,
std type table of cscstd,
tpl type table of csctpl.
parameters:
* p_
本文发布于:2024-01-29 04:23:05,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170647339012668.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |