SAP CRM Product hierarchy,Category和Application三個問題
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.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2723178/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CRM和C4C product category hierarchy的可編輯性控制邏輯Go
- SAP CRM Product category的決定邏輯Go
- 無法新增某個relationship給SAP CRM Product category的一個可能原因Go
- 如何使用ABAP程式碼建立SAP Product CategoryGo
- SAP RETAIL 根據Merchandise Category Hierarchy Level查詢物料清單AIGo
- SAP 電商雲 Spartacus UI 的 Product Category Navigation UI 實現UIGoNavigation
- How to prove that SAP CRM WebUI is a stateful applicationWebUIAPP
- 如何處理新建的SAP CRM產品category沒有出現在列表的問題Go
- SAP CRM AET Application Reference型別擴充套件欄位的一個例子APP型別套件
- iOS問題整理03----CategoryiOSGo
- CRM WebUI and Hybris的Product頁面標題實現WebUI
- SAP Business Application Studio和SAP雲平臺DestinationAPP
- SAP CRM Product Sales status在中介軟體中的處理邏輯
- 兩種使用程式碼獲得SAP CRM product sales status的辦法
- 使用 SAP CRM Application Enhancement Tool(AET) 建立擴充套件欄位APP套件
- SAP EPD - Enterprise Product Developmentdev
- SAP MM Purchase Order History CategoryGo
- 在 SAP Business Application Studio 裡訪問 SAP HANA Cloud 例項APPCloud
- 一個CRM OData的效能問題分析
- 如何在SAP Spartacus category 頁面裡拿到當前的category資訊Go
- SAP CRM Fiori應用和SAP JAM的整合配置
- 如何使用SAP Cloud Application Studio建立一個PDF formCloudAPPORM
- 如何使用SAP CRM Marketing Survey建立一個市場問卷調查
- hybris backoffice建立product遇到的synchronization問題和解答
- SAP成都研究院李三郎:SCP Application Router簡介APP
- SAP CRM WebClient UI上以html格式顯示note的問題討論WebclientUIHTML
- 一步步使用SAP CRM Application Enhancement Tool建立擴充套件欄位APP套件
- 關於 SAP Spartacus 和 SmartEdit 整合的問題
- SAP Commerce Cloud 的 Product Carousel Component 介紹Cloud
- SAP Commerce Cloud Product Review 的新增邏輯CloudView
- CRM系統三步解決企業銷售問題
- Product settype在CRM WebClient UI架構中的地位WebclientUI架構
- SAP CRM WebUI, CRM Fiori和C4C裡的Direct NavigationWebUINavigation
- NSError ** 與 throws 的三個問題Error
- jupyter lab 的三個小問題
- SAP 電商雲 Category Navigation 頁面設計GoNavigation
- SAP 電商雲的 Spartacus Storefront 如何配置多個 JavaScript ApplicationJavaScriptAPP
- SAP CRM Survey調查問卷的儲存模型模型