错误信息Make an entry in Field Text Area

87 阅读1分钟

新建sales order时,如果未维护notes,则无法save sales order,遇到如下error message:
clipboard1
使用tcode SE91的where used list查找message ID BSP_WD number 022, 在第一个hit处设断点:
clipboard2
找到抛出error message的code:
clipboard3
说明field的mandatory属性不是从workbench UI configuration里定义的:
clipboard4
clipboard5

在下面方法里将notes设为mandatory:
clipboard6

具体逻辑可以debug context node class GET_I方法:
clipboard7