SAP CRM WebClient UI里如何找到Assignment block和settype的映射关系

89 阅读1分钟

SAP CRM WebClient UI 产品主数据里的assignment block,要么对应一个settype,要么对应一个relationship。

clipboard1

如何根据assignment block,找到对应的模型?

(1) 事务码comm_hierarchy

Find the hierarchy ID belong to your product.

clipboard2

找到产品使用的product category:

clipboard3

clipboard4

(2) Then you can find the Assigned Set Types and Relationship Types for the Assignment block.

For example, you want to know which set type or relationship is mapping with field ‘GTIN’.

clipboard5

Then you can find the answer. Set Type: COMM_PR_GTIN is mapping with field ‘GTIN’

clipboard6

.
另一个例子:you want to know which set type or relationship is mapping with Assignment block ‘Service Parts’?
clipboard7

Then you can find the answer. Relationship: SPARE is mapping with Assignment block ‘Service Parts’.

clipboard8

当然,也可以使用另一种办法,参考我写的SAP维基百科