Created by Wang, Jerry, last modified on Jan 07, 2017

All of these three questions are raised regarding the customizing below via tcode COMM_PRAPPLCAT:

Question1: Product search supports “search by category id”.

However, we can assign different categories with same id on different product hierarchies. See example below:

Question 1: the category id search will only touch categories assigned to a specific hierarchy, or will simply touch all categories with id “ZJERRY” regardless of their assigned hierarchies?
We can first check via test.
First I create two products both assigned with category id ZJERRY but with different hierarchies:

And then I search by ZJERRY, both products are found.

Reason is: The category search implementation simply scans the following two tables connected via category guid, but not hierarchy guid.

Question 2: In product creation, we need to specify a base category. Once F4 help is clicked, we see category search popup dialog with search automatically fired.

Here only hierarchy R3PRODSTYP is used. Why is this very hierarchy?

Answer: when category search is fired, three hiden search parameters are added automatically:
Application: 03
Product_type:01

As a result, R3PRODSTYP from customizing is used.

Question 3: I have assigned several categories for a given product which come from different hierarchy:

In Opportunity WebUI, only category from R3PRODHIER is displayed. Why? Because this hierarchy is assigned to application “01 Sales” in customizing.

The table above represents the default mapping relationship defined in SAP help:

More detail could be found from this github issue.要获取更多Jerry的原创文章,请关注公众号"汪子熙":

SAP CRM product hierarchy和category的三个问题问答相关推荐

  1. SAP CRM Product hierarchy,Category和Application的三个问题

    All of these three questions are raised regarding the customizing below via tcode COMM_PRAPPLCAT: Qu ...

  2. SAP CRM product customizing下载的第三个队列

    Created by Wang, Jerry, last modified on Sep 14, 2016 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  3. SAP CRM和C4C message category配置

    SAP CRM Transactions->Basic Settings->Define Attribute for Systems Messages 可以用新的Message Type去 ...

  4. SAP CRM Product category的决定逻辑

    (1) UI上我们可以看到Category AB里面有一个indicator叫"Base Category". (2)在GenIL这层我们也可以看到Product有两个relati ...

  5. SAP CRM product category search - hidden search attribute

    Created by Wang, Jerry, last modified on Oct 23, 2016 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  6. SAP CRM Product Relationship的设计原理

    Created by Jerry Wang on Sep 07, 2016 This wiki page contains introduction about product relationshi ...

  7. 创建新的SAP CRM product search scenario - 如何在SAP CRM里实现自定义的产品搜索场景

    根据UI上的partner ID和Object description这两个search parameter专门创建search scenario: 使用如下report消费该search scena ...

  8. SAP CRM product determination debug

    Created by Wang, Jerry, last modified on Nov 14, 2016 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  9. SAP CRM Product workflow debug

    Created by Wang, Jerry, last modified on Jan 28, 2017 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

最新文章

  1. Linux文件压缩与解压缩
  2. 格式化输出浮点型变量
  3. jax-rs jax-ws_什么是JAX-RS注释?
  4. 图论 —— 弦图 —— LexBFS 算法
  5. Python编程常见出错信息及原因分析(1)
  6. java.sql.SQLException: Access denied for user ‘‘@‘localhost‘ (using password: NO)报错问题解决
  7. PHP扩展部署之最佳实践
  8. 计算机考试excel基础试题,计算机基础(Excel2010)试题及答案解析
  9. LayIM 3.9.1与ASP.NET SignalR实现Web聊天室快速入门(一)之效果展示与关键技术简介
  10. MySql安装 Staring the server出错
  11. 初试Cisco Packet Tracer–5——路由器连接两个子网
  12. 为什么程序员不缺网?三步教你破解WiFi密码,够简单!
  13. 【干货#008】30分钟实战知晓云内容发布小程序
  14. JCL新手入门学习教程(1) 2021-02-09
  15. Python编程:从入门到实践pdf
  16. lightdb中审计日志的设置以及lightdb-em中审计日志的使用
  17. C# 调用USB摄像头
  18. 访问后台数据库有多6,看看这里便知
  19. [激光原理与应用-15]:《激光原理与技术》-1- 什么是激光,激光概述
  20. SAP-SD-销售订单SO的可用性检查功能

热门文章

  1. 从零写一个编译器(五):语法分析之自动机的缺陷和改进
  2. linux(CentOs6)下jdk安装,mysql安装,tomcat安装,及web项目部署
  3. 另一种遍历Map的方式: Map.Entry 和 Map.entrySet()
  4. scanf和gets的差别
  5. 4_网易数据库发展历史
  6. jQuery-1.9.1源码分析系列(五) 回调对象
  7. vs2010设置编辑器背景颜色
  8. N85通过wifi共享笔记本电脑网络的方法
  9. jenkins 安装android 插件, gradle 插件搭建linux构建机器
  10. tomcat 在eclipse中可以启动,独立不能启动