错误信息Make an entry in Field Text Area

简介: 新建sales order时,如果未维护notes,则无法save sales order,遇到如下error message:

新建sales order时,如果未维护notes,则无法save sales order,遇到如下error message:

image.png

使用tcode SE91的where used list查找message ID BSP_WD number 022, 在第一个hit处设断点:

image.png

找到抛出error message的code:

image.png

说明field的mandatory属性不是从workbench UI configuration里定义的:


image.png


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


image.png

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

image.png

相关文章
|
9月前
|
Java
【ES异常】mapper [sortNum] of different type, current_type [long], merged_type [keyword]
【ES异常】mapper [sortNum] of different type, current_type [long], merged_type [keyword]
64 0
【已解决】Error: Element type is invalid: expected a string (for built-in components) or a class/function
Error: Element type is invalid: expected a string (for built-in components) or a class/function
2419 0
【已解决】Error: Element type is invalid: expected a string (for built-in components) or a class/function
|
2月前
Excel上传出错:TypeError [ERR_INVALID_ARG_TYPE]: The “path“ argument must be of type string or an instan
Excel上传出错:TypeError [ERR_INVALID_ARG_TYPE]: The “path“ argument must be of type string or an instan
|
8月前
|
JSON 小程序 API
小程序踩坑-Setting data field "list" to undefined is invalid.
小程序踩坑-Setting data field "list" to undefined is invalid.
198 0
|
9月前
|
人工智能 自然语言处理 语音技术
Invalid prop: type check failed for prop “index“. Expected String with value “5“问题解决
Invalid prop: type check failed for prop “index“. Expected String with value “5“问题解决
69 0
|
10月前
|
JavaScript
Invalid char (/) found at index (10) in sheet name异常原因|导出excel出现Invalid char (/) found at index (10)
Invalid char (/) found at index (10) in sheet name异常原因|导出excel出现Invalid char (/) found at index (10)
解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
解决办法:error: unknown type name ‘__int64‘
解决办法:error: unknown type name ‘__int64‘
449 0
|
Linux
编译OpenJDK8:error: control reaches end of non-void function [-Werror=return-type]
编译OpenJDK8:error: control reaches end of non-void function [-Werror=return-type]
166 0
|
程序员 算法框架/工具 Caffe
解决办法:error: 'size_t' does not name a type、unknown type name 'size_t'
解决办法:error: 'size_t' does not name a type、unknown type name 'size_t'
628 0