Identify the logic how BOL node name is categorized into different object type

简介: Identify the logic how BOL node name is categorized into different object type

Identify the logic how BOL node name is categorized into different object type


background of this task

Read Settype Read Approach 2 - SDD


I have added a custom trace functionality in product Genil implementation to record all the accessed Genil object detailed information when performing the following tasks in WebUI:


(1) Search product by ID

(2) click hyperlink in product search result

(3) Enter overview page containing settype and relationship assignment block

(4) edit data in Distribution chain assignment block

The trace information could be found in this table in X3C/504:


image.png

image.pngimage.png

As said in mail, trace functionality is added in X3C/504. You can query on this table based on your SAP name to get trace detail:

image.png

相关文章
|
1天前
|
Docker 容器
成功解决:Caused by: ParsingException[Failed to parse object: expecting token of type [START_OBJECT] but
这篇文章讨论了在使用Docker启动Elasticsearch容器时遇到的一个具体问题:由于配置文件`elasticsearch.yml`解析出错导致容器启动失败。文章提供了详细的排查过程,包括查看容器的日志信息、检查并修正配置文件中的错误(特别是空格问题),并最终成功重新启动了容器。
|
17天前
|
JSON 数据格式 Python
【python】解决json.dump(字典)时报错Object of type ‘float32‘ is not JSON serializable
在使用json.dump时遇到的“Object of type ‘float32’ is not JSON serializable”错误的方法,通过自定义一个JSON编码器类来处理NumPy类型的数据。
19 1
|
1月前
|
JSON 前端开发 数据格式
【Python】已解决:TypeError: Object of type JpegImageFile is not JSON serializable
【Python】已解决:TypeError: Object of type JpegImageFile is not JSON serializable
37 0
|
3月前
|
JavaScript
Vue报错 Invalid default value for prop “list“: Props with type Object/Array must use a factory
Vue报错 Invalid default value for prop “list“: Props with type Object/Array must use a factory
202 0
|
3月前
R语言ggsurvplot绘制生存曲线报错 : object of type ‘symbol‘ is not subsettab
R语言ggsurvplot绘制生存曲线报错 : object of type ‘symbol‘ is not subsettab
|
3月前
FeignClient【问题】Cannot deserialize value of type``from Object value (token `JsonToken.START_OBJECT`)
FeignClient【问题】Cannot deserialize value of type``from Object value (token `JsonToken.START_OBJECT`)
547 0
|
3月前
|
JavaScript
[Vue warn]: Method “components“ has type “object“ in the component definition. Did you reference the
[Vue warn]: Method “components“ has type “object“ in the component definition. Did you reference the
|
JSON 数据格式
TypeError: Object of type ‘float32‘ is not JSON serializable
TypeError: Object of type ‘float32‘ is not JSON serializable
177 0
|
Python
AttributeError: type object ‘Image‘ has no attribute ‘open‘
原因分析:Image调用顺序出错,因为第一行的from PIL import Image与第二行tkinter import *冲突,tkinter中也含有Image类,所以你使用的是tkinter.Image
208 0
|
JavaScript
vue.js:node_modules/_babel-runtime@6.26.0@babel-runtime/core-js/object/assign.js
vue.js:node_modules/_babel-runtime@6.26.0@babel-runtime/core-js/object/assign.js
93 0