Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to analyze the importance of SAP CRM settype

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

How to analyze the importance of SAP CRM settype, in view of this problem, this article introduces the corresponding analysis and solutions in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way.

Product set types play a very important role in the CRM WebClient UI architecture.

(1) the GenIL layer knows nothing about the attributes modeled in settype. Instead, it only knows the product BOL model properties.

(2) API knows nothing about the attributes modeled in the Genil model. Instead, it only knows the attributes modeled in settype.

In the GenIL implementation, there is a util class CL_CRM_PRODIL_util~GET_REQUEST_INFO that maps the requested BOL model node name to the name of the settype. The mapping of the BOL model name and settype is saved in the configuration table CRMC_PRIL_OBJ. The GenIL implementation will use this table to get the settype GUID, then get the name of the corresponding settype through GUID, and pass the settype name to API.

Let's review the end-to-end process:

The product overview page consists of allocation blocks.

Each allocation block is technically modeled based on GenIL model nodes. An association is modeled in the GenIL model, which connects the root node to the node used in the allocation block view. The following figure shows the technical implementation of the task block view Category.

When you open the product overview page, you should query the data for each allocation block and display it in WebClient UI. The GenIL model node name is passed to GenIL from the UI component discussed above. GenIL then finds the id of settype according to the following logic and passes the settype id to API:

The following figure shows GenIL passing settype id to API:

The collection type is assigned to the category, not directly to the product. You can provide the data you need to describe the product by assigning the collection type to the category, and then assigning the category to the product in turn. The mechanism is shown in the following figure:

You can assign collection types to categories in the GUI tcode COMM_ hierarchy:

Or in WebClient UI:

From sap help:

To prevent multiple assignments of collection types to products based on different categories, the following rules are applied when using categories and hierarchies:

(1) one settype can only be assign to one category of product hierarchy in the whole system. Once the assign is completed, any category of any other hierarchy can no longer assign the settype.

(2) one product can be assigned to multiple category by assign, but these category must come from different hierarchy.

This is the answer to the question on how to analyze the importance of SAP CRM settype. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel for more related knowledge.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report