could not change product header data even after switching to change mode
Created by Jerry Wang on Jun 29, 2014
點了Edit button之后,仍然無法修改Product header 的field ( 如description ):
?
?
?
分析: 點了Edit button之后,會trigger一次REREAD操作:
?
?
?
逐一判斷每個 header field的property:
?
?
?
?
就Product description來說,因為其是由set type COMM_PR_SHTEXT實現的,因此其屬性判斷由set type property handler class
?
CL_CRM_PRODIL_ATTR_PROP_SET完成:
?
由于當前system和該product的original system 不一致,
?
?
?
?
且BAdI implementation 返回的message type為A( Abort ), 因此該settype 無法修改( changeable = off )
?
The three entries in BAdI implementation could be maintained in customizing:
?
?
?
?
?
?
?
?
例如希望修改object的description:
?
?
?
添加一條新的entry:
?
?
?
之后object description就可以編輯了:
?
總結
以上是生活随笔為你收集整理的could not change product header data even after switching to change mode的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: RPG MAKER MV 打包APK教程
- 下一篇: 关于javascript中defineP