主页 > 呼叫外包 > 行业新闻 > CRM呼叫中心inbox的调试步骤

CRM呼叫中心inbox的调试步骤

POST TIME:2021-10-14 16:35

Sent: Wednesday, January 2, 2013 4:46 PM

Frist we can find when search executed, it calls view ‘ICCMP_INBOX/InboxSearch’ inside component
ICCMP_INBOX, Event handler: ONSEARCH.
Let’s test this with category ERP Sales Order TA

clipboard1

First it calls search event here you can see parameter for category is TA:

clipboard2
clipboard3

Here query object is ref to CL_CRM_AUI_QUERY_SERVICE

clipboard4

When perform search, first it checks if underlying DB is HANA or not, as my test is running on QD3, so it’s not HANA.
施瓦性格 maybe you need2 look into this section, see if we gonna use this block of code to retrieve data on HANA.

clipboard5

For normal DB search, first it gets generic BADI definition and get all class definition for all categories:
clipboard6
clipboard7

Next it determines filed used for ordering, if no specific column specified, posing data will be used for ordering:

clipboard8

Next you will find several section for different types of categories, first one is OneOrder and second one is workflow workItem, so in our implementation we may need to add one more block of code to handle social data.

In our testing case, category falls into section “ERP Sales order”, so it calls method get_erp_query_result
to get search data (This method is defined in class CL_CRM_AUI_QUERY_SERVICE, so if we need to add our social data in, must define new method in this class to call internally.

clipboard9

Inside get_erp_query_result method, it first calls badi for customizing.

clipboard10

Next it calls bol query service to get bol entity collection having category defined as ‘TA’, here it only get item uuid for each item. Later on it calls badi for after search customizing before retrieving detailed info for each item.
As category ‘TA’ falls into ERP Order, so next it create object with class type CL_CRM_AUI_ERP

clipboard11

And next you can see the object class type ‘CL_CRM_AUI_ERP’ is actually our bol object used to retrieve
ERP Order.
clipboard12

标签:阿克苏 辽源 玉溪 安阳 佳木斯



收缩
  • 微信客服
  • 微信二维码
  • 电话咨询

  • 400-1100-266