效果:
必須按下圖維護:
cmod增強:ppco0007
獲取結算規則進行檢查
if sy-tcode = '
co01
'and header_imp-auart = '
zsp'
.
call
function
'k_srule_export_import
'exporting
i_mode = 'ex'
exceptions
wrong_mode = 1
others = 2
.
if sy-subrc = 0
.
import l_mem_cobra l_mem_cobrb from
memoryid'
k_srule'.
loop
at l_mem_cobrb into
data
(ls_cobrb).
if ls_cobrb-konty = 'ma'
.
if ls_cobrb-prozs > 0
.
message e001(00) with
'打樣工單結算規則有誤,請修改'.
endif
.
elseif ls_cobrb-konty = 'sk'
.
if ls_cobrb-prozs ne
100or ls_cobrb-hkont ne
'6188200007'.
message e001(00) with
'打樣工單結算規則有誤,請修改'.
endif
.
endif
.
endloop
.
read
table l_mem_cobrb with key konty = '
sk' transporting no fields
.
if sy-subrc ne0.
message e001(00) with
'打樣工單結算規則有誤,請修改'.
endif
.
endif.
endif.
部落格檢查結果
被檢查小組 第四組 ifty小組 小組成員 曹博超 張運錕 孫宇 王敬斯 二 檢查情況 1.團隊專案 成員介紹的部落格書寫規範而且詳細。2.無電梯演講內容。3.第一衝刺階段站立會議 每一天都按時發布部落格 部落格規範,燃盡圖任務看板都有,但看起來不是很美觀。4.第一階段績效評估 將每一天的評價全部詳...
生產訂單狀態
訂單 dlv 交貨已完成 teco 技術完成 的狀態一直困擾著大家 現就這兩個狀態的作用作一下說明。在 co中這兩個狀態用於結果分析,即確認工單的餘額是進入在製品還是進入差異,有這兩個狀態中的乙個時,工單餘額即會進入差異,否則進入在製品。在進行co 在製品計算 kkao 時,系統會取當前有效日期的 ...
生產訂單狀態相關
1 獲取生產訂單的物件標識 select single objnr into l objnr from aufk where aufnr 訂單號 2 獲取系統狀態 data begin of i status occurs 0.include type jstat.data endof i stat...