LOAD_TYPE_VERSION_MISMATCH与TYPELOAD_NEW_VERSION错误分析
一、造成錯誤的操作
在ECC端通過appended ?structure修改數(shù)據(jù)源的抽取結(jié)構(gòu)之后,將請求傳到生產(chǎn)機(jī)。
二、錯誤造成的影響
ECC前段業(yè)務(wù)無法成功地將數(shù)據(jù)保存到后臺表。
三、Runtime Errors
(一)???LOAD_TYPE_VERSION_MISMATCH:
The current ABAP program "SAPLMCEX" had to be terminated because one of the statements could not be executed at runtime.
The ABAP runtime system detected that the Dictionary-type "ZZ2LIS_02_ITM" changed during the flow of the transaction. As the type was already used in the old version and in the new type should be used in the same transaction in the new version, the transaction had to be cancelled to avoid inconsistencies.
(二)???TYPELOAD_NEW_VERSION
The current ABAP program "SAPLMCEX" had to be terminated because one of the statements could not be executed at runtime.
The data type "ZZ2LIS_02_ITM" was loaded from the database during the program run. However, a type of a newer version than the one requried was found here.
四、錯誤原因
數(shù)據(jù)源抽取結(jié)構(gòu)已激活,向?QRFC?隊(duì)列中更新數(shù)據(jù)的更新程序正在執(zhí)行時,字典的數(shù)據(jù)類型發(fā)生改變,造成字典類型與程序buffer中的類型不一致。
五、解決方法以及教訓(xùn)
(一)???解決方法:將抽取結(jié)構(gòu)恢復(fù)為更改之前版本,并重新傳輸請求
(二)???教訓(xùn):選取無業(yè)務(wù)操作的時段,傳輸請求
總結(jié)
以上是生活随笔為你收集整理的LOAD_TYPE_VERSION_MISMATCH与TYPELOAD_NEW_VERSION错误分析的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: SAP簇表BSEG取数优化的方法
- 下一篇: 物料Bapi默认采购价值代码