需求:
查詢plm的物件,所有變更記錄(有哪些具體改動)
做出的效果
思路:
重點在於 如何確認 修改的redline(下面是我的**)
/*** 獲取 歷史變更單(發布) 標題塊的修改值
* 修改 ---> 獲取第二頁\第三頁屬性
*/private
static listgetredlinebytitle(iitem item, ichange change) throws
apiexception }}
/**********************page three(第三頁)************************
*/itable p3table =item.gettable(itemconstants.table_redlinepagethree);
itwowayiterator p3iterator =p3table.gettableiterator();
if(p3iterator.hasnext()) }}
}return
list;
}/*** 獲取 歷史變更單(發布) bom的修改值**
@param
item
* @param
change
* @throws
apiexception
*/private
static listgetredlinebybom(iitem item, ichange change) throws
apiexception
//判斷每一行 是否刪除狀態
boolean del =bomrow.isflagset(itemconstants.flag_is_redline_removed);
if(del)
//判斷每一行 是否修改狀態
boolean edit =bomrow.isflagset(itemconstants.flag_is_redline_modified);
if(edit)
}break
; }}}
return
list;
}
處理物料搬運單 物料啟用序列控制
處理物料搬運單 如果物料沒有啟用序列控制,可參考 declare l mo line detail rec inv mo line detail util.g mmtt rec l trolin tbl inv move order pub.trolin tbl type l mold tbl in...
物料移動 261
form frm wm goodsmov 261 data lv err type char1,lv bdmng type resbd bdmng,lv verme type lqua verme,i gheader type table of bapi2017 gm head 01 with he...
物料常用表
任務物料需求發放表 select from wip requirement operations wro where inventory item id 1.1.11.0010 任務物料需求發放檢視 select wrov.concatenated segments 元件編碼 from wip re...